@charset 'UTF-8';
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border-width: 0;
	}

body {
	padding: 2px 32px 2pxpx;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.3em;
	color: #FFFFFF;
	background: #192324 url(images/background.jpg);
	}
	
ul {
	padding-left: 20px;
	display: block;
	}
	
h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: 500;
	padding: 12px 4px 6px 4px;
	width: auto;
	}

h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: 500;
	padding: 6px 4px 3px 4px;
	width: auto;
	}

p {
	marign: 2px 2px 0px 0px;
	text-align:left;
}
	
li {
	margin: 3x 4px;
	}
	
a, a:link, a:active {
	color: #CCFFFF;
	font-weight: 700;
	}	

a:visited {
	color: #0D2F80;
	}

a:hover {
	color: #FFFFFF;
	}
	
br {
	height: 24px;
	}

div {
	float: left;
	}

#wrapper {
	width: 960px;
	height: 526px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
	
#top {
	width: 960px;
	height: 76px;
	}
	
#top img {
	width: 384px;
	height: 78px;
	position: relative;
	left: -24px;
	top: 16px;
	}
	
#topnav {
	width: 960px;
	height: 24px;
	font-size: 9pt;
	vertical-align: center;
	}
	
#topnav p {
	margin: 2px;
	text-align: right;
	}

#middle {
	height: 430px;
	width: 960px;
	background-color:#0D2F80;
	}
	
.container {
	font-size: 12px;
	line-height: 1.3em;
	width: 232px;
	height: 420px;
	padding: 2px 4px 8px 4px;
	}
	
#content {
	width: 472px;
	height: 420px;
	padding: 2px 4px 8px 4px;
	overflow: auto;
	}

#content p {
	margin: 6px 6px 18px 4px;
	width: auto;
	text-align: justify;
	}

#feature {
	text-align: center;
	vertical-align: middle;
	}
	
#feature img {
	margin-top: 32px;
	border-color:#192324;
	border-width:thick;
	border-style: ridge;
	width: 90%;
	}
	
.footer {
	font-size: 11px;
	height: 32px;
	width:896px;
	text-align: center;
	padding: 0px 32px 0px 32px;
	vertical-align:middle;
	}

.footer p {
	margin: 6px 0px 8px 0px;
	text-align: center;
	}
	
.footer #copyright {
	color: #0D2F80;
	}

.navigation {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/button.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 232px;
	margin: 0px;
	padding: 0px;
	}

.navigation a {
	display: block;
	color: white;
	font-size: 11px;
	width: 232px;
	height: 32px;
	float: left;
	text-decoration: none;
	}

.navigation img {
	width: 232px;
	height: 32px;
	border: 0;
	}
	
* html a:hover {
	visibility:: visible;
	}

.navigation a:hover img {
	visibility: hidden;
	}

.navigation span {
	position:absolute;
	text-align: center;
	top: 0px;
	left: 0px;
	width: 232px;
	height: 24px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	cursor: pointer;
	}