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

body {
	background-image:url(../img/bg_body.png);
	margin:0 auto;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

/*Main Container Divs*/

div#gradient {
	background-image:url(../img/bg_grad.png);
	background-repeat:repeat-x;
	width:100%;
	margin:0 auto;
}

div#content {
	background-image:url(../img/bg_content.png);
	width:960px;
	margin:0 auto;
}

div#banner {
	background-image:url(../img/bg_banner.png);
	background-repeat:repeat-x;
	width:100%;
	margin:0 auto;
}

/*Nav*/

div#nav {
	width:160px;
	height:320;
	border:0px solid #000;
	padding:205px 5px 0px 5px;
	margin:0px 0 0 118px;
	text-align:right;
	position:relative;
	float:left;
}

div#nav a:link {
	color:#666666;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
}

div#nav a:visited {
	color:#666666;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
}

div#nav a:active {
	color:#666666;
	text-decoration:none;
	font-weight:600;
	font-size:14px;
}

div#nav a:hover {
	color:#336633;
	text-decoration:underline;
	font-weight:600;
	font-size:14px;
}

/*Body Copy*/

div#spacer {
	width:510px;
	min-height:800px;
	border:0px solid #000;
	padding:0px 5px 0px 5px;
	margin:0 0 0 308px;
	position:relative;
}

div#bodycopy {
	border:0px solid #000;
	width:505px;
	margin:0 auto;
	padding:0;
	height:auto;
}

p {
	font-size:12px;
	line-height:30px;
	padding:0px;
	margin:2px 20px 10px 25px;
	color:#333333;
}

h1 {
	font-size:28px;
	color:#336633;
	font-weight:600;
	padding:0px;
	margin:5px 20px 0px 20px;
}

h2 {
	font-size:20px;
	color:#336633;
	font-weight:600;
	padding:0px;
	margin:5px 20px 0px 20px;
}

div#bodycopy a:link {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
}

div#bodycopy a:visited {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
}

div#bodycopy a:active {
	color:#666666;
	text-decoration:underline;
	font-size:12px;
}

div#bodycopy a:hover {
	color:#336633;
	text-decoration:underline;
	font-size:12px;
}

/*Footer*/

div#footer {
	border:0px;
	padding:0px;
	margin:100px 0 0 0;
}

img#footer {
	border:0px;
	margin:30px 0 0 0;
	padding:0px;
	float:right;
}

hr {
	margin:10px 0 5px 0;
	color:#A9C0A0;
	background-color:#A9C0A0;
	height:1px;
	border:0px;
}

hr#header {
	margin:10px 20px 5px 20px;
	color:#A9C0A0;
	background-color:#A9C0A0;
	height:1px;
	border:0px;
}

div#footer a:link {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}

div#footer a:visited {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}

div#footer a:active {
	color:#666666;
	text-decoration:none;
	font-size:11px;
}

div#footer a:hover {
	color:#336633;
	text-decoration:none;
	font-size:11px;
}

/*Footer Bottom*/

div#footerbottom {
	font-family:'Times New Roman', Times, serif;
	color:#999999;
	text-align:right;
	line-height:20px;
	font-size:11px;
	width:170px;
	margin:20px 0 0 330px;
}

div#footerbottom a:link {
	color:#999999;
	text-decoration:none;
}

div#footerbottom a:active {
	color:#999999;
	text-decoration:none;
}

div#footerbottom a:hover {
	color:#999999;
	text-decoration:none;
}

div#footerbottom a:visited {
	color:#999999;
	text-decoration:none;
}

/*List*/

ul{
	margin:0 0 15px 30px;
}

li {
	list-style-type:circle;
	font-size:12px;
	margin:3px 0 3px 0;
}