<style type="text/css">
*	{
	margin:0;
	padding:0;
	}
#container{
	width:920px;
	margin: auto;
	text-align:center;
	}
A:link {
	color: #FFFFCC;
	font-weight: bold;
	}
#welcome {
	position: relative;
	left: 220px;
	font-family: monotype corsiva;
	font-size: 24pt;
	color: #CAE28E;
	font-weight: bold;
	width: 720px;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	}
#header {
	position: relative;
	top: 30px;
	width: 715px;
	margin-left: 212px;
	margin-top: -300px;
	height: 135px;
	//background-color: #FFFFDD;
	background-image: url(images/hdrgrad6.png);
	text-align: center;
	font-family: monotype corsiva;
	font-size: 20pt;
	font-weight: bold;
	padding-top: 55px;
	border-top: 2px solid #C9D1A3;
	border-right: 2px solid #638050;
	border-bottom: 2px solid #638050;
	border-left: 2px solid #C9D1A3;	
	}
#left	{
	position: relative;
	top: -7px;
	width: 200px;
	left: 0px;
	}
#nav	{
	position: relative;
	top: 37px;
	margin-left: 210px;
	width: 723px;
	height: 75px;
	background-color: #003300;
	font-family: arial;
	font-size: 10pt;
	font-weight: bold;
	}
#nav a	{
	color: #003300;
	text-decoration: none;
	}
#nav td	{
	height: 55px;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #ffffcc;
	background-image: url(images/button.png);
	border-top: 2px solid #C9D1A3;
	border-right: 2px solid #638050;
	border-bottom: 2px solid #638050;
	border-left: 2px solid #C9D1A3;
	}
#nav td a:hover{
	padding-right: 3px;
	padding-left: 1px;
	color: #003300;
	}
#title	{
	padding-top: 20px;
	text-align: center;
	font-family: Times New Roman;
	font-size: 20pt;
	font-weight: bold;
	color: #f9ffe4;
	}
body {
	background-color: #003300;
	text-align: center;
	}
#content{
	position: relative;
	top: 20px;
	left: 0px;
	width: 900px;
	padding: 20px 20px 20px 15px;
	text-align: justify;
	font-family: Times New Roman;
	font-size: 13pt;
	color: #FFFFCC;
	}
#subheading{
	font-weight: bold;
	font-size: 15pt;
	}
#content img{
	padding: 20px 0 6px 17px;
	}
#content li{
	text-align: left;
	}
#body p {
	font-size: 13pt;
	}
#body li {
	font-size: 13pt;
	}
#contact{
	position: relative;
	width: 900px;
	left: 0px;
	text-align: center;
	font-family: monotype corsiva;
	font-size: 18pt;
	}
#contact h1 {
	font-family: monotype corsiva;
	font-size: 26pt;
	font-weight: bold;
	}
#contact table{
	text-align: center;
	margin-right: 200px;
	margin-left: 200px;
	}	
#contact td {
	font-family: Times New Roman;
	font-size: 13pt;
	text-align: center;
	}
#contact td a{
	font-weight: normal;
	}
</style>