/* Layout Stylesheet */ 

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

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

#hdr {
 height:120px;
 background:#FFFFFF;
 color: #333333;
 }

#bar {
 border-left:0px solid #000000; border-right:0px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000; height:35px;
 background:#333;
 color: #fff;
 
 }

#bodyblock {
 position:relative;
 background: #F5F5DC;
 color: #333333;
 width:800px;
 padding:0;
 }

#l-col {
 float:left;
 background:#F5F5DC;
 color: #333333;
 width:135px;
 }

#navlist
{
padding-left: 0;
margin-left: 5px;
border-bottom: 2px solid gray;
width: 105px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 2px solid gray;
}


a:link {text-decoration: none; color: #0000FF;}
a:visited {text-decoration: none;bold; color: #0000FF;}
a:active {text-decoration: none}
a:hover {text-decoration: underline overline; color: #FF0000;}
	
#cont {
 border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000; width:650px;
 background:#ffffff;
 color: #333333;
 text-align:left
 }

#ftr {
 border-left:0px solid black; border-right:0px solid black; border-top:1px solid black; border-bottom:0px solid black; height:110px;
 background:#333;
 color: #fff;
 margin:0
 }

.style1 {font-family: Arial, sans-serif,Helvetica, Verdana; font-size: 12px; color: #999999; }
