@charset "utf-8";
/* CSS Document */

body{
	background: #00376F;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	margin: auto;
	width: 1000px;
}
#content{
	background:#FFF;
	width: 900px;
	border: 3px solid #999;
	margin: auto;
	min-height:700px;
}
#header{
	float: left;
	width: 600px;
	padding-left: 10px;
}
#header h1{
	color:#039;
	font-size:30px;
	font-weight: bold;
	font-style:italic;
	margin: 0px;
}

#header h2{
	font-size: 14px;	
	font-weight: bold;
	color:#060;
}
.redtxt{
	color: #F00;	
}

#header_img{
	float: right;	
}


#navbar{
	background: #C60;
	width: 880px;
	position: relative;
	top: -15px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 10px;
}
#navbar a, #navbar a:visited{
	color: #FFF;
	text-decoration:none;
}
#navbar a:hover{
	color: #C60;
	background: #FFF;	
}
.clear{
	clear: both;	
	height: 0px;
}

#main_content{
	width: 600px;
	float: left;
	padding: 10px;
	font-size: 12px;
}

#main_content h1{
	font-size: 18px;	
	font-weight: bold;
}
#main_content h2{
	font-size: 14px;
	font-weight: bold;	
	padding-left: 25px;
}
#main_content h3{
	font-size: 12px;
	font-weight: normal;		
	padding-left: 25px;
}
#main_content li{
	padding-bottom: 10px;	
}

#right_content{
	float: right;
	width: 185px;
	font-size: 12px;	
}
#footer{
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding: 10px;
	width: 100%;
}
#footer a, #footer a:visited{
	color: #FFF;	
	text-decoration: none;
}
.breadcrumb{
	font-size: 10px;
	float: right;
}
#right_text{
	border: 1px solid #666;
	background:#EEE;
	padding: 5px;
}

