body { 
	font-family: times new roman; 

}
#wrap{
	float: left;
	width: 900px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top:  2%;
	background-color: #fff;
}
#banner{
	float: left;
	margin: 0;
	width: 900px;
	height: 220px;
}
#nav{
	background-image: url(images/navback.gif);
	width: 900px;
	height: 50px;
	float: left;
	margin: 10px 0 10px 0;
}
#nav ul{
	margin-top: 15px;
}
#nav li{
	display:inline;
	list-style: none;
	padding: 15px;
	
}
#nav a{
	border: 1px solid #000;
	text-decoration: none;
	color: #000;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12pt;
	padding: 5px;
	
}
#nav a:hover{
	background-color: #333;
	color: #fff;
	
}
#left{
	background-color: #d6eeff;
	width: 450px;
	float: left;
	margin-right: 20px;
	padding-right: 15px;
	padding-top: 15px;
}
#right{
	float: left;
	width: 400px;
	margin: 20px 0 10px 5px;
}
#right h2{
	font-size: 22px;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	margin: 5px;
}
.images{
	width: 230px;
	float: left;
	margin-left: 15px;
}
.images img{
	border: 4px solid #660000;
	margin: 10px;
}
.text{ 
	font-family: "Times New Roman", Times, serif; 
	color: black; 
	font-size: 11pt; 
	margin: 10px 5px 5px 0; 
	line-height: 1.5em;
}
h1 { 
	font-family: times new roman; 
	color: #003333;
	font-size: 19pt; 
	margin-top: 0px;
	margin-bottom: 5px;
}
h2 { 
	font-family: times new roman; 
	color: #660000; 
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px; 
}
h3 { 
	font-family: times new roman; 
	color: #660000; 
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px; 
}
p { 
	font-family: "Times New Roman", Times, serif; 
	color: black; 
	font-size: 11pt; 
	margin-top:0; 
	line-height: 1.5em;
}
ul { 
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt; 
	color: black; 
	margin-top: 0 px;
	margin-bottom: 0px; 
	padding-left: 3px;
}
li{
	line-height: 1.5em;
	margin: 0;
	list-style: none;
	font-weight: bold;
}


</style>