body {
	background-color: #EEEEEE;
 	font: normal 14px Verdana;
	margin: 0;
	padding: 0;
}

a{
	color: #000000;
}

a:hover{
	color: #CC0000;
}

#maincontainer{
	width: 980px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}
#topmenu{
margin: 0px;
width: 100%;
height: 14px;
padding: 5px 0px;
font-size: 12px;
vertical-align: middle;
clear: right;
}

#topmenu a{
text-decoration: none;
color: #000000;
}

#topmenu a:hover{
color: #CC0000;
}

#lhmenu {
text-align: left;
display: inline;
padding: 0px 10px;
float:left;
}

#rhmenu {
text-align: right;
display: inline;
padding: 0px 10px;
float:right;
}

#topsection{
	background-color: #FFFFFF;
	width: 100%;
}

#topwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#topcolumn{
  margin: 0 160px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#topleftcolumn{
  float: left;
  width: 240px; /*Width of left column in pixel*/
  margin-left: -980px; /*Set margin to that of -(MainContainerWidth)*/
}

#toprightcolumn{
  float: left;
  width: 160px; /*Width of right column*/
  margin-left: -160px; /*Set left margin to -(RightColumnWidth)*/
  text-align: right;
  padding-top: 25px;
}

#menu{
  background-color: #000000;
  width: 100%;
}

#contentwrapper{
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}

#banner {
  /*width: 980px;*/
	height: 240px;
	background-color: #FFFFFF;
}

.subcontent {
}

#lbox{
	border: 1px solid #CCCCCC;
	padding-right: 5px;
}

#rbox{
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}

#bottommenu{
	clear: left;
	width: 100%;
	background-color: #414141;
	color: #FFFFFF;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 12px;
	padding: 8px 0px;
}

#bottommenu a{
	color: #FFFFFF;
	text-decoration: none;
}

#footer{
margin: 0px;
width: 100%;
padding: 5px 0px;
font-size: 12px;
text-align: center;
}

#footer a{
text-decoration: none;
}

.copy {
  font-size: 12px;
  font-weight: normal;
}

.disclaimer {
  font-size: 12px;
  font-weight: normal;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

.t {background: url(../images/dot.png) 0 0 repeat-x; width: 100%}
.b {background: url(../images/dot.png) 0 100% repeat-x}
.l {background: url(../images/dot.png) 0 0 repeat-y}
.r {background: url(../images/dot.png) 100% 0 repeat-y}
.bl {background: url(../images/bl.png) 0 100% no-repeat}
.br {background: url(../images/br.png) 100% 100% no-repeat}
.tl {background: url(../images/tl.png) 0 0 no-repeat}
.tr {background: url(../images/tr.png) 100% 0 no-repeat; padding:10px} 

.quicklinks {
list-style-image: url(../images/dbullet.png);
list-style-type: none;
margin-left: 20px;
padding-left: 0px;
}

.quicklinks a{
text-decoration: none;
}

.quicklinks li {
padding-left: 3px;
}

#pscroller1{
margin-top: 4px;
width: 188px;
height: 100px;
padding: 5px;
background-color: white;
font-size: 9pt;
}

.newshead {
font-weight: bold;
font-size: 9pt;
}

.newsdate {
color: #666666;
font-size: 8pt;
}
