@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #999999;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
a{ outline:none;
}
#container { 
	width: 950px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
	height:132px;
}
#header .headerTop{
	background:url(../images/header_bg.gif) repeat-x top left;	
	margin:0;
	padding:0;
	height:100px;
}
#header .headerTop .logo {
	padding:0 0 0 30px;
	background:url(../images/site_logo.gif) 30px 0px  no-repeat;
	width:464px;
	height:100px;
	float:left;
	
}
#header .headerTop .headerPic{
	margin:0;
	padding:0;
	width:306px;
	height:100px;
	background:url(../images/header_pic.jpg) right top no-repeat;
	float:right;
}
#contentContainer{
	float: left; 
	margin:0;
	padding:0;
	width: 950px;
	background:url(../images/rightcol.gif) top right repeat-y;
}
#mainContent {
	float: left;
	width:660px;
	margin: 0 0 40px 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding: 40px 0 0 40px;
	color: #000;
} 

#mainContent h1{
	margin: 0;
	padding: 5px 0;
	line-height: 26px;
	color: #036;
}

#mainContent .sub{
	margin:0; 
	float:left;
	width:660px;
	line-height:18px;
}
#mainContent .sub h1{
	margin:0;
	padding:0;
	font-size:22px;
	color:#003366;
}
#mainContent .row1{
	margin:10px 0 0 0; 
	float:left;
	width:660px;
	line-height:18px;
}
#mainContent .row1 .readmore{
	float:right;
	color:#FF0000;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	text-decoration:underline;
}
#mainContent .row1 .readmore:hover{
	text-decoration:none
}
#mainContent .row1 img{
	margin-bottom:20px;
}
#mainContent .row1 span, #mainContent .issuesText span{
	font-style:italic;
	font-size:10px;
}
#mainContent .row1 h1{
	font-size:18px;
	margin:0;
	padding:0;
	line-height:20px;
	color:#FF0000;
}
#mainContent .col1{
	margin:0;
	padding:0;
	float:left;
	width:300px;
}
#mainContent .col2{
	margin:0;
	padding:0;
	float:right;
	width:300px;
}
#mainContent .row2{
	margin:10px 0 0 0;
	float:left;
	width:660px;
	line-height:18px;
}
#mainContent .issuesTitle{
	margin:0;
	padding:0 0 0 15px;
	background:#FF0000;
	font-size:11px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	height:23px;
	line-height:22px;	
}
#mainContent .issuesText{
	margin:0px; 
	padding:15px;
	background:#99CCFF;
}
#mainContent .issuesText h2{
	color:#FF0000;
	font-size:15px;
	margin:0px;
	padding:0px;
	text-decoration:underline;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
#rightCol {
	margin:30px 0px;
	float: right; 
	width: 174px; 
	padding:0px;
	color:#FFFFFF;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#rightCol .line{
	margin:30px 10px 30px 20px;
	border-top:1px solid #FF0000;
}
#rightCol p{
	margin:10px 10px 10px 20px;
}
#footer { 
	padding: 0 10px 0 20px; 
	background:#FFFFFF;
	border-top:5px solid #FF0000;
	height:200px;
} 
#footer .links{
	margin:10px 0;
	text-align:center;
	font-size:12px;
}
#footer a {
	color:#FF0000;
	line-height:24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
#footer a:hover {
	text-decoration:none;
}
#footer .text{
	text-align:left;
}
#footer .text, #footer .copyright{
	margin:0px 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
#footer .copyright{
	margin:10px;
	text-align:center;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*start menu style */

.chromestyle{
width: 100%;
margin:0;
padding:0;
background-color:#666666;
height:32px;
line-height:22px;
font-weight: bold;
}

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; 
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding:4px 22px 4px 24px;
font-size:12px;
margin: 0;
text-decoration: none;
border-left: 1px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
}

/*Style for Drop Down Menu*/

.dropmenudiv{
position:absolute;
top: 0;
margin-top:3px;
padding:10px 0 15px 0px;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#99CCFF;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 18px;
letter-spacing:0px;
padding: 2px 0;
text-decoration: none;
font-weight:normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
font-weight:bold;
}

/*end menu style */
#container #contentContainer #mainContent .sub table tbody tr .whitebold div {
	color: #FFF;
}
#container #contentContainer #mainContent .sub table tbody tr .whitebold {
	color: #FFF;
}

