@charset "UTF-8";
/* STYLES */

html, body {
	margin: 0px;
	padding: 0px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	background-color: #CCC;
}
h1, h2, h3, h4, h5, h6, p, div {
	margin: 0px;
	padding: 0px;
}
#container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}

a:link {
	color: #202D57;
	text-decoration: none;
}
a:visited {
	color: #202D57;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	text-decoration: none;
}
a:active {
	color: #FFF;
	text-decoration: none;
}
#banner {
	padding: 0px;
	height: 100px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #141C36;
}
#navBox {
	padding: 0px;
	height: 290px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
#navigation {
	float: left;
	height: 290px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-image: url(images/test.png);
	z-index: 1000;
}
#hero {
	margin: 0px;
	padding: 0px;
	height: 290px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#left {
	background-color: #202d57;
	padding: 0px;
	float: left;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	height: 150px;
}
#content {
	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#contentWide {
	padding: 0px;
	float: left;
	width: 710px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 13px;
}
#right {
	background-color: #ccc;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 200px;
}
#footer {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}
#container #navBox #navigation h1 {
	font-size: 1em;
	color: #FFF;
	line-height: 1.7;
	padding-left: 20px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
}
#container #left h2 {
	font-size: .9em;
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	line-height: 1.2;
}
#container #left h1 {
	font-size: 2em;
	line-height: 1.1;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
}
#container #content h1 {
	font-size: 1.2em;
	line-height: 1;
	color: #999;
}
#container #content p {
	font-size: 0.8em;
	line-height: 1.3;
	color: #000;
	margin-top: 10px;
}
#container #contentWide p {
	font-size: 0.8em;
	line-height: 1.3;
	color: #000;
	margin-top: 10px;
}
#container #contentWide h1 {
	font-size: 1.2em;
	line-height: 1;
	color: #999;
}
#container #content p a:link {
	color: #202D57;
	text-decoration: none;
}
#container #content p a:hover {
	color: #999;
	text-decoration: underline;
}
#container #content p a:visited {
	color: #202D57;
	text-decoration: none;
}
#container #content p a:active {
	color: #999;
	text-decoration: none;
}
#container #right h1 {
	font-size: 1em;
	line-height: 1;
	color: #202D57;
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: -5px;
}
#container #right p {
	font-size: 0.8em;
	line-height: 1.3;
	color: #202D57;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-top: 7px;
}
#container #right ul li {
	font-size: 0.8em;
	line-height: 1.3;
	color: #202D57;
	list-style-type: disc;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: -15px;
	padding-top: -10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#container #right p img {
	margin-bottom: 30px;
	margin-top: 10px;
}
#container #right p a:link {
	color: #202D57;
	text-decoration: underline;
}
#container #right p a:hover {
	color: #FFF;
	text-decoration: underline;
}
#container #right p a:visited {
	color: #202D57;
	text-decoration: underline;
}
#container #right p a:active {
	color: #202D57;
	text-decoration: underline;
}
#container #footer p {
	font-size: 0.7em;
	line-height: 1;
	text-align: right;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	color: #202D57;
}
.white {
	color: #FFF;
}
