body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}

#page-container {
width: 768px;
margin:auto;
background:#F3F3F3;
}

#top{
background:url("../images/top.gif") no-repeat;
width:100%;
height:60px;
}

#top a{
color:white;
text-decoration: none;
text-align:center;
font-weight:bold;
display:block;
line-height: 28px; 
}

.topList{
float:right;
background:url("../images/topList.gif") no-repeat bottom;
width:51px;
height:25px;
margin-top:36px !important;
margin-top:50px;
margin-right:0 !important;
margin-right:-1px;
display:block;
text-align:center;
}

#header{
background:url("../images/header.gif") no-repeat;
width:100%;
height:183px;
}
a{
    FONT-SIZE: 9pt; COLOR: #ff0000; 
    text-decoration: none;
    }
    
table{
	table-layout:fixed;
}

.whiteT{
	margin-left:8px;
}

.whiteT td{
	background-color:#FFFFFF;
	vertical-align:middle ;
}

#footer{
clear:both;
padding-top:10px;
padding-bottom:10px;
text-align:center;
width:75%;
height:75px;
margin:auto;
border-top:2px solid #0C284F;
}

#footer a{

color:#153873;
font-weight:bold;
text-decoration:none; 
}

#footer a:hover{
color:#085AF8; 
}

#dropdownList {
margin-top:-13px !important;
	margin-top:-1px;
	padding-left:0;
   margin-left:0;
   line-height: 28px; 
   list-style-type: none; 
   background:green;
}

#dropdownList a {
  display: block; 
  width: 96px; 
  text-align:center;
  color:white;
  font-weight:bold;
}

#dropdownList a:link {
  text-decoration:none;
}
#dropdownList a:visited {
  color:#FFFFFF;
  text-decoration:none;
}
#dropdownList a:hover {
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}

#dropdownList li {
  float: left;
  width: 96px;
  height:28px;
  margin:0;
  background:url("../images/blackBg.gif") no-repeat;
}
#dropdownList li a:hover{
background:url("../images/blackBg.gif") no-repeat;
}
#dropdownList li ul {
  line-height: 28px; 
  list-style-type: none;
  text-align:left;
  left: -999em; 
  width: 980px; 
  position: absolute; 
  float:left;
  margin-left:177px !important;
  margin-left:215px;
}

#dropdownList li ul li{  
  float: left; 
  width: 96px;
  background:#CCCCCC;
}

#dropdownList li ul a{
  display: block;
  width: 96px;
  text-align:center;
}

#dropdownList li ul a:link {
  color:#989C9D;
  text-decoration:none;
}
#dropdownList li ul a:visited {
  color:#666;text-decoration:none;
}
#dropdownList li ul a:hover {
  color:#FFFFFF; 
  text-decoration:none;font-weight:normal;
  background:#989C9D;
}

#dropdownList li:hover ul {
  left: 0;
}
#dropdownList li.sfhover ul {
  left: 0;
}

#bigBox
{
	width:100%;
	font-size:medium;
	font-weight:bold;
	}

#leftBox{
padding-top:20px;
float:left;
width:25%;
}
	
#rightBox{
padding-top:20px;
padding-left:20px;
float:left;
width:70%;
}