body { 
	background-color: #FFFFFF; 
	margin-top: 0px; 
	margin-left: 0px ;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-style: normal; 
	color: #333333; 
	font-weight: normal; 
	line-height: 150%;
}

h1 { 

	font-size: 26px; 
	font-weight: bold; 
	margin: 0;

}

h2 {

	font-size: 20px; 
	font-weight: bold; 
	margin: 0;

}
h3 {

	font-size: 18px; 
	font-weight: bold; 
	padding: 10px 0 0 0;
	margin: 0;

}
h4 {

	font-size: 14px; 
	font-style: italic; 
	color: #333333; 
	font-weight: bold; 
	margin: 0;

}
p.ital {

	font-style: italic; 

}
li {

	padding: 0 0 3px 0;

}

#page_title { 

	position:absolute;
	left:20px;
	top:10px

}

#contact_info { 

	position:absolute;
	left:20px;
	top:45px

}

#nav_box { 

	position:absolute;
	left:20px;
	top:75px;
	width: 95px;
	border-top: 1px #000000 solid;
	padding: 15px 15px 15px 0;

}

#main_box { 

	position:absolute;
	left:115px;
	top:75px;
	width: 600px;
	border-left: 1px #000000 solid;
	border-top: 1px #000000 solid;
	padding: 15px;

}