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


body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #1A0B00;
	margin: 0px;
	padding: 0px;
}

p {
	margin-right: 20px;
	margin-left: 2px;
	color: #1A0B00;
}
#nav a:link {
	color: #C60;
	text-decoration: none;
	padding: 3px;
	border-bottom: medium solid #000;
}
#nav a:visited {
	text-decoration: none;
	color: #C60;
	padding: 3px;
	border-bottom: medium solid #1000;
}
#nav a:active {
	text-decoration: none;
	color: #C60;
	padding: 3px;
	border-bottom: medium solid #1000;
}
#nav a:hover {
	text-decoration: none;
	color: #FFF;
	padding: 3px;
	border-bottom: medium solid #F90;
}
#nav a:active {
	text-decoration: none;
}
#main a:link {
	color: #C60;
	text-decoration: none;
	
}
#main a:visited {
	text-decoration: none;
	color: #C60;
	
}
#main a:active {
	text-decoration: none;
	color: #C60;
	
}
#main a:hover {
	text-decoration: underline;
	color: #13858B;
}
#main a:active {
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	color: #066;
	margin-left: 2px;
}
h2 {
	font-size: 14px;
}
#footer {
	font-size: 8px;
	color: #C60;
	border-top: 1px solid #F90;
	background-color: #000;
}
#footer body {
	font-size: 8px;
	color: #C60;

}
#footer p {
	font-size: 8px;
	color: #C60;
	background-color: #000;
}
#footer a:link {
	font-size: 8px;
	color: #C60;
	text-decoration: none;
}
#footer a:hover {
	font-size: 8px;
	color: #FFF;
	text-decoration: none;
}
#footer a:visited {
	font-size: 8px;
	color: #C60;
	text-decoration: none;
}
#footer a:active {
	font-size: 8px;
	color: #C60;
	text-decoration: none;
}
.bkgdLine {
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
