
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

ul, ol {padding-right: 15px;
}

#outer {
 text-align:left;
 border:1px solid #000000;
 width:1050px;
 margin:auto;
 }

#hdr {
 height:158px;
 background:#eeeeee;
 color: #333333;
 }

#bar {
 height:25px;
 background:#660000;
 color: #FFCC33;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 font-family: verdana, helvetica, sans-serif;
 }

#bodyblock {
 position:relative;
 background: #FFFFCC;
 color: #333333;
 width:1050px;
 padding:0;
 }

#l-col {
 float:left;
 background:#FFFFCC;
 color: #333333;
 width:199px;
 font-family: verdana, helvetica, sans-serif;
 }

#cont {
 width:850px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 1px;
 text-align:left;
 font-family: verdana, helvetica, sans-serif;
 }

#ftr {
 height:25px;
 background:#660000;
 color: #FFCC33;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 font-family: verdana, helvetica, sans-serif;
 }

/*** Vertical Navigation Area ***/
.vnav
{
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 70%;
	line-height: 180%; /* Mozilla suffers from a rounding problem, 
						  this value may have to be tweaked if you 
						  change the font family or size 
						*/
	/*/*/ /*/line-height: 120%;/* NS4 Adds too much space, so lower it */
}

.vnav ul li a
{
	color: #FFCC33;
	background-color: #0000CD;
}
.vnav ul li a:hover
{
	background-color: #336;
	color: #FF34B3;
}

.vnav ul, .vnav ul li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.vnav ul
{
	border: solid 1px #000;
	border-bottom-width: 0;
}
.vnav ul li
{
	border-bottom: solid 1px #000;
}
.vnav ul li a
{
	display: block;
	text-decoration: none;
	padding: 2px 10px;
}
/* Hide from IE-mac \*/
* html .vnav ul li a/* hide from IE 5.0 */ {height: 1%;}
/* End hide */
