body
{
 padding: 0px;
 margin: 0px;
 text-align: center;
 font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
 font-size: 70%;
 line-height: 130%;
}


#container
{
 width: 900px;
 margin: 10px auto 0px auto;
 padding-bottom: 30px;
 background: #fff;
 text-align: left;
}

#header{
    width: 900px;
	background:url('/images/top_shade.jpg');
	height: 90px;
}

*HTML .header
{
  width: 900px;
	background:url('/images/top_shade.jpg');
	background-repeat:repeat-x;
	height: 90px;
}


#header1
{
 width: 290px; 
 float: left;
 overflow: auto;
}

#header2
{
 margin-left: 20px;
 width: 130px;
 float: left; 
 overflow: auto; 
}

#header3
{
 width: 459px;
 float: left;
}

#topVert
{
 list-style: none;
 padding: 0px;
 margin: 0px;
 text-align: left;
}

#topVert li
{
  line-height: 14pt;
}



/* DROPDOWN MEN 
-------------------------------------------------------- */

#nav ul
{
	border: 0px;
	padding: 0px;
	list-style: none;
}

#nav li ul {
	border-top: 6px #eeeeee solid;
	position: absolute;
	width: 150px;
	left: -999em;
	background: black;
	font-size: 7pt;
	line-height: 8pt;
	font-weight: normal;
}

*HTML #nav li ul{
	line-height: 4pt;
}

#nav ul li
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

#nav li:hover ul, #nav li.sfhover ul{
	position: absolute;
	left: auto;
	margin-left: 0;
}

#nav li:hover, #nav li.hover {
    position: static;
}
#nav li ul li
{
    margin: 0;
    padding: 0;
}

.topHoriz
{
   width: 80px;
   /* border-top: 6px #dddddd solid; */
   float: left;
   font-size: 8.5pt;
   font-weight: bold;
   margin-right: 4px;
   text-align: center;
}

.topHoriz a, .topHoriz a:visited{
	text-decoration: none;
	display: block;
	border-top: 6px #dddddd solid;
	margin: 0 5px 0 0;
}
.topHoriz a:hover{
	color: green;
	text-decoration: none;
	border-top: 6px green solid;
	
}

.topHoriz ul a, .topHoriz ul a:visited
{
  color: #aaaaaa;
  border-top: 1px #333333 solid;
  margin: 0px;
  padding: 4px 0 6px 3px
}

.topHoriz ul a:hover
{
  border-top: 1px #333333 solid;
  background: green;
  color: white;
  text-decoration: none;
}



/* END DROPDOWN MEN */

#pagebanner
{
    width: 900px;
	height: 215px;
	background-image: ('/images/blank_banner.jpg');
	background-repeat: repeat-x;
	clear: both;
	padding: 15px 0 0 31px; 
}

*HTML #pagebanner {width: 869px;}

#main{
  width: 900px;
	margin-top: 20px;
	clear: both;
	overflow: auto;
}

#main_left{
  float: left;
  width: 630px;
}

#main_full{
  float: left;
	width: 880px;
	margin-left: 20px;
}

.leftSplit
{
 	width: 290px; 
	float: left;
	margin-left: 20px;

}
*HTML .leftSplit
{
    width: 260px;    
}
#main_right{
	float: left;
	width: 260px;
}

#main_full
{
	float: left;
	width: 900px;
}

#main_left li{
	margin-bottom: 10px;
}

.right_gray{
	width: 200px;
	background: #eeeeee;
	border: 1px #aaaaaa solid;
	margin-bottom: 20px;
}

.right_header{
  background: #aaaaaa;
	padding: 5px;
	margin: 0px;
	color: white;
	font-size: 10pt;
}

.right_gray ul{
  margin-left: 2em;
	padding: 0px;
	list-style-image:url('/images/bullet_small.jpg');
}

.right_gray li{
  padding: 0px 10px 10px 0px;
}

#footer
{
  margin: 20px;
  width: 860px;
	clear: both;
	overflow: auto;

}