/* Layout Stylesheet */ 
body {
 margin:20px;
 background: black;
 color: #333333;
 text-align:center;
 padding:0;
 font-family: arial;
 font-size: 80%;
 }
#l-col ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial;
font-size: 10;
}
#l-col a
{
display: block;
padding: 3px;
width: 148px;
background-color: black;
border-bottom: 1px solid black;
}
#l-col a:link, #navlist a:visited
{
color: silver;
text-decoration: none;
}
#l-col a:hover
{
background-color: silver;
color: black;
}
#l-col {
 float:left;
 background: black;
 color: silver;
 width:145px;
 margin: 0px
}
#outer {
 text-align:left;
 border:0px solid silver;
 width:650px;
 margin:auto;
}
#bodyblock {
 position:relative;
 background-image:url(images/boxes5.jpg);
 background-repeat:no-repeat;
 color: silver;
 width:650px;
 padding:0;
 }
#cont a:link {
 text-decoration: underline;
 color: silver;
}
#cont a:visited {
 text-decoration: underline;
 color: #003366;
}
#cont a:hover {
 text-decoration: underline;
 color: white;
}
#cont {
 width:493px;
 background:black;
 color: silver;
 border:solid silver;	
 border-width:1px 1px 1px 1px;
 text-align:left;
 }
#ftr-l {
 float:left;
 width: 154px;
 height:25px;
 background:black;
 color: silver;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
#ftr {
 float:right
 width: 493px;
 height:25px;
 background:black;
 color: silver;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }