body {
	margin: 0px;
	padding: 0px;
}
#masthead {
	height: 118px;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../Images/CSS_BGs/masthead.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	visibility: visible;
}
#mastheaddivider {
	position: absolute;
	height: 48px;
	width: 100%;
	left: 0px;
	top: 118px;
	background-repeat: repeat-x;
	background-position: left top;
	text-align: right;
	padding-top: 8px;
	font-family: "Courier New", Courier, mono;
	font-size: x-large;
	font-weight: bolder;
	color: #000099;
	background-image: url(../Images/masthead_dividerBG.jpg);
	visibility: visible;
	overflow: visible;
}
#global_nav {
	position: absolute;
	left: 0px;
	top: 168px;
	width: 162px;
	height: 441px;
	visibility: visible;
}
#global_nav ul {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#global_nav li {
	margin: 0px;
}
/* #global_nav a {
	background-color: #999999;
	background-image: url(../Images/CSS_BGs/nav/up.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	display: block;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 24px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #ddd;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
} */

#global_nav a:link, #global_nav a:visited {
	color: #EEE;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#global_nav a:hover, #global_nav a:active {
background-color:#0066FF
background-image:  url(assets/);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #99CCCC;
	background-image: url(../Images/CSS_BGs/nav/over.gif);
}

/* #uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
	background-color: #666666;
	background-image:  url(../Images/CSS_BGs/nav/over.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
}*/

[if IE 5]>
<style>
#navlist a {
height: 1em;
float: left;
clear: both;
width: 100%;
}
</style>
<![endif]

[if IE 6]>
<style>
#navlist a {height: 1em;}
</style>
<![endif]#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 161px;
	top: 168px;
}
#content {
	position: absolute;
	height: 100%;
	width: 68%;
	left: 161px;
	top: 168px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	padding-left: 10px;
	visibility: visible;
}
#aboutcontentnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	position: absolute;
	left: 162px;
	top: 150px;
	width: 350px;
	color: #FFFFFF;
	visibility: visible;
}
#aboutcontentnav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #060495;
	text-decoration: underline;
}
#aboutcontentnav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
#aboutcontentnav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
