
/* Layout Stylesheet */ 


body {
 font: arial;
 margin:20px;
 background:#EBF3F7;
 text-align:center;
 padding:0;
 }


#outer {
 text-align:left;
 border:1px solid #000000;
 width:750px;
 margin:auto;

 }

#hdr {

 background:#ffffff;
 font-size: 26px; 
 font-family: Arial;
 color: #68A3BC;
 text-align: middle;
 padding: 10px; 10px; 10px; 10px;
 }



#bar {
 height: auto;
 background:#ffffff;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

#box {
 background:#EBF3F7;
 width: 500px;
 color: #333333;
 border:solid #000000;	
 border-width:1px 1px 1px 1px;
 padding:5px; 
 margin-left: 25px;
 font-size: 12px;
 }


#bodyblock {

 background:  #68A3BC;
 color: #333333;
 width:750px;
 padding:0;

 
 }

#l-col {
 float:left;
 background: #68A3BC;
 width:145px;
 font-family: Arial;
 line-height: 15px;

 }


#l-col a:link{
    font-size: 14px; 
	font-family: Arial;
    color: #ffffff; 
	background: #68A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}


#l-col a:visited{
    font-size: 14px; 
	font-family: Arial;
    color: #fff; 
	background: #68A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
	
		}

#l-col a:hover{
    font-size: 14px; 
	font-family: Arial;
    color:  #68A3BC;
	background: #ffffff;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}


#l-col a:active{
    font-size: 14px; 
	font-family: Arial;
    color: #ffffff; 
	background: #99A3BC;
	text-decoration: none; 
    display: block; 	
	width: 100%; 
		}
#cont {

 width:590px;
 background:#ffffff;
 color: #333333;
 font-size: 12px;
 border:solid #000000;	
 border-width:0 0 0 1px;
 font-family: arial;
 text-align:left;
 padding: 5px;	

 }

#cont table {
font-size: 12px;
}


#cont img {

padding: 10px;

}


#cont ul {
padding-left: 25px;
}


#ftr {
 height:auto;
 background:#9BC2D3;
 color: #333333;
 border:solid black;
 border-width: 1px 0 0 0;
 margin:1px;
 padding: 3px;
 }


</style> 