@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:#202a32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#wrapper {
	width:949px;
	margin:0 auto;
	padding:0;
	background:url(../images/main_bg.jpg) left top repeat-x #b2b1b1;
}
#title {
	width:949px;
	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:923px;
	margin:0 auto;
	border:1px solid #868585;
	background-color:#efefef;
}
#subtitle {
	height:50px;
	width:923px;
	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;
}
#banner {
	width:923px;
	margin:0;
	padding:0;
	height:230px;
}
#master_content {
	width:923px;
	margin:0;
	padding:0;
}
#left_panel {
	width:208px;
	float:left;
}
#left_panel .title {
	background:url(../images/left_panel_h1bg.jpg) right top no-repeat;
	height:39px;
	text-align: center;
}
#left_panel .title h2 {
	font-size:14px;
	color:#FFFFFF;
	line-height:39px;
}
#left_panel #menu {
	width:147px;
	margin:0 auto;
	padding:10px 0 0 0;
	font-weight: bold;
}
#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 {
	background:url(../images/left_panel_h1bg.jpg) left top no-repeat;
	height:39px;
	text-align: center;
}
#right_panel .title h2 {
	font-size:14px;
	color:#FFFFFF;
	line-height:39px;
}
#right_panel .blog {
	width:100%;
	margin:0;
	padding:10px 0 10px 0;
}
#content {
	width:507px;
	margin:0 208px 0 208px;
	padding:0;
	background-color:#FFFFFF;
}
#content .blog {
	width:480px;
	margin:0 auto 0 auto;
}
#content .blog h2 {
	text-align:left;
	color:#000000;
	font-size:14px;
	line-height:25px;
	padding-top: 10px;
}
#content .blog h2 a {
	color:#000000;
	text-decoration:none;
}
#content .blog h2 a:hover {
	text-decoration:underline;
}
#content .blog p {
	padding:0 0 10px 0;
	text-align:justify;
	margin:0;
}
#content .blog a {
	font-weight:bold;
	color:#FF0000;
}
#content .blog a:hover {
	text-decoration:none;
}
#content .blog ul {
	list-style-type:disc;
	margin:10px 0px;
	padding-left:50px;
	line-height:22px;
}
#content .blog ul li {
	margin:5px 0px;
}
#footer {
	width:949px;
	background:url(../images/footer_bg.jpg) left bottom no-repeat;
	height:30px;
}
#footer p {
	text-align:center;
	line-height:30px;
	color:#202a32;
	font-weight:bold;
}
#footer a {
	text-decoration:underline;
	color:#202a32;
}
#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;
}
