body
{
	font: normal 14px Arial; color: #000000;
}

.content  { padding-left: 14px; padding-right: 34px; padding-bottom: 24px; font: normal  Arial; color: #000099;	background-image : url(../images/iwo-jima-sig.jpg);
	background-position : bottom right;
	background-repeat : no-repeat;
	background-color : White;
}


a:link { color: #8D0F11; text-decoration : underline;}
a:visited { color: #8D0F11; text-decoration : underline;}
a:active { color: #8D0F11; text-decoration : underline;}
a:hover { color: #31516B; text-decoration : none;}

h1 {color: #0000cc;	

}

h2 {


}

h3 {

		 
}

h4 {

	
}
.footer {
	background-image : url(../images/bkg-footer.jpg);
	background-repeat : no-repeat;
	background-position : top;height:91px;
	background-color : #B91520;
	color : White;padding:6px;
	text-align : center;
	font-family : sans-serif;
	font-size : 12px;
}

.list {
	list-style-image : url(../images/bullet.gif);
			padding : 3px;
}

.border-beige {
	border-color : #DDD1AB;
	border-width : 1px;
	border-style : solid;
}
/* NAV BAR */
.navcontainer { width: 200px;  background-color : #DDD1AB;  }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Verdana,Arial, Helvetica, sans-serif; font: normal 12px;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 200px;
background-color: #0000cc;
border-bottom: 1px solid #eee;
}

.navcontainer a:link, .navlist a:visited
{
color: #EEE;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #DDD1AB;
color: #000;
}

#active a:link, #active a:visited, #active a:hover
{
display: block;
padding: 3px;
width: 200px;
background-color: #DDD1AB;color: #000;
border-bottom: 1px solid #eee; font-weight: bold;

}