@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #666666;
	font-size:12px;
}

a:link{ color:#0B5A92; text-decoration:underline; font-size:12px }
a:hover{ color:#0B5A92; text-decoration:underline; font-size:12px }
a:visited{ color:#0B5A92; text-decoration:underline; font-size:12px }

#container {
	width: 100%;
	margin: 0px;
	text-align: left;

}


#header {
	background: #ddf1b5;
	width:716px;
	height:200px;
	background-image:url(images/header.jpg);
	padding-left:16px;
	padding-right:0px;
	background-repeat: no-repeat;
}
	
	#header a:link{color:#666666; text-decoration:none; font-size:12px; }
	#header  a:hover{ color:#666666; text-decoration:none; font-size:12px; font-weight: normal; }
	#header  a:visited{ color:#666666; text-decoration:none; font-size:12px; font-weight: normal; }
	#header h1 {margin: 0; font-size:12px; color: #006699; font-weight:normal; }
	
#title{
	background-image:url(images/bar.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	height:56px;
	width:712px;
	padding:36px 10px 10 px 10px;
	background-color: ddf1b5;
}
	
#girl{ float:right; margin-bottom:0px; padding-bottom:0px}
#content1 {
	background-color:#ddf1b5;
	border-left:solid 1px #e8e8e8;
	border-right:solid 1px #e8e8e8;
	width:714px;
	padding-left:8px;
	padding-right:8px;
	padding-top: 20px;
} 
#text{ margin-top:30px}

	#content1 td{ color:#0B5A92;}
	#content1 h1{ margin:0px; font-size:18px; }
	#content1 h2{ margin:0px; font-size:14px; color: #006699;}
	#content1 h3{ margin:0px; font-size:12px; color: #006699;}
	#content1 th{ border-bottom:#d3e0e6 solid 0px; font-weight:normal; font-size:10px;}
	
	
#bodybot { background-image:url(images/footer.jpg); background-repeat:no-repeat; height:21px; width:732px;}


	

#footer{font-size:10px;  height:74px; width:712px; padding-left:10px;  padding-right:10px;}
	#footer a:link{color:#0B5A92; text-decoration:none; font-size:10px;}
	#footer a:hover{color:#0B5A92; text-decoration:underline; font-size:10px;}
	#footer a:visited{color:#0B5A92;text-decoration:none;font-size:10px;}

