body {
	margin: 0 0 0 0;
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	color: #2E2F32;
	background: #FFFFFF;
}

h1 {
	margin: 0px auto;
	padding: 0px;	
	color: #BF0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
}

h3 {
	margin: 0px auto;
	padding: 0px;	
	color: #BF0000;
	font-family: Arial, Tahoma, Verdana;
	font-size: 21px;
	font-weight: normal;
	text-align: left;
}
img, a {
	border: none;
}

#main {
	width: 960px;
}

#header {
	background: url('/images/header.jpg') no-repeat;
	width: 960px;
	height: 120px;
}

#header_logo {
	text-align: left;
	height: 89px;
	margin: 0px auto;
	padding: 0px 0px 0px 2px;
}

#header_menu {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	padding-left: 115px;
	padding-top: 3px;
	font-family: "TwCenMT-Bold", Arial, Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

#header_menu a:link {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header_menu a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#header_menu a:hover {
	color: #B50102;
	font-weight: bold;
	text-decoration: none;
}

.header_menu_div
{  
	padding-top: 3px;
	float: left;
    height: 25px;
    border-top: 0px solid #42739C;
}

.header_menu_div1
{   
padding-top: 3px;
}


#footer {
	margin: 0px auto;
	margin-top: 15px;
	padding: 0px;
	padding-top: 5px;
	width: 960px;
	border-top: #B50102 solid 4px;
}

#footer_menu1 {
    float: left;
	margin: 0px auto;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

#footer_menu {
    float: right;
	margin: 0px auto;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	font-weight: normal;
	color: #666666;
	
	text-transform:uppercase;
}

#footer_menu a:link {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#footer_menu a:visited {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#footer_menu a:hover {
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}

.footer_menu1 {
	margin: 0px auto;
	font-family: Arial, Tahoma, Verdana;
	font-size: 9px;
	color: #666666;
	text-transform:uppercase;
}

.footer_menu1 a:link {
	color: #666666;
	text-decoration: none;
}

.footer_menu1 a:visited {
	color: #666666;
	text-decoration: none;
}

.footer_menu1 a:hover {
	color: #666666;
	text-decoration: underline;
}

.sep {
	width: 1024px;
	clear: both;
	display: block;
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

#body {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	/* padding-top: 13px; */
	clear: both;
	/*background-color: #AFD9F8;*/
}

#left_menu {
	width: 207px;
	margin: 30px 15px 0px 0px ;
	padding: 0px;
	float: left;
	text-align: left;
}

.left_menu_head {
	width: 187px;
	height: 24px;
    background: url('/images/sidebar_header_bg.jpg') no-repeat;
	margin: 0px auto;
	padding: 6px 0px 0px 20px;
}

.left_menu_head h3 {
	color: #FFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 15px;
	font-weight: bold;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}


.left_menu_in {
	margin: 0px auto;
	margin-bottom: 15px;
	padding: 17px 20px 17px 20px;
	background-color: #F1F1F1;
	border: 1px solid #D4D4D4;
}

.left_menu_in_div {
    border-bottom: 2px dotted #6E6E6E;
	font-family: Arial, Tahoma, Verdana;
	font-size: 13px;
	font-weight: normal;
	color: #0091CA;
	width: 163px;
	padding-top: 4px;
	height: 20px;
}

.left_menu_in_div a {
	color: #0091CA;
	text-decoration: none;
}

.left_menu_in_div a:hover{
	color: #0091CA;
	text-decoration: underline;
}


#content {
	width: 460px;
	margin: 30px 0px 0px 0px;
	padding: 0px;
	padding-top: 250px;
 	float: left;  
	text-align: justify;
	color: #2E2F32;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	line-height: 1.5;
	background: #FFF url('/images/content_bg.jpg') no-repeat;
}

#content a{
	color: #B50102;
    text-decoration: none;
}

#content a:hover{
	color: #B50102;
    text-decoration: underline;
}

#content h5{
	font-weight: bold;
	display: inline;
	color: #467BA4;
	font-size: 12px
}

#content .flow{
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 16px;
	text-align: left;
	color: #0C2840;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
}

#content .flow a:link{
	color: #0C2840;
	font-weight: normal;
	text-decoration: none;
}

#content .flow a:visited{
	color: #0C2840;
	font-weight: normal;
	text-decoration: none;
}

#content .flow a:hover{
	color: #0C2840;
	font-weight: normal;
	text-decoration: underline;
}

.imgleft {
	float: left;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 10px;
}

.imgright {
	float: right;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 10px;
}



.related {
	background: url('/images/related_bg.jpg');
	width: 219px;
	margin: 0px auto;
	padding: 0px;
	float: right;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.related_head {
	background: url('/images/related_head.jpg');
	width: 219px;
	height: 30px;
	margin: 0px auto;
	padding: 0px;
}

.related_foot {
	background: url('/images/related_foot.jpg');
	width: 219px;
	height: 15px;
	margin: 0px auto;
	padding: 0px;
}

.related_in {
	margin: 0px auto;
	padding: 10px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 15px;
}


.related_in ul{
	margin: 0px;
	padding: 0px;
	padding-left: 16px;
	list-style-position: outside;
	list-style-type: square;
	color: #D1280D;
}

.related_in li{
	margin: 0px auto;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 2px;
	text-align: left;
	color: #D1280D;
	font-family: Arial, Tahoma, Verdana;
	font-size: 8px;
	font-weight: normal;

}

.related_in li a:link{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.related_in li a:visited{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

.related_in li a:hover{
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}



.h1header {
	height: 21px;
}

.h1header h1 {
	background: url('/images/h1bg.jpg');
	margin: 0px auto;
	padding: 0px;
	display: block;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0px;
	height: 21px;
}

.h1l {
	background: url('/images/h1l.jpg');
	height: 21px;
	width: 6px;
	float: left;
}

.h1r {
	background: url('/images/h1r.jpg');
	height: 21px;
	width: 12px;
	float: left;
}

.h1c {
	background: #ffffff;
	height: 21px;
}

#content ul ul {
 /* list-style-type:none; */
}