@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	font-family:  Arial, Tahoma, Helvetica, sans-serif;
	font-size: .8em;
	border: 3px solid #4f6486;
	background-color: #162850;
	text-align: left;
}

body {
	background: url(../images/background.png) repeat-x;
	margin: 0;
	text-align: center;
}

#banner {
	height: 189px;
	margin: 0;
}

.left_nav {
	width: 162px;
	height: 300px;
	float: left;
	margin: 0;
}

.box {
	padding-right: .2em;
}

#footer{
	clear: both;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	padding-bottom: 10px;
	padding-top: 5px;
	margin: 0;
	color: #4f6486;
	font-weight: bold;
	background: #FFF url(../images/footer_bkgrd.png) repeat-x;
}

#footer a:link {
	color: #4f6486; text-decoration: underline;
}

#footer a:active {
	color: #4f6486; text-decoration: underline;
}

#footer a:hover {
	color: #4f6486; text-decoration: underline; font-weight: bold;
}

#footer a:visited {
	color: #4f6486; text-decoration: underline;
}

.searchtxt {
	font-size: 1.2em;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-top: 0;
	margin-top: 0;
}

h1 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	color: #916015;
	margin: 0;
	padding-bottom: 0;
}

h2 {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
	font-weight: bold;
	color: #916015;
	font-size: 1.3em;
	padding-bottom: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1 em;
	color: #4f6486;
	border-bottom: 1px solid #916015;
	overflow: hidden;
	margin: 0 0 2px 0;
}

.subheading{
	font-style: italic;
	color: #916015;
	font-size: .8em;
}

.bluetext {
	color: #4f6486;
	font-weight:bold;
}

.goldtext {
	color: #916015;
	font-weight: bold;
}

.red {
	color: red;
	font-weight: bold;
}

ul {margin-top: 4px;
}

li {padding-bottom: 4px;
}

a img {
	border: none;
}

.search a:link {
	color: #4f6486; text-decoration: underline;
}

.search a:active {
	color: #4f6486; text-decoration: underline;
}

.search a:hover {
	color: #4f6486; text-decoration: underline; font-weight: bold;
}

.search a:visited {
	color: #4f6486; text-decoration: underline;
}



<!-- Navigation -->
.glossymenu{
margin: 10px 0;
padding: 0;
width: 162px; /*width of menu*/
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/nav/glossyback.png) repeat-x bottom left;
font: bold 12px "Arial", "Lucida Grande", Verdana, Helvetica, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 8px;
text-decoration: none;
}

.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: 1px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
background-image: url(../images/nav/glossyback1.png);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 11px "Arial", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #4f6486;
font-weight: bold;
text-decoration: none;
padding: 2px 0;
padding-left: 5px;
}

.glossymenu div.submenu ul li a:hover{
background-image: url(../images/nav/glossyback2.png);
color: #162850;
font-weight: bold;
}

<!-- End Navigation -->

#special {display: none;}

