div{
/*border: 1px solid green;*/
}

.left{
float: left;
}

.right{
float: right;
}

.clear{
clear: both;
}
img, div { behavior: url(iepngfix.htc) }

body{
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 15px 0 0 0;
padding:0;
background: #90C0F0 url('../images/bg_body.jpg') top left repeat-x;
}




#header_container{

}

	#header{
	margin: 0 auto;
	width: 978px;
	height: 131px;
	}


						
#navi_container{
background: url('../images/bg_navi.jpg') top left repeat-x;
	margin: 0 auto;
	width: 960px;
	border-top: #89B4EC 1px solid ;
	border-bottom: #5999EC 1px solid;
}

	#navi{	

	color: #EDB22A;
	padding: 0px;
	height: 39px;
	}
	
		#navi ul{ list-style-type: none; margin: 0px; padding: 0; font-size: 0.9em; font-weight: 700}
		#navi ul li{ display: inline; text-align: center }
		#navi ul li a{color: #fff; text-decoration: none; padding: 11px 35px; display: block; float: left; background: url('../images/bg_navi.jpg') right -43px no-repeat; }
		#navi ul li a:hover{color: #000; background-color: #DCE9F2 }
		#navi ul li a.active{color: #005383; background: url('../images/bg_navi.jpg') left bottom repeat-x; border-right: 2px solid #1A7AF2}

#outer_container{
	width: 978px;
	margin: 0 auto;
	background: url('../images/bg_content_container.png') top center repeat-y;
}

#content_container{
margin: 0 auto;
width: 960px;
padding-bottom:  30px;
}

	#img_top{
	margin: 10px 0 0 10px;border: 1px solid #C3DDF6;	
		padding: 1px; width:940px;
	}
		#img_top img{
		border: 1px solid #C3DDF6;	
		padding: 1px;
		}

	#content{
	width: 590px;
	float: left;
	padding-left: 30px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	}
	
		#content h1{
	font-weight: 400;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 20px 0 20px 0;
	padding: 0;
	color: #0095eb;
	font-size: 1.8em
		}
		
		#content h2{
		margin: 40px 0 10px 0;
		padding: 0;
		font-size: 1.2em;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #0095eb;
		font-weight: 400;
		}
		
		#content p, #content ul{
		font-size: 0.8em;
		color: #666663;
		line-height: 180%;
		}
			#content a{
			color: #009cff;
			}
		#content img{
		/*padding: 5px; 
		border: 1px solid #ccc;*/
		}
	#content_right{
	background: url('../images/bg_sidebox.jpg') top left no-repeat;
	float: left;
	width: 230px;
	margin: 80px 0 0 40px;
	font-family: Verdana, Geneva, sans-serif;
	
	}
	
		#content_right h2{
		margin-top: 20px;
		font-size: 1.1em;
		color: #fff;
		padding-left: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		}
		
		#content_right p, #content_right ul{
		font-size: 0.8em;
		color: #fff;
		line-height: 180%;
		padding-left: 10px;
		}
			#content_right a{
			color: #fff;
			text-decoration: none;
			font-size: 11px;
			}
			#content_right a:hover{
			color: #fff;
			text-decoration: underline;
			font-size: 11px;
			}
			
	#content_right_bottom{
	height: 13px;
	background: url('../images/bg_sidebox_bottom.jpg') bottom left no-repeat;	
	}

#footer_container{
color: #999;
}

	#footer{
	border-top: 1px solid #005A8E;
	width: 900px;
	margin: 0 auto;
	color: #fff;
	height: 65px;
	font-size: 0.7em;
	text-align: left;

	}
	
	#footer .left{
	color: #666;
	width: 500px;
	}
		#footer .left p{
		padding-top: 17px;
		}
		
	#footer .right{
	text-align: right;
	width: 350px;
	}
	#footer .right ul{ color: #666; list-style-type: none; margin: 15px 0 0 0; padding: 0;}
	#footer .right  ul li{ display: inline;  }
	#footer .right  ul li a{color: #666; text-decoration: none; padding: 0 3px}
	#footer .right  ul li a:hover{color: #1A7AF2;}
	
	#footer_bottom{
	height: 50px;
	width: 978px;
	background: url('../images/bg_footer.png') top center no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
	
	#footer_bottom p {
	font-size:10px;
	}

