/* Global Page Properties */

body {
	margin: 0px;
}
a:link, a:visited {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}

/* Main Nav Properties */

#navBar {
	font-size: 12px;
  	font-family: 'Trebuchet MS', verdana, arial, helvetica, sans-serif;
  	white-space: nowrap; 
}	
#navBar a {
	float: right;
	border-left-style: solid;
	border-left-color: #FFF;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 2px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	background-color: #EEE;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#navBar a:hover {
	border-bottom-style: solid;
	border-bottom-color: #69C;
	border-bottom-width: 2px;
	color: #000;
	background-color: #9CF;
}
#navBar a.selected {
	border-bottom-style: solid;
	border-bottom-color: #69C;
	border-bottom-width: 2px;
	color: #333;
	background-color: #9CF; 
}
#static {
	float: right;
	border-left-style: solid;
	border-left-color: #FFF;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-bottom-width: 2px;
	padding: 5px 10px;
	text-decoration: none;
	font-weight: normal;
	color: #333;
	white-space: nowrap;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* Footer Properties */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-align: center;
}