#top {
	height: 112px;
	width: 1050px;
	clear: none;
	float: left;
	text-align: left;
	vertical-align: top;
	position: relative;
	left: 0px;
	top: 0px;
}
#menu {
	clear: right;
	float: left;
	width: 182px;
	position: relative;
	z-index: 1;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/menuback.gif);
	background-repeat: repeat;
	background-position: left top;
	background-color: #6699CC;
	display: inline;
}
#main_content {
	clear: right;
	float: left;
	width: 868px;
	position: relative;
	background-color: #FFFFFF;
	height: 100%;
	text-align: left;
	z-index: 98;
}
#footer {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}
#footer a {
	font-size: 12px;
	color: #94A6B1;
	text-decoration: none;
	text-align: center;
}
a {
	color: #999933;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
#topbar {
	height: 10px;
	width: 1050px;
	background-color: #94A6B1;
	clear: both;
	float: left;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
}
#page {
	border: 1px solid #94A6B1;
}
#rightsidebuttons {
	clear: both;
	float: right;
	height: 74px;
	margin-top: 10px;
	text-align: center;
	margin-left: 60px;
	background-repeat: no-repeat;
}
#downloadable table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
	vertical-align: top;
	width: 570px;
	font-size: 9px;
	color: #74828B;
	font-weight: bold;
}
.content {
	width: 95%;
	margin-left: 15px;
	margin-top: 15px;
	clear: right;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	z-index: 99;
}
h1 {
	color: #74828B;
	font-size: 18px;
}
h5 {
	color: #999933;
	font-size: 14px;
}
#Newt_Map {
	text-decoration: none;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.glossymenu .menuitem {
	margin-top: 2px;
/*[if IE]>margin-right:7px<![endif] */
}

.glossymenu{
	width: 170px;
	border-bottom-width: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	text-align: left;
}

.glossymenu .submenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	cursor: pointer;
	cursor: pointer;
	background-color: #003366;
	background-image: url(../images/glossyback2blue.gif);
	background-repeat: repeat-x;
	background-position: left center;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}
.glossymenu .submenuheader.openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/glossybackblue.gif);
}

.glossymenu a.menuitem{
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	background-color: #000033;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(../images/glossyback2blue.gif);
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}



.glossymenu a.menuitem:hover{
	background-image: url(../images/glossybackblue.gif);
	background-repeat: repeat;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background-color: #666666;
	color: #FFFFFF;
	background-image: url(../images/bgcolor.gif);
	background-repeat: repeat;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
	color: #000000;
	background-color: #CCCCCC;
	font-weight: bold;
}
