body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* 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: #3e5160;
	background-image: url(images/frame/backer.gif);
	background-repeat: repeat-y;
	line-height: 130%;
}
.oneColFixCtr #container {
	width: 758px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	margin-left: 89px;
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#main {width: 758px; 
	border: #000000 solid 1px;
	background:#FFFFFF;

}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#nav {background-color: #980000; padding-top: 6px; padding-bottom: 6px;}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#nav li {margin:0px; padding:0px; display: inline; color: #FFFFFF; padding-left: 30px;}
#nav ul {margin: 0px; padding:0px;}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#nav a:hover {
	text-decoration: none;
	color: #000000;
}
#nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}

#leftcol {float: left; width: 490px; padding: 25px;}
#rightcol {float: right; width: 190px; padding: 25px; padding-left: 0px;}

h1{font-size: 16px; padding-top: 0px; margin-top: 0px;}
h2{font-size: 14px; padding-top: 0px; margin-top: 0px;}

#footright {color: #FFFFFF;}

a:link {
	color: #980000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #980000;
}
a:hover {
	text-decoration: underline;
	color: #339999;
}
a:active {
	text-decoration: none;
	color: #980000;
}
#footright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footright a:hover {
	text-decoration: none;
	color: #000000;
}
#footright a:active {
	text-decoration: none;
	color: #FFFFFF;
}
