/* CSS Document */

/* Global Styles! */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFF;
	background: #000;
	margin: 0;
}

#homepage_image {
	background: url(../grfx/hmpg_bg.jpg) top center no-repeat #000;
	width: 100%;
	height: 776px;
	margin: -30px 0 0 0;
	padding: 0;
}

a:link, a:active, a:visited {
	color: #FFF;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #ffde00;
}

h2 {
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

h2.homepage {
	font-size: 1.3me;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 776px;
}

h3 {
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}


/* Layout Styles */

#logo {
	text-align: center;
}

#nav {
	width: 100%;
	background: url(../grfx/nav/nav_repeat.jpg) repeat-x;
	height: 34px;
	min-width: 800px;
}

#content {
	width: 100%;
	background: #014d7b;
	min-width: 800px;
}

#content #text {
	margin: 0 auto;
	width: 80%;
/*	background: #003b5f; */
	background: #000;
	padding: 43px 27px 20px 27px;
}

#footer {
	background: #000 url(../grfx/footer_spacer.jpg) top repeat-x;
	text-align: center;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	min-width: 800px;
}

#footer .links {
	color: #ffde00;
}

#footer .links a:link, #footer .links a:visited, #footer .links a:active {
	color: #ffde00;
	text-decoration: none;
}

#footer .links a:hover {
	color: #ffde00;
	text-decoration: underline;
}