/* CSS Document */

/* elements */
body {
	background: #d3d3c9;

}

p {
	color: #336633;
	font-family: Arial;
	text-align: center;
}
h2 {
	color: #000000;
	font-family: Verdana;
	font-size: 12pt;
}
h3 {
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	font-decoration: underline;
}
h4 {
	color: #000000;
	font-family: Verdana;
	font-size: 10pt;
	text-align: left;
}
h1 {
	color: #ffffff;
	font-family: Verdana;
	font-size: 10pt;
	text-align: center;
}
table {
	background-color: #000000;
	margin-bottom: 8px;
}

img {
	border: 0;
}

td {
	margin: 0px 10px 10px 0px;
	background: #3F4E31;
	font-size: 8pt;
	font-family: Verdana;
	align: center;
}

/* divs */
.map {
	border: 0px;
	padding: 0 0 0 0;
	width: 640px;
	margin-top: 8px;
	color: #000000;
	font-size: 10pt;
	font-family: arial;
	margin-left: 75px;
}

.table {
	background: #90A18E;
	border: 2px solid #000000;
	width: 800px;
	margin-left: 50px;
	margin-top: 20px;
}

#copyright {
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
}

#notice {
	color: #000000;
	font-size: 10pt;
	font-family: Arial;
	text-align: center;
}
.text {
	width: 800px;
	margin-left: 50px;
	margin-top: 20px;
	color: #336633;
	font-family: Arial;
}

#header {
	font-family:Verdana;
	font-size:10px;	
	width: 800px;
	margin-left: 50px;
	margin-top: 20px;
	background: #000000;
	text-align: center;
}

.nav {
	padding: 2px 2px 2px 2px;
	border: 2px solid #000000;
	margin: 10px 50px 10px 50px;
	font-size: 10pt;
	font-family: Verdana;
	text-align: center;
}

/* links */

a:link,a:active{
	color: #90A18E;
}
a:hover,a:visited {
	color: #90A18E;
}
a.copyright:link, a.copyright:active, a.copyright:hover, a.copyright:visited {
	color: #000000;
	text-decoration: none;
}
a.notice:link, a.notice:active, a.notice:hover, a.notice:visited {
	color: #000000;
	text-decoration: none;
}
a.hvc:link, a.hvc:active, a.hvc:hover, a.hvc:visited {
	color: #90A18E;
	background: #000000;
	text-decoration: none;
	padding: 2px 2px 2px 2px;
}
/* other */
hr.line {
	border: 2px solid #000000;
}

hr.header {
	border: 1px dotted #666666; 
	width:100%;
}