body {
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	background-color:#00003C;
	font-family: Trebuchet, sans-serif;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	overflow: hidden;
}

div {
	display:block;
	width:100%;
	height:100%;
	border:none;
	background-color: transparent;
	overflow: auto;
}
iframe {
	display:block;
	width:100%;
	height:85%;
	background-color: transparent;
	overflow: auto;
}
#header {
	height: 70px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(images/headerback.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#content {
	min-height: 395px;
	width: 75%;
	float: right;
	margin-top: 75px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_definition.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dlmenu {height:10em;}
#menu {
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
	position:absolute;
	width:230px;//width:240px;
	z-index:100;
	top: 80px;
	left: 10px;//left:0px;
}
#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {border:0;}
#menu li:hover dt a , #menu li a:hover dt a {
	color:#ff0;
	background-color: #d4d8bd;
	background-image: url(images/headerback.png);
	background-position: center center;
}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
	height:20em;
	background-color: #f0f8ff;
	background-image: url(images/sub_grad.png);
}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 15em; margin: 0; background: #6f9c6f; cursor:pointer;}
#menu dt {
	margin:0;
	padding: 0;
	font-size: 0.95em;
	border-top:1px solid #cce;
}
#menu dd {margin:0; padding:0; font-size: 0.9em; text-align:left; }
.gallery dt a, .gallery dt a:visited {
	display:block;
	color:#fff;
	padding:5px 5px 5px 10px;
	background-color: #949e7c;
	background-image: url(images/headerback.png);
	background-position: center center;
}
.gallery dd a, .gallery dd a:visited {
	color:#000;
	min-height:1em;
	text-decoration:none;
	display:block;
	padding:4px 5px 4px 20px;
}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {
	color:#ff0;
	background-color: #7aa;
	background-image: url(images/headerback.png);
	background-repeat: repeat-x;
	background-position: left center;
}
