body {
	background: #474747 url('/pics/body_bg.jpg') repeat-x left top;
	text-align: center;
	margin: 0 0 5px 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

.relative {
	position: relative;
}

div#sides {
	margin: 0 auto;
	width: 798px;
	background: url('/pics/shadow.png') repeat-y;
	behavior: url('/apps/shared/iepngfix.htc');
}

div#wrapper {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background: #fff;
}

/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0 0 204px 760px;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}

/* [BEGIN NAVIGATION] */

/* Navigation text */

div#topNavBottom {
	width: 760px;
	height: 5px;
	font-size: 0;
	background: #0032ab;
}

div#menu ul li a span {
	position: absolute;
	left: -9999px;
	top: 0;
	z-index: 0;
}

/* Main menu container */

div#menu {
	width: 100%;
	background: url('/pics/topnav_bg.gif') repeat-x;
	float: left;
    height: 21px;
}

div#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	z-index: 999;
}

/* Top Nav List (IE requires defined width and height to float the first list) and Anchor widths, heights, and background images */

div#menu ul.topNavHeight, div#menu ul.topNavHeight li a.topNavHeight {
	 height: 21px;
}

div#menu ul#top1, div#menu ul#top1 li a#topNav1 { width: 162px; background: url('/pics/topNav1.gif') no-repeat; }
div#menu ul#top2, div#menu ul#top2 li a#topNav2 { width: 144px; background: url('/pics/topNav2.gif') no-repeat; }
div#menu ul#top3, div#menu ul#top3 li a#topNav3 { width: 157px; background: url('/pics/topNav3.gif') no-repeat; }
div#menu ul#top4, div#menu ul#top4 li a#topNav4 { width: 145px; background: url('/pics/topNav4.gif') no-repeat; }
div#menu ul#top5, div#menu ul#top5 li a#topNav5 { width: 152px; background: url('/pics/topNav5.gif') no-repeat; }

/* Top Nav Rollovers */

div#menu ul#top1 li.over a#topNav1, div#menu ul#top1 li:hover a#topNav1 { background: url('/pics/topNav1f2.gif') no-repeat; }
div#menu ul#top2 li.over a#topNav2, div#menu ul#top2 li:hover a#topNav2 { background: url('/pics/topNav2f2.gif') no-repeat; }
div#menu ul#top3 li.over a#topNav3, div#menu ul#top3 li:hover a#topNav3 { background: url('/pics/topNav3f2.gif') no-repeat; }
div#menu ul#top4 li.over a#topNav4, div#menu ul#top4 li:hover a#topNav4 { background: url('/pics/topNav4f2.gif') no-repeat; }
div#menu ul#top5 li.over a#topNav5, div#menu ul#top5 li:hover a#topNav5 { background: url('/pics/topNav5f2.gif') no-repeat; }

/* Horizontal navigation colors (If it's not text, please set the color to the same as  -First and second dropdown color- ) */

div#menu a {
	font: 11px/16px arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	color: #fff;
	background: #0031a7;
	text-decoration: none;
}

/* Padding and line Height for first level drop down */

div#menu ul li ul li a {
	line-height: 18pt;
	padding: 0 0 0 8px;
}

/* First and second dropdown color */

div#menu ul li:hover ul li a, div#menu ul li ul li:hover ul a,
div#menu ul li.over ul li a, div#menu ul li ul li.over ul a {
	color: #fff;
	background: #0031a7;
    text-align: left;
}

/* Retain rollover colors */

div#menu a:hover,
div#menu ul li ul li:hover a, div#menu ul li ul li:hover ul a:hover, 
div#menu ul li ul li.over a, div#menu ul li ul li.over ul a:hover {
	background-color: #fcab51;
	color: #000;
}

/* Positions navigation items */

div#menu li {
	position: relative;
}

/* Positions and sets width of first level drop down */

div#menu ul ul {
	position: absolute;
	z-index: 500;
	width: 162px;
}

/* Positions second level drop down; Width is inherited from first level drop down */

div#menu ul ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

/* Hide Menus */

div#menu ul ul,
div#menu ul a:hover ul ul, div#menu ul ul a:hover ul ul,
div#menu ul li.over ul ul, div#menu ul ul li.over ul ul {
	display: none;
}

/* Reveal Menus */

div#menu ul li:hover ul, div#menu ul ul li:hover ul, div#menu ul ul ul li:hover ul,
div#menu ul li.over ul, div#menu ul ul li.over ul, div#menu ul ul ul li.over ul {
	display: block;
}

/* [BEGIN IE FIXES] */
/* Asterisk denotes IE fixes */

