/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Links */

#content a:link,
#content a:active,
#content a:visited
{
	color: #009900;
}

#content a:hover
{
	color: #009998;
}

#nav .navbox a:link, 
#nav .navbox a:active, 
#nav .navbox a:visited {
	color: #E3FFBF;
	text-decoration: none;
	display: block;	
	padding: 5px;
	font-weight: bold;
}

#nav .navbox a:hover {
	color: #009998;
	display: block;
	background-color: #CCFFCC;
	border: 1px solid #336600;
	padding: 4px;
	font-weight: bold;	
}

.bottombox span a:link,
.bottombox span a:active,
.bottombox span a:visited
{
	color: #E3FFBF;
	text-decoration: underline;
}

.bottombox span a:hover
{
	color: #fff;
	text-decoration: underline;
}

#page {
	width: 766px;
	display: block;
	background-image: url(/images/nav_bg.gif);
	background-position: left;	
}

#header {
	background-color: #fff;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	height: 118px;
	display: block;
}

#header .quote {
	position: absolute;
	top: 5px;
	left: 20px;
	font-size: 11px;
	width: 295px;
	color: #006600;
}

#header .link {
	position: absolute;
	top: 42px;
	left: 467px;
}

#body {
	display: block;
	margin: 0 auto;
	height: auto;
	background: #fff;
}

#content {
	background-color: white;
	left: 170px;
	float: right;
	width: 595px;
}

#content div {
	padding: 5px;
}

#content p {
	line-height: 1.5em;
}

#content h1 {
	color: #009998;
	font-size: 18px;	
	margin-top: 4px;
}

#content h2 {
	color: #006600;
	font-size: 14px;	
}

#content span.highlight {
font-weight: bold;
color: #009998;
font-size: 14px;
}

#content .ftn {
	font-size: 10px;
}

#content .quote {
	font-style: italic;
	color: #009998;
	margin-left: 20px;
}

#nav {
	float: left;
	width: 170px;
}

#nav .navbox .header {
	background-image: url(/images/nav_header.gif);
	vertical-align: middle;
	height: 31px;
	font-size: 14px;
}

#nav .navbox .header .text {
	position: relative;
	top: 9px;
	left: 41px;
	text-align: center;
	width: 117px;
}

#nav .navbox .header .text span {
	color: #CCFFCC;
	font-weight: bold;
}

#nav .navbox {
	background-image: url(/images/nav_body.gif);
}

#nav .navbox .body {
	background-image: url(/images/nav_footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	min-height: 130px;
}

#nav .navbox .body ul {
	width: 160px;
	list-style: none;
	padding: 0px 0px 20px 0px;
	margin: 0px;
}

#nav .navbox .body ul li {
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
}

#footer {
	clear:both;
}

#footer .bottombox {
	background: #fff;
	display: block;
	background-image: url(/images/bottombar_bg.gif);
	height: 29px;
	text-align: right;
}

#footer .footer {
	background: #fff;
	display: block;
	background-image: url(/images/footer.gif);
	min-height: 26px;

}

#footer .footer .footertext {
	position: relative;
	width: 592px;
	left: 170px;
	top: 5px;
	text-align: center;
}

#footer .bottombox span {
	position: relative;
	left: 500px;
	top: 8px;
	float: left;
	color: #CCFFCC;
	font-weight: bold;
}

#footer .bottombox span img {
	float: left;
	top: -1px;
}