/* CSS Document */

body {
	background-color: #B6CA64;
	color: black;
	font-size: 15px;
	font-famliy: Arial, Hevetica, snas-serif;
}
h1{
	background_color: rgb(88,161,196);
	font-style: bold;
	color: #CC0000;
	font-weight: bold;
	font-size: xx-large;
}
#content{
	width:940px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:20px;
	background-color: rgb(88,161,196);
}
#header{
	padding-left:100px;
	padding-top:10px;
	padding-right:40px;
}
#leftcol {
	float: left;
	width: 140px;
	margin-left: 10px;
		
}

#rightcol {
	float: right;
	width: 180px;
	padding-right: 10px;
}
#centercol {
	margin-left: 160px;
	margin-right: 190px;
	background-color: rgb(88,161,196);
	padding: 10px;
	padding-left: 15px;
}
#centercol2 {
	padding: 15px;
	margin-left: 160px;
}

#footer {
	clear: both; 
	background-color: rgb(204,0,0); 
	margin: 2em 0 2em 0; 
	text-align: center;
	
}
a:link{
	text-decoration:none;
	font-weight:bold;
	color: #CC0000;
}
 a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}
 a:visited{
	color:#FF0000;
	text-decoration: none;
	font-weight: bold;
}
#mylist {
	width: 9em;
	margin: 0em 0em 0em 0em;
	font-size: 1em;
	border: 1px;
	text-decoration:none;
	color:#FF0000;
}
#mylist li { 
	list-style-type: none; 
	margin-top: .5em;
	
}
/* float the div left, note the font size is set in pixels, this is best for consistency reasons */
.rollovernav {
	float:left;
   	width:100%;
   	font-size: 16px;
	color:#FF0000;
}
/*float the anchor tags left also, it will appear as if they are displaying inline, and then set the padding values*/
.rollovernav a {
	display:block;
	width: 150px;
	height:35px;
	color:#FF0000;
	background:url(images/buttons.gif) no-repeat 0 0;
	text-decoration: none;
	padding-top:10px;
	text-align: center;
}
.rollovernav a:hover {
	background-position: 0 -44px;
	color:#006633;
	text-decoration: none;
	padding-top: 12px;
	height: 33px;
 }
.rollovernav a:active {
	color: #FF0000;
 }
.textindent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-indent: 20px;
}
.indent-text {
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 20px;
}
.split{
	padding-left:15px;
	padding-right:15px;
}
