body{
	font-family: tahoma,Helvetica, verdana, arial, sans-serif;
	font-size: 13px;
	color: #081115;
	background-color: #D3D3D3;
}

#container {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	
}

#header_bar {
	width: 960px;
	height: 110px;
	background-color: #152877;
}

#header_bar h1{
	color: #152877;
	margin:0;
	padding: 0;
	font-size: 1.4em;
}

#header_bar h2{
	color: #163360;
	margin:0;
	padding: 0;
	font-size: 1.2em;
}

#header_left {
	width: 280px;
	float: left;
	height: 110px;
}

#header_left img {
	margin-left: 20px;
	margin-top: 6px;
}

#header_right {
	width: 300px;
	height: 110px;
	float: right;
}

#header_right img{
	margin-top: 15px;
	margin-left: 30px;
}

#nav_bar{
	width: 960px;
	height: 30px;
	border-bottom: 1px solid #336E84;
	clear: both;
}

#nav_bar p{
	color: #aaa;
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#content_pane{
	width: 960px;
}

#content_left {
	width: 239px;
	float: left;
	
}

#content_left ul{
	list-style-type: none;
	margin-top: 30px;
	padding-left: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

#content_left ul li{
	margin-top: 10px;
	padding:0;
}

#content_left ul li:hover{
	background-image: url(../images/arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 2px;
}

#content_left a{
	color: #152877;
	font-size: 1.1em;
	text-decoration: none;
	margin-left: 15px;
	padding-left: 25px;
}

#content_left a.active{
	font-weight: 600;
}

#content_left a:hover{
	color: #1C427B;
	text-decoration: underline;
}

#content_right{
	width: 679px;
	float: left;
	padding: 20px;
	border-left: 1px solid #336E84;
}

#content_right p{
	padding: 5px;
}

#content_right h1{
	color: #152877;
	font-size: 1.5em;
	font-weight: 500;
}

#content_right h2{
	color: #163360;
	font-size: 1.3em;
	font-weight: 400;

}

#footer {
	width: 960px;
	/*height: 20px;*/
	border-top: 1px solid #336E84;
	clear: both;
	padding-top: 8px;
}

#footer p{
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

#footer a{
	color: #aaa;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

a {
	outline: none;
	color: #152877;
	text-decoration: underline;
}

a:hover {
	color: #82bacf;
	text-decoration: none;
}
.style1 {	font-size: 11px;
	color: #999999;
	padding-left: 10px;
}

p.quoting {
	margin: 10px;
	color: #773215;
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: arial,verdana,tahoma;
}

p.reg_footer{
	font-size: 0.8em;
	color: #999999;
	margin: 0;
	padding: 0;
}