



html {
	height: 100%;
}

body {
	height: 100%;
	text-align: left;
	background-color: #ffffff;
	margin-left: 0; 
	font-family:Arial;
	font-size:10px;
	margin-bottom:0px;
}


#site {
	margin:0px;
	margin-left:10px;
	width: 1000px;
/*	min-height: 800px; */
	padding-top: 0px;
	padding-bottom:0px;
	background: #ffffff;
	margin-top:0px;
}


header {
	width: 1000px;
/*	height: 40px; */
	padding-left: 0px;
	padding-right: 0px;
	margin:0px;
	text-align:center;
	float:left;
	display:inline;
}


#main {
	float: left;
	width: 1000px;
	padding-top: 0px;
	padding-right:0px;
	padding-left:0px;
	margin-top:0px;

}


#centercol {
	width: 655px;
	margin-left:5px;
	padding-top: 0px;
	float:left;
	display: inline;
/*	clear:left; */
}


#centercolindex {
	width: 820px;
	margin-left:5px;
	padding-top: 0px;
	float:left;
	display: inline;
/*	clear:left; */
}

#rightcol {
	width: 160px;
	margin-left:10px;
	padding-top: 0px;
	float:left;
	display: inline;
	background-color:#f1f1f1;
	height:500px;
/*	clear:left; */
}


#centercol a:link, #centercol a:visited, #centercol a:active {
	color: #57AE00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}

#centercol a:hover {
	color: #deceac;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}


#centercolindex a:link, #centercolindex a:visited, #centercolindex a:active {
	color: #57AE00;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: underline;
}

#centercolindex a:hover {
	color: #deceac;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
}



#menuelinks a:link, #menuelinks a:visited, #menuelinks a:active {
	color: #333333;
	font-weight: normal;
	font-family: Arial;
	font-size:11px;
	text-decoration: none;
}

#menuelinks a:hover {
	color: #999999;
	font-weight: normal;
	font-family: Arial;
	font-size:11px;
	text-decoration: none;
/*	background:#eeeeee; */
}


#leftcol {
	width: 165px;
	margin-left:0px;
	padding-top: 0px;
	padding-left: 0px;
	float:left;
	clear:left;
	display: inline;
	text-align:left;	
}


a.leftmenu {
		display: block;
		font-family:Arial;
		font-size:13px;
		font-weight:bold;
		color:#333;
		text-decoration:none;
		width:130px;
		height:20px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align:left;
		padding-left:15px;
		padding-top:2px;
		background-image:url(../images/menuback.jpg);
		background-repeat:no-repeat	

	}

a.leftmenu:hover{
		display: block;
		font-family:Arial;
		font-size:13px;
		font-weight:bold;
		color:#0091ce;
		text-decoration:none;
		width:130px;
		height:20px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align:left;
		padding-left:15px;
		padding-top:2px;
		background-image:url(../images/menuback.jpg);
		background-repeat:no-repeat	

	}



a.leftmenusub {
		display: block;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#333;
		line-height:20px;
		text-decoration:none;
		width:150px;
		background-color:#ffffff;
		text-align:left;
		padding-left:15px;
		border-left:1px solid #E4E4E4; 		
		background-image:url('../images/gray_line.jpg');
		background-position:  left bottom;
		background-repeat:no-repeat	
	}
	
	
a.leftmenusub:hover{
		display: block;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#0091ce;
		line-height:20px;
		text-decoration:none;
		width:150px;
		background-color:#ffffff;
		text-align:left;
		padding-left:15px;
		border-left:1px solid #E4E4E4; 		
		background-image:url('../images/gray_line.jpg');
		background-position:  right bottom;
		background-repeat:no-repeat	
	}
	
	
	a.lastrow {
		display: block;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#333;
		line-height:20px;
		text-decoration:none;
		width:150px;
		border-left:1px solid #E4E4E4; 		
		background-color:#ffffff;
		text-align:left;
		padding-left:15px;
	}

a.lastrow:hover{
		display: block;
		font-family:Arial;
		font-size:11px;
		font-weight:normal;
		color:#ccc;
		line-height:20px;
		text-decoration:none;
		border-left:1px solid #E4E4E4; 		
		width:150px;
		background-color:#ffffff;
		text-align:left;
		padding-left:15px;
	}
	

p {
	color: #555;
	font-family: Arial;
	font-size:12px;
	text-align: justify;
	margin-top:5px;
	margin-right:10px;
	margin-bottom:10px;
}


h1 {
	color: #4cb4e5;
	font-weight: bold;
	font-family: Arial;
	font-size:20px;
	text-align:left;
	margin-bottom:0px;
	padding-bottom:4px;
	padding-top:0px;
}	


h2 {
	color: #4cb4e5;
	font-weight: bold;
	font-family: Arial;
	font-size:16px;
	text-align:left;
	margin-bottom:0px;
	padding-bottom: 0px;
}	


#centercol ol li{
	list-style-type:disc;
	list-style-position:outside

		font-family:Arial;
		font-size:12px;
		padding-top:0px;
		padding-bottom:5px;
		color: #666;
		margin-top:0px;	
}
	
#centercol ul li{
	list-style-type:disc;
	list-style-position:outside

		font-family:Arial;
		font-size:12px;
		padding-top:0px;
		padding-bottom:5px;
		color: #666;
		margin-top:0px;	
}
	
#bottom {
	width: 1000px;
	margin-left:0px;
	padding-top:5px;
	float:left;
	clear:left;
	display: inline;
	color: #999;	
	background-color: #fff;	
	text-align:center;
}

#bottomlink a:link, #bottomlink a:visited, #bottomlink a:active {
	color: #999;
	font-weight: bold;
	font-family: Arial,;
	font-size:10px;
	text-decoration: none;
}

#bottomlink a:hover {
	color: #0091ce;
	font-weight: bold;
	font-family: Arial,;
	font-size:10px;
	text-decoration: underline;

}
