@import "form.css";
@import "menu.css";

.main_bg {
	background-image: url('../images/main_bg.jpg');
	background-repeat: no-repeat;
	background-position: top;
}

.sitemap_lev1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffcc;
	font-weight: bold;
}

.sitemap_lev1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffcc;
	text-decoration: underline;
}

.sitemap_lev2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
	padding-right: 10px;
}

.sitemap_lev2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	text-decoration: underline;
}

.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
}

.subheader a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	text-decoration: underline;
}

.subheader_ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-weight: bold;
	text-decoration: underline;
}

.subheader_ul a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	text-decoration: underline;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffcc;
}


H2 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 20px;
	color: #ffffcc;
	text-transform: uppercase;
}

H3 {
	font-family: 'Arial Black', Gadget, sans-serif;
	font-size: 16px;
	color: #ffffcc;
	
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffcc;
	font-weight: bold;
}
.hr_light {
	height: 1px;
	border: 0;
	color: #ffffcc;
	background-color: #ffffcc;
}

a:link {
	color: #7f180f;
}
a:hover {
	color: #000000;
}
a:visited {
	color: #7f180f;
}

body {
	

}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
	font-variant: small-caps;
	text-align: center;
	padding-top: 10px;
}

.topnav a {
font-family: Arial, Helvetica, sans-serif;
	color: #ffffcc;
	font-size: 12px;
	text-decoration: none;
}
.topnav a:hover {
	text-decoration: underline;
	color: #ffffcc;
}

.topnav a:visited {
	text-decoration: none;
	color: #ffffcc;
}

.lightnav a {
	color: #ffffcc;
	text-decoration: underline;
}
.lightnav a:hover {
color: #ffffcc;
	text-decoration: underline;
}

.imglink a {
	color: #ffffcc;
	text-decoration: none;
}
.imglink a:hover {
color: #ffffcc;
	text-decoration: underline;
}



.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	
}

LI.list_p {
	list-style: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffcc;
} 