body 	{
		background-color: #005B9A;
        line-height: 20px;
		font: 10px/27px "normal", Arial, Verdana, sans-serif; 
}



a:link { color: blue; text-decoration: none;}
a:visited { color: #447BA0; text-decoration: none;}
a:active { color: blue; text-decoration: none;}
a:hover { color: blue; text-decoration: underline;}


img { border-style: none; }
		div#container
{
margin: auto;
width: 900px;
text-align: left;
height: 12500px;
border-left: black;
border-right: black;
position: relative;
background-color: #ffffff;

}					
                            
div#header
{
width: 900px;
text-align: left;
height: 150px;
background-color: white;
position: relative;
z-index: 2;
font-family: arial; font-size: 20.0pt; font-weight: 200; color: goldenrod;


}				                            

div#mainbody
{
width: 850px;
text-align: left;
height: 11900px;
background-color: #ffffff;
position: relative;
z-index: 2;
font-size: 16px;
padding: 5px;
top: 10px;
}		

span.hl
{
background-color: yellow;
}	
div#test1
{
width: 550px;
text-align: center;
height: 115px;
background-color: lightyellow;
position: absolute;
z-index: 3;
font-size: 14px;
padding: 5px;
top: 250px;
left: 20px;
border: 2px dashed black;
}	

div#test2
{
width: 550px;
text-align: center;
height: 115px;
position: absolute;
z-index: 3;
font-size: 14px;
padding: 5px;
top: 1175px;
left: 20px;
border: 1px solid black;
}	


