@charset "UTF-8";
* html #container {
	height: 100%;
}
*:first-child+html #container #navcontainer {
	padding-top: 0.7em;
}
*:first-child+html #container #strapcopy {
	padding-top: 10px;
}
*:first-child+html h2 {
	text-align: left;
	font-size: 1.2em;
}
*html #container #navcontainer {
	padding-top: 0.7em;
}
*html #container #strapcopy {
	padding-top: 10px;
}
*html h2 {
	text-align: left;
	font-size: 1.2em;
}
html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#container #head {
	height: 100px;
	width: 100%;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
#container #head #headleft {
	float: left;
	height: 100px;
	width: 100px;
}
#container #head #headright {
	float: right;
	height: 50px;
	width: 500px;
	text-align: right;
	margin-top: 50px;
	font-size: 0.6em;
}
#container #strapcopy {
	height: 130px;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-bottom-color: #666666;
	float: left;
	font-size: 1.2em;
	text-align: justify;
	margin-top: 10px;
}
#container #copyimg {
	height: 410px;
	width: 100%;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	float: left;
}
#container #maincopy {
	float: left;
	height: 400px;
	width: 400px;
	padding-right: 10px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #666666;
	font-size: 0.8em;
	text-align: justify;
}
/*--NAV--*/
#container #copyimg #maincopy h3 {
	font-size: 1em;
	font-style: italic;
}
#container #copyimg #maincopy p {
	margin: 0px;
	padding: 0px;
}
#container #bodyimg {
	background-color: #666666;
	float: right;
	height: 400px;
	width: 377px;
	margin-left: 10px;
}
#container #logos {
	height: 115px;
	width: 100%;
	margin-top: 10px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	float: left;
	text-align: center;
}
#container #foot {
	text-align: right;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
	font-size: 0.6em;
	float: left;
}
#container #navcontainer {
	float: left;
	width: 170px;
}
#container #img {
	float: right;
	width: 630px;
	background-color: #666666;
	height: 235px;
	margin-top: 12px;
}
/*--NAV--*/
#navlist {
	padding: 1px;
	margin-left: 0;
	font: 11px verdana, sans-serif;
	width: 14em;
	color: #666666;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-bottom: 1px gray dotted;
	text-align: left;
}

#navlist li a {
	display: block;
	padding: 0.7em 0.5em 0.7em 0.9em;
	text-decoration: none;
}

#navlist li a:link {
	color: #666666;
}

#navlist li a:visited {
	color: #666666;
}

#navlist li a:hover {
	color: #FFFFFF;
	background-color: #000080;
}
#navlist li#active a {
	color: #FFFFFF;
	background-color: #000080;
}
