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


body {
	background-color: #000000;
}

p {
	font-size: 14px;
	color: #FFFFFF;
}

p a:link {
	color: #ffff00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #ffff00;
}

p a:visited, p a:active, p a:hover {
	color: #ffff00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffff00;
}

#main {
	background-color: #000000;
	background-attachment: scroll;
	background-image: url(images/main-gradient.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 343px;
	background-color: #000000;
}

#spacer {
	height: 30px;
	width: 950px;
	float: left;
}

#highlight {
	font-size: 14px;
	background-color: #ffff00;
	padding: 10px 20px;
	width: 380px;
	font-weight: bold;
}

#highlight a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#highlight a:visited, #highlight a:active, #highlight a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#maps {
	margin-top: 10px;
	border: 2px solid #FFFFFF;
}

#footer {
	background-color: #ffff00;
	padding: 5px 20px;
	width: 910px;
}

#footer a:link {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
}

#footer a:visited, #footer a:active, #footer a:hover {
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

img.border {
	border: 2px solid #FFFFFF;
}