@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 {
	background-color:#d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}
#wrapper {
	width:870px;
	margin:0 auto;
}
#header {
	width:870px;
	height:110px;
}
#header #title {
	height:80px;
	width:375px;
	float:left;
}
#header #title h1 {
	font-size:30px;
	color:#383a44;
	line-height:80px;
	text-transform:capitalize;
	font-weight:bold;
}
#header #title h1 a {
	color:#383a44;
	text-decoration:none;
}
#header #t1 {
	width:495px;
	height:65px;
	float:right;
	padding:15px 0 0 0;
	text-align:right;
}
/* tab navigation */
	#tabs {
	width:870px;
	font-size:12px;
	line-height:normal;
	height: 30px;
	font-weight:bold;
	float: left;
}
#tabs ul {
	margin:0;
	padding:5px 0 0 15px;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url("../images/tableft.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
	text-decoration:none;
	color:#fff;
}
#tabs a span {
	float:left;
	display:block;
	background:url("../images/tabright.gif") no-repeat right top;
	padding:5px 15px 4px 3px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
	#tabs a span {
	float:none;
}
/* End IE5-Mac hack */
	#tabs a:hover span {
	color:#333;
}
#tabs a:hover {
	background-position:0% -42px;
	color: #333;
}
#tabs a:hover span {
	background-position:100% -42px;
}
#tabs #current a {
	background-position:0% -42px;
	color:#333;
}
#tabs #current a span {
	background-position:100% -42px;
}
#tabs #account a {
	background-position:0% -84px;
	color:#fff;
}
#container {
	width:870px;
	background-color:#FFFFFF;
}
#container .topbg {
	width:870px;
	height:11px;
	background:url(../images/container_topbg.jpg) left top no-repeat;
	margin:0;
}
#container #subtitle {
	width:840px;
	background:url(../images/sub_title_bg.jpg) left top no-repeat;
	height:55px;
	margin:0 auto 10px auto;
}
#container #subtitle h2 {
	font-size:18px;
	font-weight:bold;
	color:#ffcc00;
	line-height:55px;
	padding:0 0 0 15px;
	text-transform:capitalize;
}
#container #subtitle h2 a {
	color:#ffcc00;
	text-decoration:none;
}
#container .blog {
	width:840px;
	margin:0;
	padding:0 15px 0 15px;
}
#container .bottombg {
	width:870px;
	height:11px;
	background:url(../images/container_bottombg.jpg) left bottom no-repeat;
}
#left_panel {
	width:675px;
	float:left;
}
#left_panel a {
	color:#ffcc00;
	text-decoration:underline;
}
#left_panel a:hover {
	text-decoration:none;
}
#left_panel .topbg {
	width:675px;
	background:url(../images/leftpanel_topbg.jpg) left bottom no-repeat;
	height:10px;
}
#left_panel #content {
	width:635px;
	background-color:#3f424c;
	padding:0 20px 0 20px;
}
#left_panel h2 {
	color:#ffcc00;
	font-size:17px;
	text-align:left;
	text-transform:capitalize;
	padding:0 0 10px 0;
}
#left_panel h2 a {
	color:#ffcc00;
	text-decoration:none;
}
#left_panel h3 {
	font-size:14px;
	text-align:left;
	padding:0 0 5px 0;
	font-weight: bold;
	text-decoration: underline;
}
#left_panel p {
	padding:0 0 10px;
	text-align:justify;
}
#left_panel #content ul {
	list-style-type:disc;
	line-height:14px;
	margin:5px 5px 5px 40px;
	padding:0px;
}
#left_panel #content ul li {
	margin:5px 0px;
}
#left_panel .bottombg {
	width:675px;
	background:url(../images/leftpanel_bottombg.jpg) left top no-repeat;
	height:10px;
}
#right_panel {
	width:150px;
	float:right;
}
#right_panel .title {
	width:150px;
	height:45px;
	margin:0;
	padding:0;
	background:url(../images/rightpanel_h1_bg.jpg) left top no-repeat;
}
#right_panel .title h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	line-height:45px;
	color:#333333;
}
#right_panel .topbg {
	width:150px;
	height:10px;
	margin:0px;
	background-image: url(../images/rightpanel_topbg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#right_panel #post h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#333333;
	padding-bottom: 5px;
	}
#right_panel .bottombg {
	width:150px;
	background:url(../images/rightpanel_bottombg.jpg) left top no-repeat;
	height:10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#right_panel #post {
	width:150px;
	background-color:#DFDFDF;
	text-align:center;
}
#r1 {
	width:125px;
	margin:0 auto;
}
#footer {
	margin:10px 0 0 0;
	width:870px;
	height:68px;
	background:url(../images/bgFooter.gif) left top no-repeat;
}
#footer a {
	color:#FFFFFF;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer #copyright {
	width:330px;
	float:left;
	height:68px;
}
#footer #copyright p {
	text-align:left;
	line-height:68px;
	padding:0 0 0 10px;
}
#footer #narrow {
	width:670px;
	float:right;
	height:68px;
}
#footer #narrow ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#footer #narrow ul li {
	float:left;
	list-style:none;
	padding:0 5px 0 5px;
	line-height:68px;
}
.clear {
	clear:both;
	font-size:1px;
	margin:0;
	padding:0;
}
.left_image {
	float:left;
	border:1px solid #797b82;
	padding:3px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
