body {
background-color: #6699FF;
background-image: url(../graphics/white_strip.jpg);
background-repeat: repeat-x;
background-position: top;
top: 0em;
margin: 0em;
padding: 0em;
color: #000000;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 11px;
 }

.wrapper {
 }

/*MAIN NAVIGATION*/

#nav {
	width: 100%;
	height: 40px;
	position: fixed;
	top: 7px;
 margin-left: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index: 99;
 }

.nav_block {
	width: 100%;
	height: 40px;
	border-bottom: 3px solid #ffff33;
	color: white;
	background-color: #003266;
	position: fixed;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	z-index: 50;

 }


#nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
	}

#nav li a
{
	display: block;
	padding-left: 13px;
	padding-right: 13px;
	color: white;
	text-decoration: none;
	font-weight: bold;
font-size: 10px;
}

#nav li a:hover
{
background-color: #080d14;
color: #ffffff;
 }

/*SUB NAVIGATION*/

#sub_nav {
	width: 100%;
	height: 25px;
	position: fixed;
	top: 7px;
	margin-left: 0px;
	margin-top: 40px;
	padding: 0px;
	z-index: 99;

 }

.sub_nav_block {
	width: 100%;
	height: 25px;
	border-bottom: 3px solid #ffff33;
	color: #000000;
 background-color: #ffff2b;
	position: fixed;
	top: 0px;
	margin-top: 40px;
	padding: 0px;
	z-index: 60;

 }


#sub_nav li
{
	display: block;
	float: left;
	height: 25px;
	width: auto;
	text-align: center;
color: #000000;
 }

#sub_nav li a
{
	display: block;
	padding-left: 13px;
	padding-right: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
font-size: 10px;
}

#sub_nav li a:hover
{
background-color: #ffffff;
color: #000000;
 }

/*PAGE ELEMENTS*/

.logo {
position: absolute;
top: 85px;
left: 50px;
z-index: 5;
}

.rh-pic {
background-image: url(../graphics/pile_bg.jpg);
background-repeat: no-repeat;
width: 303px;
height: 900px;
visibility: visible;
float: right;
z-index: 1;
top: 0em;
 }

.pic1 {
position: absolute;
top: 85px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px #ffff33 solid;
background-color: #ffffff;
 }

.pic2 {
position: absolute;
top: 325px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px #ffff33 solid;
background-color: #ffffff;
 }

.pic3 {
position: absolute;
top: 570px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px #ffff33 solid;
background-color: #ffffff;
 }

.pic4 {
position: absolute;
top: 815px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px #ffff33 solid;
background-color: #ffffff;
 }

.pic5 {
position: absolute;
top: 1060px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px #ffff33 solid;
background-color: #ffffff;
 }

.endpic4 {
position: absolute;
top: 815px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px none;
height: 220px;
 }

.endpic5 {
position: absolute;
top: 1060px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px none;
 }
.endpic6 {
position: absolute;
top: 1305px;
left: 500px;
z-index: 5;
padding: 5px;
border: 3px none;
 }

.content {
position: absolute;
top: 155px;
left: 40px;
z-index: 6;
width: 400px;
background-image: url(../graphics/trans_bg.png);
background-repeat: repeat-y;
padding-top: 0px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin: 0em;
border: 1px #ffffff solid;
 }

.footer {
color: #ffffff;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10px;
text-align: center;
padding: 10px;
background-color: #003266;
width: 100%;
position: fixed;
bottom: 0em;
z-index: 99;
}

.footer a {
color: #ffffff;
 }

a {
color: #000000;
 }