@charset "UTF-8";
/* CSS Document */

BODY {
   	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, sans-serif;
	font-size: medium  }
P {	
	line-height: 1.5; 
	font-size: medium }
H1 {
   	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, "sans-serif"; 
	font-weight: bold }
H2 {
   	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, "sans-serif"; 
	font-weight: bold;
	font-size: medium; }
H3 {	
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, "sans-serif"; 
	font-weight: normal;
	line-height: 1;
	font-size: small }
LI { 
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, sans-serif;
	line-height: 1.5; 
	font-size: smaller }
H4 {	
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, "sans-serif"; 
	font-weight: normal;
	line-height: 2;
	font-size: x-small;
	color: #777777 }
H5 {	
	font-family: Lucida Sans Unicode, Lucida Grande, Lucida, Arial, "sans-serif"; 
	font-weight: normal;
	line-height: 1.3;
	font-size: xx-small;
	color: #777777 }

a:link {
	color: #777777;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #777777;
}
a:hover {
	text-decoration: none;
	color: #0427cb;
}
a:active {
	text-decoration: none;
	color: #40b378;
}
div.nav
{
width:150px;
height: 400px;
position: absolute;
left: 0px;
top 0 px;
padding-top:10px;
padding-bottom:10px;
padding-right:30px;
padding-left:5px;
border:0px;
margin:10px;
background-color: #ffffff;
}

div.main
{
width:720px;
position: absolute;
left: 250px;
right 0 px;
padding:10px;
border:0px solid gray;
margin:0px;
}


