@charset "utf-8";
/* CSS Document */
<!--
html {
	height: 100%;
	overflow: scroll;
}
body {
	height: 100%;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	background: url(../images/layout/header_nav.jpg) 0 0 repeat-x #5c8aa2;
	color:#07140B;
	background-color: #000;
	font-size:11px;
}
.iwHome #containerHead {
	width: 800px;
	margin: 0 auto;
}
.iwHome #header {
	height:30px;
	width:800px;
	margin: 0 auto;
}
.iwHome #nav{
	top:3px;
	position:relative;
	right:1px;
	float:right;
}
.iwHome #hover{
	display:none;
	left:-2px;
	position:relative;
	float:left;
}
#nav img{
	vertical-align:text-bottom;
}
#nav a {
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover{
	font-size:14px;
	font-weight:bolder;
	color:#000000;
	text-decoration:none;
}
#nav a:active{
	font-size:14px;
	font-weight:bolder;
	color:red;
	text-decoration:none;
}
.iwHome #container{
	width: 800px;
	margin: 0 auto;
}
.iwHome #content {
	color:#757575;
	min-height:500px;
	width:800px;
	margin: 0 auto;
}
.iwHome #containerFooter{
	width: 800px;
	margin: 0 auto;
}
.iwHome #footer {
	color:#757575;
	width:800px;
	margin: 0 auto;
}
.iwHome #altText {
	color:#2D3D4C;
}
#flashcontent {
		position:relative;
		height: 100%;
		background-color: #000;
}
h2{
	color:#5D8A9F;
}
p{
	margin-left:20px;
}
h3{
	color:#98b4c2;
}
a {
	font-size:11px;
	font-weight:bolder;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	font-size:11px;
	font-weight:bolder;
	color:#5E5E5E;
	text-decoration:none;
}
a:active{
	font-size:11px;
	font-weight:bolder;
	color:red;
	text-decoration:none;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
-->