html,body {
	margin:0;
	padding:0;
	height:100%;
	background-repeat: repeat-x;
	background-color: #004990;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.gif);
}


#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-image: url(images/bg4.gif);
}

#header {
	width: 754px;
	position:relative;
	width:950px;
	height:210px;
	z-index:1;
	background-image: url(images/header.jpg);
}
#headerhome {
	width: 754px;
	position:relative;
	width:950px;
	height:495px;
	z-index:1;
	background-image: url(images/header-home.jpg);
}
#topnav {
	position:relative;
	width:401px;
	height:70px;
	z-index:1;
	top: 0;
	left: 430px;
	text-align: center;
}

#content {
	width: 780px;
	position: relative;
	left: 85px;
	background-color: #FFFFFF;
	overflow: visible;
}

	#footer
	{
	position: relative;
	margin: 0px auto 0 auto;
	width: 780px;
	height: 20px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	}
#content-text {
	position:relative;
	width:695px;
	z-index:0;
	left: 40px;
	top: 20px;
}
a:link {
	color: #1D51BE;
}
a:visited {
	color: #1D51BE;
}
a:hover {
	color: #E83821;
}
.text {
	font-size: 12px;
	color: #000000;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headers {
	font-size: 17px;
	color: #E83A1F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
	color: #66CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 25px;
	padding-bottom: 10px;
}
a.orbit:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
}
a.orbit:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #66CCFF;
}
a.orbit:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.style3 {
	color: #1D51BE;
	font-weight: bold;
	font-size: 14px;
}
.style1 {color: #1D51BE}
.style4 {color: #FF0000}

.quote {
	font-size: 16px;
	color: #002C79;
	line-height: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
