 body {
	background-color: #666666;
	margin-top: 0px;
} 

#container {
	background-color: #ffffff;
	position: relative;
	background-repeat: repeat-y;
	width: 800px;
	margin: 0px auto 0px auto;
	border-left: solid 3px gray;
	border-right: solid 3px gray;
	border-bottom: solid 3px gray;
	border-top: solid 3px gray;
}
#header {
	background-image:url(images/rodbanner.png);
	background-repeat: no-repeat;
	height: 75px;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#navdiv {
	width: 800px;
	float: left;
	height: 40px;;
	margin: 0px 0px 0px 0px;
	
}

/* NAVIGATION CSS */

#navlist {
	width: 100%;
	float: left;
	/* background-color: #ac0022; */
	background-image:url(/images/blkbutton.png);
	
	
}

#navlist ul {
	margin: 0; /*removes indent IE and Opera*/
	padding: 0; /*removes indent Mozilla and NN7*/
	list-style-type: none; /*turns off display of bullet*/
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	float: left;
}
#navlist li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#navlist a {
	display: block;
	/* padding: 6px 2px 6px 10px; */
	/* margin: 5px 15px 5px 15px;  */
	text-align: center;
	
	width: 114px;
	
}

#navlist a:link,#navlist a:visited {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	
}

#navlist a:hover {
	display: block;
	color: #FF0000;
	margin: 0px;
	padding: 0px;
}

/* Win IE only \*/

* html #nav li{float:left;} 

/* end holly hack */

/* END NAVIGATION CSS */

#content {
	float: left;
	width: 774px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 8px;
	
}

.sectiondiv {
	font-size: 12px;
	font-weight: bold;
	background-image: url(/images/sectionhdr.png);
	background-repeat: no-repeat;
	height: 40px;
	width: 225px;
	color: white;
	padding-top: 10px;
	margin-left: 6px;
	text-align: center;
	
}
.learnbutton {
	font-size: 12px;
	font-weight: bold;
	font-enhancement: underline;
	background-image: url(/images/sectionhdr.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 125px;
	color: white;
	padding-top: 0px;
	margin-left: 6px;
	margin-bottom: 12px;
	text-align: center;
}
.morebutton {
	font-size: 10px;
	font-weight: bold;
	background-image: url(/images/more.jpg);
	background-repeat: no-repeat;
	height: 23px;
	width: 75px;
	color: white;
	margin-left: 6px;
	margin-bottom: 12px;
	text-align: center;
}
#content h1 {
	font-size: 20px;
	font-weight: bold;
	background-image: url(images/title_bg.gif);
	background-repeat: no-repeat;
}

#content h2 {
	font-size: 18px;
	font-weight: bold;
}

#content h3 {
	font-size: 14px;
	font-weight: bold;
}

#content p {
	line-height: 120%;
}

#content a {
	color: blue;
	font-weight: bold;
}

#content a:hover {
	text-decoration: none;
}
#content th {
	font-weight: bold;
}
#content th.leftjustify {
	text-align: left;
}
#content #pagetitle {
	position: absolute;
	top: 150px;
	left: 280px;
	width: 275px;
	height: 50px;
}
#pagetitle h1 {
	font-size: 24px;
}

/* Footer and footer objects */

#footer {
	height: 0px;
	clear: both;
}
#footertext {
	
	clear: both;
	float: center;
	text-align:center;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px 20px 20px 0px;
	position: relative;
}
#footertext a {
	
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.mid {
	vertical-align: middle;
	padding-top: 10px;
	height:30px;
	border-right: dashed thin #666666;
}
#adminsection {
	
	width: 700px;
	align: center;
	color: #000000;
	font-size: 12px;
	margin: 0px auto 0px auto;
}
#adminsection a {
	font-size: 12px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