div#menu ul li {
	*float: left;
	*width: 100%;
}

div#menu ul li a {
	*height: 1%;
}


/* [END IE FIXES] */

/* [END NAVIGATION] */

/* Content and Content Index */

.contentIndex {
	text-align: left;
	background: url('/pics/index_bg.gif') repeat-y left top;
	width: 760px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}

.content {
	text-align: left;
	background: #FFFFFF;
	width: 744px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}

#leftColumn {
	width: 476px;
	padding: 10px 0 0 0;
	float: left;
}

#rightColumn {
	width: 284px;
	padding: 10px 0 0 0;
	float: right;
}

#shuffle1 {
	width: 459px;
	height: 221px;
	margin: 0 auto;
}

#quickLinksHeader h2 {
	width: 0;
	height: 0;
	background: url('/pics/quicklinks_top.gif') no-repeat;
	padding: 0 0 3px 257px;
	margin: 0;
	overflow: hidden;
}

#quickLinks {
	width: 257px;
	background: url('/pics/quicklinks_bg.gif') repeat-y;
	padding: 0;
	margin: 0 auto;
}

#quickLinks ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#quickLinks a {
	width: 0;
	height: 0;
	text-decoration: none;
	padding: 0 0 20px 251px;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	color: #FFF;
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
}

#quickLinksBottom {
	width: 257px;
	height: 3px;
	background: url('/pics/quicklinks_bottom.gif') no-repeat;
	padding: 0;
	margin: 0;
}

#search {
	width: 207px;
	background: url('/pics/search_bg.gif') no-repeat;
	text-align: center;
}

#quickLinks a#midNav1 { background: url('/pics/midnav1.gif') no-repeat; }
#quickLinks a#midNav2 { background: url('/pics/midnav2.gif') no-repeat; }
#quickLinks a#midNav3 { background: url('/pics/midnav3.gif') no-repeat; }
#quickLinks a#midNav4 { background: url('/pics/midnav4.gif') no-repeat; }
#quickLinks a#midNav5 { background: url('/pics/midnav5.gif') no-repeat; }
#quickLinks a#midNav6 { background: url('/pics/midnav6.gif') no-repeat; }


#quickLinks a:hover#midNav1 { background: url('/pics/midnav1f2.gif') no-repeat; }
#quickLinks a:hover#midNav2 { background: url('/pics/midnav2f2.gif') no-repeat; }
#quickLinks a:hover#midNav3 { background: url('/pics/midnav3f2.gif') no-repeat; }
#quickLinks a:hover#midNav4 { background: url('/pics/midnav4f2.gif') no-repeat; }
#quickLinks a:hover#midNav5 { background: url('/pics/midnav5f2.gif') no-repeat; }
#quickLinks a:hover#midNav6 { background: url('/pics/midnav6f2.gif') no-repeat; }


#newsContainer {
	width: 466px;
	min-height: 180px;
	height: auto!important;
	height: 180px;
	margin: 0 auto;
	background: url('/pics/news_bg.gif') no-repeat 0 29px;
}

#missionContainer {
	width: 466px;
	min-height: 180px;
	height: auto!important;
	height: 180px;
	margin: 0 auto;
}

#eventsContainer, #linksContainer {
	width: 259px;
	min-height: 310px;
	height: auto!important;
	height: 310px;
	margin: 0 auto;
	background: url('/pics/section_bg.gif') repeat-y 0 0;
}

#banner {
	width: 259px;
	margin: 0 auto;
	text-align: center;
}

.sectionBottom {
	width: 259px;
	height: 7px;
	background: url('/pics/section_bottom.gif') no-repeat left top;
	margin: 0 auto;
}

.HPEvents, .HPLinks {
	width: 259px;
	padding: 0;
	margin: .7em 0 .7em 0;
	color: #00278b;
	
}

.HPNews {
	width: 466px;
	padding: 0;
	margin: 1em 0 1em 0;
	color: #fff;
}

.HPNews a, .HPNews a:active, .HPNews a:link, 
.HPEvents a, .HPEvents a:active, .HPEvents a:link, 
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #fcab51;
}

.HPNews #l, .HPEvents #l, .HPLinks #l {
	padding-top: .47em;
}


.pageTitle {
	display: block;
	width: 730px;
	height: 24px;
	padding: 10px 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;                      
	font-size: 14px;
	font-weight: bold;
	background: url('/pics/PageTitle.gif') no-repeat center top;
	text-transform:uppercase;
}

/* Footer */

div#footer {
	width: 798px;
	height: 36px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
	background: url('/pics/footer.jpg') no-repeat;
}


