* {
	padding: 0;
	margin: 0;
	}

body {
	font: 14px/1.4 Arial, Helvetica, sans-serif;
	background: url(../images/bg_main.jpg) repeat-y top center #0D3082 ;
}

img {
	border: none;
	}
	
div.hr {
  height: 1px;
  margin: 20px;
  width: 90%;
  background: url(../images/bg_hr.jpg) scroll center no-repeat;
}

div.hr hr {
  display: none;
}

#wrapper {
	background: url(../images/bg_wrapper.png) repeat-y top center;
	width: 778px;
	margin-top: 25px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	}

#container {
	width: 768px;
	border: 1px solid #fff;
	background: #fff;
	margin-left: 4px;
	}
	
#header {
	height: 168px;
	background: #0E307A url(../images/bg_header.jpg) no-repeat 100% 100%;
	}
	
#header img {
	padding: 35px 0 0 25px;
	}
	
#nav {
	height: 27px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #0E307A;
	}
	
#nav p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	}
	
#nav a.main_nav {
	padding: 0 12px;
	color: #fff;
	}
	
#nav a:link, #nav a:visited {
	text-decoration: none;
}

#nav a:active, #nav a:hover {
	color: #fff;
	text-decoration: underline;
}

#content {
	background: url(../images/bg_content.jpg) repeat-x;
	}
	
	#content hr {
		border: none;
		height: 1px;
		color:#abb6d3;
		background-color:#abb6d3;
		margin:10px;
		}
	
#content h1 {
	padding: 30px 10px 10px 15px;
	color: #0E307A;
	font-size: 22px;
	}
	
#content h2 {
	padding: 0 10px 10px 15px;
	color: #0E307A;
	font-size: 18px;
	}
	
#content p {
	padding: 10px 10px 10px 15px;
	width:390px;
	display:block;
	}

#content ul {
	font: italic bold 16px Arial, Helvetica, sans-serif;
	margin: 10px 50px;
	}
	
	.content_rightcol {
		float: right;
		width: 316px;
		padding: 10px;
		margin:10px 0 10px 10px;
		border-left: 1px solid #abb6d3;
		display:inline;
		text-align: center;
		}
		
	#content_null {
	clear: both;
	}
		
p.readmore {
	text-align:right;
	color: #0E307A;
	}
	
	.readmore a{
		color: #333;
		text-decoration: underline;
		}
	
#content2 {
	background: url(../images/bg_content2.jpg) left top repeat-x #ececec;
	margin: 0 10px;
	width: 748px;
	}

#content2 h2 {
	margin: 15px 10px 10px 5px;
	color: #0E307A;
	font-size: 18px;
	}

#content2 h3 {
	margin: 15px 10px 10px 5px;
	color: #0E307A;
	font-size: 14px;
	}
	
#content2 p {
	margin: 10px 10px 10px 5px;
	}
	
#content2_null {
	clear: both;
	background: #fff;
	padding-top: 1px;
	border-bottom: 1px solid #B1B6C9;
	}
		
#leftcol {
	display: inline;
	float: left;
	width: 422px;
	}
	
	#leftcol ul li {
		margin-left: 30px;
		padding: 5px 0;
		}
	
#rightcol {
	display: inline;
	float: left;
	width: 326px;
	background:url(../images/bg_content2_rightcol.jpg) left 25px no-repeat;
	}
	
#rightcol table {
	margin: 10px 10px 10px 15px;
	}
	
#rightcol td {
	background-color: #0E307A;
	color: #fff;
	}
	
	.txt {
		width:168px;
		height: 20px;
		border: none;
		padding: 2px;
		}
		
	.btn {
		background: #486099;
		color:#fff;
		padding: 2px 5px;
		border: none;
		}
		
#fullcol {
	margin: 0 auto;
	padding: 10px 0;
	}
		
.whitebox {
	width:307px;
	background:url(../images/bg_whitebox.jpg) repeat-y;
	margin: 5px auto;
	}
	
.whitebox img {
	margin: 5px;
	vertical-align:text-top;
	}
	
img.top {
	vertical-align:text-top;
	margin: 0;
	}
	
img.bottom {
	vertical-align:text-bottom;
	margin: 0;
	clear: both;
	}
		
#nav2 {
	clear: both;
	height: 40px;
	}
	
#nav2 p {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	}
	
#nav2 a {
	padding: 0 9px;
	}
	
#nav2 a:link, #nav2 a:visited {
	color: #486099;
	text-decoration: none;
}

#nav2 a:active, #nav2 a:hover {
	color: #486099;
	text-decoration: underline;
}

#footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 770px;
	margin: 0 auto;
	color: #fff;
	}
	
#footleft {
	float: left;
	width: 250px;
	}

#footer p {
	padding: 10px 0;
	}
	
#footer a {
	color: #fff;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
#footright {
	float: right;
	width: 450px;
	}
	
#footright p {
	text-align: right;
	}
	
/*********** Classes ****************/

.img_right {
	float: right;
	}
	
.img_left {
	float: left;
	padding-bottom: 25px;
	}
	
table.links {
	width: 90%;
	margin: 15px auto;
	border-bottom: 1px solid #0E307A;
	}
	
	.links td {
		margin: 0;
		padding: 5px;
		border-top: 1px solid #0E307A;
		}
		
	.links a {
		font: 18px Arial, Helvetica, sans-serif;
		color:#0E307A;		
		}