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

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #006633;
	background: #d5f0fb;
	margin: auto;
	padding: 0;
	text-align: center; 
	color: #000000;
	width: 820px;
	}
	
a {
	color: #993300;
	font-weight: bold;
	}
	
a:hover {
	color: #0099CC;
	}
	
a:visited {
	color: #993300;
	font-weight: bold;
	}
	
p {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0c4a14;
	text-align: left;
	padding: 0 20px;
	margin: 20px 0;
	}

#container {
	position: absolute;
	margin-left: -405px;
	left: 50%;
	height: 620px;
	width: 820px;
	background-color: #fff;
	text-align: center;
	}
	
#content {
	width: 800px;
	height: 600px;
	position: absolute;
	margin-left: -400px;
	left: 50%;
	margin-top: 10px;
	padding: 0;
	}
	
#topshadow {
	position: absolute;
	margin-left: -410px;
	left: 50%;
	height: 10px;
	width: 820px;
	background-image: url(images/shadow-top.jpg);
	background-repeat: repeat;
	}

#bottomshadow {
	position: absolute;
	margin-left: -410px;
	left: 50%;
	margin-top: 610px;
	height: 10px;
	width: 820px;
	background-image: url(images/shadow-bottom.jpg);
	background-repeat: repeat;
	}
	
#leftshadow {
	position: absolute;
	margin-left: -410px;
	left: 50%;
	margin-top: 10px;
	padding: 0;
	height: 600px;
	width: 10px;
	background-image: url(images/shadow-left.jpg);
	background-repeat: repeat;
	}
	
#rightshadow {
	position: absolute;
	margin-left: 400px;
	left: 50%;
	margin-top: 10px;
	height: 600px;
	width: 10px;
	background-image: url(images/shadow-right.jpg);
	background-repeat: repeat;
	}

#masthead {
	margin: 11px 0 0 0;
	text-align: center;
	padding:  0;
	}
	
#nav {
	float: left;
	text-align: right;
	margin: 0;
	padding: 0 0 0 11px;
	height: 369px;
	width: 203px;
	}
	

	
#main {
	margin: 0;
	height: 362px;
	width: 574px;
	background-image: url(images/mainbg.gif);
	background-repeat: no-repeat;
	float: right;
	}
	
img {
	border: none;
	}
	
ul {
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #0c4a14;
	margin-left: 25px;
	padding-left: 25px;
	}