/*<![CDATA[*/
/*		Navigation core 	*/
body {
	margin: 0em;
	padding: 0em;
	width:100%;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:100.01%
}
div#footer a {
	color:darkgreen;
	font-weight:bold;
}
div#footer a:hover {
	color:white;
}
* html div#everything{
/*	height:100%;*/
	padding:0px;
	overflow:auto;
}
#header {
	background: url('bluefade.jpg') repeat-x;
	height:48px;
}
/*
div#header image{
	position:absolute;
	left:3px;
	top:0px;
}
*/
#header a:hover {
	background-color:blue;
	color:white;
}
#login, #login a{
	color:white;
	margin-right:10px;
}
#main {
	width: 100%;
	background: #ffffff;
	text-align: left;
	margin: 0 auto 0 auto;
}
a, a:hover {
	text-decoration:underline;
}
a:hover {
	text-decoration:underline;
	background-color:blue;
	color:white;
}
#leftbar {
	width: 200px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#rightbar, td.navbar {
	width: 200px;
	float: right;
	margin:1px;
	padding: 0px;
	margin: 0px;
}
#content {
	margin: 0px 205px;
	padding: 0px;
}
#noleftcontent {
	margin: 0px 205px 0px 0px;
	padding: 0px;
}
#nav li ul {
	height: 2em;
	width: expression(document.all.navList.offsetWidth + 'px');
}
.green {
	margin: 0px;
	color:green;
	background: url('greenfade.jpg') repeat-x;
	text-align:center;
	font-weight:bold;
	font-size:1.2em;
}
#bdays {
	margin-bottom:10px;
	width:100%
}
#anniv {
	margin-bottom:10px;
	width:100%
}
.brclear {
     clear:both;
     height:0;
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#positions{
	position:absolute;
	top:58px;
	right:20px;
	z-index:10;
}
div#main div {
	padding-bottom:10px;
}
#bdays,#anniv,#deptlist {
	width: 99%;
	padding:0px 1px;
    color:#000;
}
#deptlist table{
	font-size:1.1em;
}
.submenu {
	background-color:lightblue;
	position:absolute;
	display:none;
	padding:5px;
}
td.statheader{
	padding:5px;
	font-size:.8em;
	text-align:right;
	padding-right:10px;
}

/************* DOUBLE NAVIGATION BAR STYLES ****************/
#masthead{
	width:100%;
	text-align:left;
}
#masthead a:hover{
	background: #ffffff;
}
/************* top nav bar styles ****************/
#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
}
#globalLink{
	width: 100%;
	padding: 0px;
	height:25px;
	left: 10px;
	z-index: 100;
	background: url('greenfade.jpg') repeat-x;
}
a.glink, a.glink:visited{
	margin: 3px;
	padding: 0px 3px 5px 3px;
	border-bottom: 0px solid #d1d1d1;
	color:black;
}
a.glink:hover{
	color:black;
}
/************ bottom nav bar styles **************/
#subnav {
	background: url('beigefade.jpg') repeat-x;
	height: 25px;
	color:black;
}
.subglobalNav{
	top: 50px;
	left: 0px;
	min-width: 640px;
	padding: 0px 0px 0px 10px;
	display: none;
	background: url('beigefade.jpg') repeat-x;
}
.subglobalNav a:link, .subglobalNav a:visited {
	margin-right: 5px;
	border-right: #ffffff 1px solid;
	padding: 0px 0px 5px 3px;
}
.subglobalNav a:hover{
	color: black;
}

