﻿/* CSS Document */

body{
	text-align: center;
	color: #999;
	background-color: #f2f2f2;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18px;	
	
	margin: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
	
	list-style: none;
	list-style-image: url(images/ul.gif);
}

ol{
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 18px;	
	
	margin: 30px;
	margin-top: 5px;
	margin-bottom: 0px;
}


.imgright{
	background-color:#fff; 
	text-align: left;
	width: 100px;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	
	float: right;
	border: none;
	margin: 10px;
}

.imgleft{
	background-color:#fff; 
	text-align: left;
	width: 100px;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	
	float: left;
	border: none;
	margin: 10px;
}

.images{
	background-color:#f2f2f2; 
	text-align: center;
	
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
	
	margin: 20px;
}

#container{
	background-color:#fff; 
	width: 728px; 
	/*height: 550px;*/
	text-align: left;
	
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;
	
	margin: 0px;
}

#header{
	background-color:#fff; 
	/*width: 600px;*/ 
	/*height: 200px;*/
	width: 728px; 
	height: 150px;
	text-align: left;
	
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	
	margin-left: 5px;
}

#content{
	background-color: #fff; 
	text-align: left;
	
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 20px;	
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
}

#subnav{
	/*background-color:#999966;*/
	background-color:#CCCCCC; 
	width: 170px; 
	text-align: left;
	
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	
	float: left;
	border: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding:5px;

}

#subsubnav{
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}



a:link{
	/*color: #447700;*/
	text-decoration: none;
}

a:visited{
	/*color: #447700;*/
	text-decoration: none;
}

a:active{
	color: #336633;
	text-decoration: underline;
}

a:hover{
	color: #116600;
	text-decoration: underline;
}