@charset "utf-8";
/* CSS Document */
html, body, div, h1, h2, h3, h4, h5, h6, p, a, strong, ol, ul, li, table, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
body{
	margin:26px 0 0 0;
	background-color:#010660;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#wrapper{
width:800px;
margin:0 auto;
padding:0;
background:url(../images/main_bg.jpg) left top repeat-x #b2b1b1;
}
#title{
width:800px;
background:url(../images/top_bg.jpg) left top no-repeat #e2e2e2;
height:55px;
}
#title h1{
text-align:left;
line-height:55px;
font-size:18px;
padding:0 0 0 30px;
color:#505a62;
text-transform:capitalize;
}
#title h1 a{
text-decoration:none;
color:#505a62;
}
#container{
width:775px;
margin:0 auto;
border:1px solid #8685d6;
background-color:#d7d7df;
}
#subtitle{
height:50px;
width:775px;
margin:0;
padding:0;
background:url(../images/sub_titlebg.jpg) left top repeat-x;
}
#subtitle h2{
text-align:left;
line-height:50px;
font-size:18px;
padding:0 0 0 20px;
color:#FFFFFF;
text-transform:capitalize;
}
#subtitle h2 a{
	text-decoration:none;
	color:#FFFFFF;
	text-transform: uppercase;
}
#banner{
width:775px;
margin:0;
padding:0;
height:175px;
}
#master_content{
width:775px;
margin:0;
padding:0;
}
#left_panel{
width:208px;
float:left;
}
#left_panel .title{
width:100%;
background:url(../images/left_panel_h1bg.jpg) right top no-repeat;
height:39px;
}
#left_panel .title h2{
text-align:left;
font-size:14px;
color:#FFFFFF;
line-height:39px;
padding:0 0 0 31px;
}
#left_panel #menu{
	width:160px;
	margin:0 auto;
	padding:10px 0 0 0;
}
#left_panel #menu ul{
}
#left_panel #menu ul li{
background:url(../images/left_panel_menu_bottom_line.jpg) left bottom repeat-x;
line-height:30px;
list-style:none;
}
#left_panel #menu ul li a{
color:#555555;
text-decoration:none;
}
#left_panel #menu ul li a:hover{
text-decoration:underline;
}
#right_panel{
width:208px;
float:right;
}
#right_panel .title{
width:100%;
background:url(../images/left_panel_h1bg.jpg) left top no-repeat;
height:39px;
}
#right_panel .title h2{
	text-align:center;
	font-size:14px;
	color:#FFFFFF;
	line-height:39px;
	padding:0;
}
#right_panel .blog{
width:100%;
margin:0;
padding:10px 0 10px 0;
}
#content{
	width:567px;
	margin:0 208px 0 0;
	padding:0;
	background-color:#FFFFFF;
}
#content .blog{
	width:540px;
	margin:0 auto 0 auto;
}
#content .blog h2{
	padding:8px 0 0 0;
	text-align:left;
	color:#115F84;
	font-size:14px;
	line-height:25px;
}
#content .blog h2 a{
	color:#000000;
	text-decoration:none;
}
#content .blog h2 a:hover{
text-decoration:underline;
}
#content .blog h3{
font-weight:bold;
}
#content .blog p{
padding:0 0 10px 0;
text-align:justify;
margin:0;
}
#content .blog a{
	font-weight:bold;
	color:#E73A0F;
}
#content .blog a:hover{
text-decoration:none;
}
#content .blog ul{
padding:5px 0 0 30px;
}
#content .blog ul li{
list-style:circle;
padding:0 0 10px 0;
}
#content .blog ol{
padding:5px 0 0 30px;
}
#content .blog ol li{
padding:0 0 10px 0;
}
#footer{
width:800px;
background:url(../images/footer_bg.jpg) left bottom no-repeat;
height:30px;
clear:both;
}
#footer p{
text-align:center;
line-height:30px;
color:#202a32;
font-weight:bold;
}
#footer a{
	text-decoration:underline;
	color:#00065C;
}
#footer a:hover{
text-decoration:none;
}
#r1{
width:125px;
margin:0 auto;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.left_image{
float:left;
border:1px solid #dddddd;;
padding:3px;
margin:5px 5px 0 0;
}
