﻿@import url("layout.css");
body {
	font-family: "nexa_lightregular";
	font-size: 1.1em;
	font-weight: bold;
	background-color: #000000;
	}
#container {
	width: 1200px;
	height: 1000px;
	margin: auto;
	border: 0px solid #431;
}
#header {
	font-family: "nexa_lightregular";
	font-size: 0.8em;
	font-weight: bold;
	text-align: right;
	margin-top:20px;
	width: auto;
	background-color: #000000;
	border: 0px solid #431;
}
#separator {
	font-family: "nexa_lightregular";
	font-size: 1.2em;
	text-align: center;
}
#masthead {
	font-family: "nexa_lightregular";
	font-size: 1.2em;
	text-align: center;
	width: inherit;
	margin-top:10px;
	background-color: #000000;
	border: 0px solid #431;
}

#horiz-nav {
	font-family: "nexa_lightregular";
	font-size: 0.9em;
	font-weight:bold;
	text-align: right;
	width: auto;
	background-color: #000000;
	border: 0px solid #431;
}

#navigation {
	position: relative;
	float: left;
	margin-bottom: 10px;
	background-color: #000000;
	border: 10px solid #000000;
}
#content {
	width: auto;
	margin-left: 10px;
	background-color: #000000;
	border: 0px solid #431;
}
#activelink {
	color: #FFFFFF;
	text-decoration: underline;
	display: inline;
	padding: 5px;
	border: 0px solid #000000;
	background-color: #000000;
}
#standardtext {
	font-family: "nexa_lightregular";
	font-size: 0.8em;
	color:#FFFFFF;
	font-weight:bold;
	clear: both;
	padding: 50px;
	background-color: #000000;
	border: 0px solid #431;
}
#address {
	font-family: "nexa_lightregular";
	font-size: 0.9em;
	font-weight:bold;
	clear: both;
	padding-left: 50px;
	background-color: #000000;
	border: 1px solid #431;
}

#footer {
	font-family: "nexa_lightregular";
	font-size: 0.7em;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	clear: both;
	width: auto;
	padding: 0px;
	background-color: #000000;
	border: 0px solid #000000;
}

#date {
	font-family: "nexa_lightregular";
	font-size: 0.6em;
	font-weight:bold;
}

/* Masthead Styles */
#masthead h1 {
	font-family: "nexa_lightregular";
	font-size: 1.3em;
	color: #000000;
}
#masthead h3 {
	font-family: "nexa_lightregular";
	font-weight: bold;
	font-size: 1.3em;
	color: #000000;
}
/* Navigation Styles */
#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 5px solid #000000;
	background-color: #000000;
}
#navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 0px solid #fff;
	background-color: #000000;
}
#navigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
#header a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Content Styles */
#content h1,h2,h3,h4,h5,h6 {
	font-family: "nexa_lightregular";
	color: #3d6c87;
}

/* Footer Styles */
#footer p {
	color: #FFFFFF;
	margin-top: 5px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#navigation_2 a {
	color: #FFFFFF;
	text-decoration: none;
}
#navigation_2 a:hover {
	color: #000000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}