#left { 
margin-left:-100px; /* to move the left sidebar ino position */ 
width:150px;} 

#right { 
position:absolute; /* so the right sidebar doesn't drop below the content */ 
top:100px; /* to allow for the header div */ 
right:0; 
width:100px;} 
.container{width:800;margin:auto;}
#container { 
width:560px; /* for people with smaller screen resolutions */ 
margin:0 auto; /* to center the outer container in the window */ 
position:relative; /* necessary when you *do* need to position something absolutely - this way it'll position itself to the containing div instead of the browser window */ 
padding:100px 0; /* to set the center content with 100 pixels of padding on each side, to allow for the sidebars */} 

body {text-align:center;background-color: #FFFFFF;background-image: url(images/BodyBG2.jpg);background-repeat: repeat-x;margin-top: 20px;	margin-bottom: 0px;}
.HeadContainer {position:relative;margin-left:auto;margin-right: auto;width: 877px;height: 120px;}
.FootContainer {position:relative;margin-left:auto;margin-right: auto;width: 877px;height: 30px;}
.LogoContainer {position: absolute;top: 25px;left:5px;width:250px;height:46px;}
.ContentContainer {position:relative;margin-left:auto;margin-right: auto;width: 500px;height: 400px;text-align: center;border:#000000 solid 4px;margin-top: auto;margin-bottom: auto;}
.Navigator {position: relative;vertical-align : middle;margin-left:auto;margin-right: auto;width: 540px;height: 15px;	text-align: center;}
.NavigatorButtons {position: relative;vertical-align : middle;margin-left:auto;margin-right: auto;width: 800px;height: 20px;}
.FootLinks {position: relative;vertical-align : middle;margin-left:auto;margin-right: auto;width: 800px;height: 20px;}
.ContentContainerMain {position:relative;margin-left:auto;margin-right: auto;width: 877px;height: 358px;background-color: #FFFFFF;text-align: left;border:#000000 solid 1px;}
.class1 a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 12px;color: #000000;}
.class1 a:link {text-decoration: none;}
.class1 a:visited {text-decoration: none;}
.class1 a:hover {text-decoration: none;color: #990000;}
.class1 a:active {text-decoration: none;}
.class2 a {font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 10px;	color: #000000;}
.class2 a:link {text-decoration: none;}
.class2 a:visited {text-decoration: none;}
.class2 a:hover {text-decoration: none;color: #990000;}
.class2 a:active {text-decoration: none;}
.style1 {font-size: 70%;color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style2 {font-size: 70%;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style3 {font-size: 70%;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style4 {font-size: 60%;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style5 {font-size: 70%; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; }
.style6 {color: #0000FF;font-weight: bold;}
.style7 {color: #FF0000;font-weight: bold;}
.style8 {font-size: 70%;color: #FF0000;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style9 {font-size: 70%;color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.style12 {font-size: 70%;color: #000000;font-family: Verdana, Arial, Helvetica, sans-serif;font-weight: bold;}
.style13 {font-family: Arial, Helvetica, sans-serif;font-size: 10px;color: #FFFFFF}
.style14 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #FFFFFF;
}
.style15 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #000000;
	border-bottom-style: solid;
}
.sidebar1 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	border-color: #000000;
	border-bottom-style: solid;
	width: 175px;
	height: 590px;
	position: absolute;
	left: 10px;
	top: 43px;
	padding: 5px;
}


#header { 
width:760px; /* actual width of the container */ 
height:100px; 
} 

 
div.float {float: left;}
div.float p {text-align: center;}
div.floatSpace {float: right;width: 450px;}
div.floatSpaceSm {float: left;width: 10px;}
 

