* { padding: 0; margin: 0; }

body {
 background: #898984;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 945px;
 background: #f1f1f1;
}
#header {
 color: #333;
 width: 945px;
 height: 90px;
 margin: 0px;
 padding: 0px;
 background: url('../images/header_bg.png') #f1f1f1;
}
#content {
 width: 945px;
}
#leftcolumn { 
 color: #333;
 background: #4F6CEF;
 margin: 0px;
 padding: 0px;
 width: 220px;
}
#rightcolumn { 
 color: #333;
 background: #F7F6EC;
 margin: 0px;
 padding: 0px;
 width: 725px;
 border-bottom: #DDDDDD 1px solid;
}
#footer {
 color: #333;
 width: 945px;
 float: left;
 height: 50px;
 margin: 0px;
 background: url('../images/footer_bg.gif') #f1f1f1;
}
.copyright {
 margin-top:15px;
 margin-left:10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
}
.logo {
 color: #333;
 width: 432px;
 height: 72px;
 float:left;
 margin: 9px 10px 9px 20px;
 background: url('../images/header_logo.gif') transparent;
}

.menu tr {
 height: 30px;
 padding: 10px;
 background: url('../images/menu_btn_off.gif') transparent;
 cursor:pointer;
}
.menu td{
 padding-left: 20px;
 color: #fff;
 font-weight:normal;
 font-size:11px;
 font-family: Arial, Helvetica, sans-serif;
}
.menuon td{
 padding-left: 20px;
 color: #fff;
 font-weight:bold;
 font-size:11px;
 font-family: Tahoma, Helvetica, sans-serif;
 background: url('../images/menu_btn_on.gif') transparent;
}
.menuover td{
 padding-left: 20px;
 color: #fff;
 font-weight:normal;
 font-size:11px;
 font-family: Arial, Helvetica, sans-serif;
 background: #3333ff;
}
.banner {
 height: 230px;
 background: url('../images/banner.gif') transparent;
}
.bottombar {
 margin-top:10px;
 height: 30px;
 background: url('../images/bottombar.gif') transparent;
}
.homecontent {
 width: 377px;
 margin-right:5px;
}
.news {
 width:332px;
 height:268px;
 background: url('../images/news_bg.gif') no-repeat;
}
.head1{
 color: #163AAF;
 font-weight:bold;
 font-size:18px;
 font-family: Tahoma, Helvetica, sans-serif;
}
.head2{
 color: #1A3651;
 font-weight:bolder;
 font-size:15px;
 font-family: Tahoma, Helvetica, sans-serif;
}
.head22{
 color: #163AAF;
 font-weight:bold;
 font-size:15px;
 font-family: Tahoma, Helvetica, sans-serif;
}
.newshead3{
 color: #1A3651;
 font-weight:bold;
 font-size:15px;
 font-family: Georgia;
}
.newscontent{
 color: #000000;
 font-weight:normal;
 font-size:13px;
 font-family:Georgia;
 line-height:150%;
}
.newscontentsmaller{
 color: #000000;
 font-weight:normal;
 font-size:12px;
 font-family:Georgia;
 line-height:150%;
}
.newsdivider{
 line-height:50%;
}
.newsdividerquarter{
 line-height:25%;
}
.uline{
 color: #DAD9D1;
 border-bottom: solid 1px #DAD9D1;
 height: 1px;
 width:100%;
 margin:5px 0px;
 text-align:left;
}
.blueline{
 color: #163AAF;
 border-bottom: solid 1px #163AAF;
 height: 1px;
 width:100%;
 margin:5px 0px;
 text-align:left;
}
.dline {
 color: #DAD9D1;
 border-bottom: dashed 1px #DAD9D1;
 height: 1px;
 width:100%;
 margin:5px 0px;
 text-align:left;
}
.content{
 color: #424242;
 font-size:12px;
 font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
}
.sbcontent{
 color: #2873BC;
 font-size:12px;
 font-weight:normal;
 font-family: Arial, Helvetica, sans-serif;
}
.head3{
 color: #2873BC;
 font-weight:bold;
 font-size:13px;
 font-family: Arial, Helvetica, sans-serif;
}
a {
 color: #2873BC;
 font-size:12px;
 font-weight:normal;
 text-decoration:none;
 font-family: Arial, Helvetica, sans-serif;
}
li{
 margin-left: 15px;
}
.smallbox {
 width:234px;
 height:154px;
 background: url('../images/smallbox.gif') no-repeat;
}
#tblQuestions
{
	border-collapse:collapse;
}
#tblQuestions td
{
	
	color:#2873BC;
	font-size:12px;
 	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom:1px solid #E5E5E0;
}
#tblQuestions tr {
 height: 30px;
 padding: 10px;
 border-bottom:1px solid #E5E5E0;
}
.pAns
{
	text-align:justify;
	padding-bottom:5px;
	padding-left:10px;
	font-size:12px;
 	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}
#navBar
{
	margin: 5px 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 8px;
	cursor: default;
	text-align:left;
	width:600px;
}
#navBar li
{
	margin: 0px;
	padding: 10px;
	list-style-type:none;
	font-size: 12px;
	position: relative;
	text-align: left;
	cursor: pointer;
	width:auto;
	float: left;
}
#bline{
	border-bottom:dotted;
	background-color:#fff;
	color:#314CB6;
}
#navBar a{
	font-size:12px;
	font-weight:bold;
	color:#2873BC;
}
#navBar span{
	padding: 0px 5px;
	font-size:12px;
	font-weight:bold;
	color:#000;
}
.loading {
 width:725px;
 height:440px;
 background: #fff;
}