/* Site Wide CSS Styles: Layout elements and general link styling. */

/* *************************************************************** */

/* Layout and Positioning Styles */

body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #215A4A;
}

iframe {
	width: 100%;
	height: 500px;
}

#shell {
	width: 701px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color: #F5F4F2;
	height: 100%;
	z-index: 1;
}

#menu {
	width: 100%;
	height: 48px;
	/*background-color: #990066;*/
}

#menu td img {
	display: block;
	border: 0px;
}

#main {
	width: 100%;
	text-align: left;
	margin: 0px;
	background-color: #F5F4F2;
}

#body {
	width: 100%;
	vertical-align: top;
	/*background-color: #CC66CC;*/
}
#sidenav {
	width: 226px;
	float: right;
	
}
td.sidenavHeader {
	background-color: #A67E41;
}
#content {
	margin-left: 10px;
	/*margin-right: 10px;*/
	padding-top: 10px;
	height: 100%;
	width: 691px;
}

* HTML #content {
	width: 691px;
	w\idth: 701;
}
	

#contentHeader td img {
	display: block;
}

#contentHeader td {
	vertical-align: top;
}



#footer {
	width: 100%;
	height: 17px;
	text-align: right;
	border-top: 1px solid #cccccc;
	/*background-color: #003300;*/
	margin-top: 20px;
	clear: both;
}

/* Special Element Positiong and Styles */

.subnav {
	width: 100%;
	margin-bottom: 10px;
	display: block;
}

#sideNavFooter {
	width: 226px;
	/*background-image: url(../images/sideNav_btm_02.jpg);*/
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	min-height: 55px;
}
.callOutBox {
	background-color: #F5F4F2;
	/*border: 1px solid #a67e41;*/
}
.indexMissionIMG {
	height: 100px;
	width: 457px;
}

.submenu {
	width: 200px;
	position: absolute;
	border-left: 1px solid #A67E41;
	border-right: 1px solid #A67E41;
	border-bottom: 1px solid #A67E41;
	border-top: 1px solid #F5F4F2;
	padding-top: 10px;
	padding-bottom: 10px;
	visibility: hidden;
	background-color: #F5F4F2;
	text-align: left;
	z-index: 999;
}
.submenu a:link {
	width: 180px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #666666;
	line-height: 14px;
	display: block;

}
.submenu a:visited {
	width: 180px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #666666;
	line-height: 14px;
	display: block;
}
.submenu a:hover {
	width: 180px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	background-color: #A67E41;
}
.submenu a:active {
	width: 180px;
	font-size: 11px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	background-color: #A67E41;
}
	
#contentHeader {
  display: block;
  height:  24px;
  overflow:  hidden;
  background: transparent url(../images/internal_header.jpg) no-repeat scroll top left;
}