BODY {
 	font-family: Verdana, Arial, sans-serif;
 	font-size: 10pt;
 	color: #000;
	background-color: #FFF;
	margin: 0 auto;
} 

TEXTAREA,INPUT{
	font-family: Verdana, Arial, sans-serif;
	font-size:1em;
}

IMG{
  border:0;
}

H1{
  font-size: 1.3em;
}

H2{
  font-size:1.1em;
}

.table{
  width:980px;
  padding:0;
  border:0;
}

#outerwrapper{
  width:100%;
}

#innerwrapper{
  width:984px;
}

#preheader{
  font-size: 7pt;
  color: #CC3366;
  width:100%;
  text-align:center;
  margin-top:10px;
  border-left:0px solid #FFF;
  border-right:0px solid #FFF;
  margin-bottom:5px;
}

#container{  
  border-left:2px solid #89A0D0;
  border-right:2px solid #89A0D0;
}

#header{
  width:100%;
  border-top:2px solid #89A0D0;
  background-color: #2D2F91;
  height:167px;
}

#headerleft{
  float:left;
  height:167px;
}

#headerright{
  float:right;
  height:167px;
}

#topmenu{
  margin-top:1px;
  margin-bottom:1px;
  width:975px;
  background-color: #DDD;
  height:2em;
  line-height:2em;
  font-weight:bold;
  padding-right:5px;
}

#topmenu A, #topmenu A:visited{
  color:#000;
  text-decoration: none;
}

#topmenu A:hover{
  color:#990000;
  text-decoration: none;
}

#content{
  width:100%;
  height:auto;
}

#content #left{
  float:left;
  width:180px;
}

#content #right{
  float:left;
  width:785px;
  padding-left:10px;
  text-align:left;
}

#footer{
  border-bottom:2px solid #89A0D0;
  margin-bottom: 5px;
  font-size: 7pt;
  width:100%;
  text-align:center;
  margin-top:15px;
  padding-bottom:10px;
}


#footer A, #footer A:visited, #content #right A, #content #right A:visited{
  color: #990000;
  text-decoration: none;
}

#footer A:hover, #content #right A:hover{
  color: #990000;
  text-decoration: underline;
}

.disclaimer{
  color:#999999;
}

#ads{
  margin-top:20px;
  width:100%;
}

#nfad{
  margin-top:30px;
}

.menutitle{
  background-color: #2d2f91;
  color:#FFF;
  font-weight:bold;
  margin-bottom:1px;
  width:100%;
  height:1.8em;
  text-align:center;
  line-height: 1.8em;
}

.menumain{
  background-color: #DDD;
  color:#000;
  font-weight:bold;
  width:100%;
  height:1.8em;
  text-align:center;
  line-height: 1.8em;
  border-bottom: #89A0D0 solid 1px;
}

.menumain A, .menumain A:visited, .menuserv A, .menuserv A:visited{
  color:#000;
  text-decoration: none;
}

.menumain A:hover, .menuserv A:hover{
  color:#990000;
  text-decoration: none;
}

.menuserv{
  background-color: #BDD4EE;
  color:#000;
  font-weight:bold;
  width:100%;
  height:1.8em;
  text-align:center;
  line-height: 1.8em;
  border-bottom: #89A0D0 solid 1px;
}

.greentick{
  list-style-image: url('/images/bullet_tick_green.gif');
  font-weight: bold;  
}

.imageleft{
  float:left;
  margin-right:10px;
}

.clearline{
  height:0px;
  margin-top:-2px;
  clear:both;
}

.fullwidth{
  width:100%;
  text-align:center ;
}