/* CSS Document */

body{
	width:800px;
	height:auto;
	font-family:osaka, helvetica, san-serif;
	line-height:+1.5;
	font-size:10px;
	color:#666666;
	background-color:#dcf1f7;
	background-image:url(../images/images/body2.jpg);
	background-repeat:repeat-y;
	margin:0;
	}
	
	#container{
	width:750px;
	float:left;
	margin:0 0 24px 0;
	}
	
	#container img{
	border:none;
	}
		

	#container h1{
		font-size:14px;
		}
	#container h2{
		font-size:13px;
		}
	#container h3{
		font-size:12px;
		}
	#container h4{
		font-size:11px;
		}
		
	#container h5{
		font-size:11px;
		font-weight:600;
		}



/*header__________________________________*/
#pageheader{
	background-image:url(../images/images/header2.jpg);
	background-repeat:no-repeat;
	width:760px;
	height:128px;
	margin:0 0 0 24px;
	padding:0px;
	
	}

	
/*left column________________________*/
	
	#leftcol {
	float:left;
	width:460px;
	margin:0 0 0 24px;
	padding:20px 0 0 20px;
	height:100%;
			}
	
	#leftcol a img{
	border:none;
	}
	
	#leftcol img{
	border:none;
	}
		
	#leftcol ul {
	list-style-type: none;
	}
	
	#leftcol a{
	color:#336699;
	list-style-type:none;
	text-decoration:none;
	}
	
	#leftcol a:hover {
  	text-decoration : underline;
	}

	#subtitle{
	position:absolute;
	margin:-330px 0 0 280px;
	color:#fff;
	}
	
	#leftcol .halfcol{
	margin:5px 0 0 5px;
	float:left;
	width:220px;
	height:200px;
	text-align:center;
	}
	


/*rightside_______________________*/


#rightside{
	margin:0 0 0 532px;
	}


/*right column______________________*/
	
	#rightcol {
	float:left;
	height:100%;
	padding:0 10px 10px 20px;
	width:180px;
	font-size:10px;
	margin:0;
	}

	#rightcol a{
	color:#111111;
	list-style-type:none;
	text-decoration:none;
	}
	
	#rightcol a:hover {
	color:#333333;
  	text-decoration : underline;
}


#rightcol h6{
	height:21px;
	width:191px;
	background-image:url(../images/images/greenheadline.jpg);
	font-size:12px;
	padding:4px 0 0 20px;
	color:#666666;
	margin-left:-20px;
	}
	
	
	#rightcol h6 a{
	color:#666666;
	}
	
	#rightcol news{
	margin-left:-100px;
	}
	

	
	/*footer___________________________*/
	
#footer {
	background-image:url(../images/images/footer2.jpg);
	width:720px;
	height:17px;
	margin:0 0 0px 24px;
	padding:10px 0 0 0 ;
	color:#ffffff;
	text-align:center;
	clear: both;
	font-size:9px;
	}
	
#footer a{
	color:#ffffff;
	list-style-type:none;
	text-decoration:underline;
	}
	
#footer a:hover {
  	text-decoration : underline;
	}