body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/backerrep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.oneColFixCtr #container {
	width: 961px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image:url(images/content_rep.gif);
	background-repeat:repeat-y;


}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin:0;
}
body,td,th {
	font-size: 12px;
}

#nav {height: 37px; line-height: 37px; text-align: right; padding-right: 27px; background-color: white;}
#nav li{display:inline; padding-left: 10px;}
#nav ul{margin:0; padding:0; }
#nav a{color:#000000; text-decoration: none;}


#floathold{padding-top: 20px; padding-bottom: 20px;}
#left {float:left; width: 570px; text-align:left; padding-left: 30px;}
#right {float:right; width: 292px; text-align:right;  background-repeat: repeat-y; font-size: 11px; line-height: 150%;}


/* Styleage */
#left strong {color: #a32b2b;}
#left p {line-height: 140%;}
#left a {color: #ad9f00;}
#left h1{font-size: 16px;color:#3f326b;}

#right a {color: #ad9f00;}
#right p {padding-top: 13px;}

#foot {height:111px; background-image:url(images/foot.gif); color: #ffffff; padding: 14px 34px;}
#foot a{color:#ffffff; text-decoration: none; font-weight: bold;}
#foot #footleft {float:left; width: 250px; text-align:left; line-height: 140%;}
#foot #footright {float:right; width: 350px; text-align: right;line-height: 140%;}


