body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6f6f6f;
	background: url(images/background.gif) no-repeat;
	background-position: top center;
}
html, body {
	margin: 0;
	padding: 0;
}
a:link, a:active, a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
	font-weight: bold;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header {
	float: left;
	width: 100%;
	height: 14px;
}
#header-photo {
	float: left;
	width: 100%;
	height: 249px;
}
#menu {
	float: left;
	width: 100%;
	height: 36px;
}
#menu-gradient {
	float: left;
	width: 100%;
	height: 20px;
}
#content-container {
	float: left;
	width: 100%;
	min-height: 400px;
	background: #ffffff;
	padding-bottom: 40px;
}
#content-body {
	width: 740px;
	margin: 0px 30px 0px 30px;
	line-height: 18px;
}
#footer {
	width: 740px;
	height: 50px;
	font-size: 9px;
	text-align: center;
	color: #9d9d9d;
}
img.iborder {
	border: 1px solid #999999;
}

/* Updated Navigation */

.charterMenu {
	position: relative;
}

.charterMenu:hover .charterSubMenu ul{
	display: block;
}

.charterSubMenu {
	width: 100px;
	position: absolute;
	top: 24px;
	left: 0;
}

.charterSubMenu ul {
	display: none;
	margin-left: 0px;
	padding-left: 0px;
	text-indent: 0px;
	/* background-color: #137358; */
	background-color: #F7F7F7;
	border: 1px solid #aeaeae;
	width: 115px;
}

.charterSubMenu ul li {
	list-style: none;
	width: 110px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.charterSubMenu ul li a:link, .charterSubMenu ul li a:active, .charterSubMenu ul li a:visited {
	font-family: Georgia, Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	padding-left: 5px;
}
.charterSubMenu ul li a:hover {
	font-family: Georgia, Arial;
	font-size: 13px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
	width: 110px;
	display: block;
	background-color: #eeeeee;
}