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

body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font: small Arial, Verdana, Helvetica, sans-serif;
}
#wrapper {
	width: 860px;
	text-align: left;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
.border {
	border-bottom: 1px solid #838377;
}
#navbar {
	float: left;
	width: 140px;
	background-color: #858755;
	margin-top: 5px;
	padding: 0 0 5px 5px;
	border: 1px solid #838377;
}
#navbar ul {
	margin: 0;
	padding: 10px 0 0 0;
	text-align: left;
	font-size: 140%;
}
#navbar li {
	margin: 0;
	padding: 5px;
	list-style: none;
}
#navbar a:link, #navbar a:visited {
	color: #EEE9E9;
	text-decoration: none;
}
#navbar a:hover {
	color: #912817;
	text-decoration: none;
}
#announce {
	float: right;
	width: 185px;
	padding: 10px 0 0 5px;
	color: #8D8D86;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.title {
	font-size: 145%;
	color: #375194;
}
#announce p {
	font-size: 110%;
}
#announce a:link, #announce a:visited {
	color: #375194;
	text-decoration: underline;
}
#announce a:hover {
	color: #912817;
}
#navbar2 {
	margin: 5px 195px 10px 160px;
}
#navbar2 img {
	border: 0;
}
.middleimg {
	padding: 0 20px 0 20px;
}
#text {
	margin: 5px 195px 5px 160px;
	padding: 0 10px 0 10px;
	background-color: #EEE9E9;
	color: #000000;
	border: 1px solid #838377;
	font-size: 110%;
	line-height: 1.3em;
}
#text h1 {
	font-size: 125%;
	color: #912817;
}
#text a:link, #text a:visited {
	color: #2B2B2B;
	text-decoration: underline;
}
#text a:hover {
	color: #912817;
	text-decoration: none;
}
#text ul {
	padding-bottom: 10px;
}
#text li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#text li img {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #333333;
}
#text2 {
	margin: 5px 0px 5px 0px;
	padding: 0 10px 0 10px;
	background-color: #EEE9E9;
	color: #000000;
	border: 1px solid #838377;
	font-size: 110%;
	line-height: 1.3em;
}
#text2 h1 {
	font-size: 125%;
	color: #912817;
}
#text2 h2 {
	font-size: 115%;
	color: #1D0163;
	padding-top: 15px;
} 
#text2 a:link, #text2 a:visited {
	color: #2B2B2B;
	text-decoration: underline;
}
#text2 a:hover {
	color: #912817;
	text-decoration: none;
}
#text2 dt {
	color: #1D0163;
	font-weight: bold;
} 
#text2 dd {
	padding-bottom: 10px;
}
#contact {
	margin: 10px;
	padding: 0 10px 0 10px;
	width: 450px;
	background-color: #EEE9E9;
	color: #000000;
	border: 1px solid #838377;
	font-size: 110%;
	line-height: 1.3em;
}
#contact h1 {
	font-size: 125%;
	color: #912817;
}
#contact a:link, #contact a:visited {
	color: #2B2B2B;
	text-decoration: underline;
}
#contact a:hover {
	color: #912817;
	text-decoration: none;
}	
#form table {
	width: 450px;
	border: 0;
	cellpadding: 5px;
}
#form tr {
	valign: top;
}
.button {
	background-color: #333333; 
	color:#ffffff; 
	font-size: 100%;
}
#footer {
	clear: both;
	margin-top: 10px;
	padding: 5px 0 10px 0;
	font-size: 85%;
	text-align: right;
	letter-spacing: 1px;
	color: #EEE9E9;
	border-top: 1px solid #8D8D86;
}
#footer a:link, #footer a:visited {
	color: #787373;
	text-decoration: underline;
}
#footer a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
	
