body {
	background: #3366cc 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#top {
	width: 858px;
	height: 60px;
	margin: 0 auto;
	background: url('/pics/top.jpg') no-repeat;
	font-size: 0;
}

div#bottom {
	width: 858px;
	height: 11px;
	margin: 0 auto;
	background: url('/pics/bottom.gif') no-repeat;
	font-size: 0;
}

div#sides {
	margin: 0 auto;
	width: 858px;
	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 183px 760px;
	overflow: hidden;
	background: url('/pics/header.jpg') no-repeat;
}

/* [BEGIN NAVIGATION] */

/* Navigation text */

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: 69px;
}

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: 69px;
}

div#menu ul#top1, div#menu ul#top1 li a#topNav1 { width: 135px; background: url('/pics/topNav1.gif') no-repeat; }
div#menu ul#top2, div#menu ul#top2 li a#topNav2 { width: 124px; background: url('/pics/topNav2.gif') no-repeat; }
div#menu ul#top3, div#menu ul#top3 li a#topNav3 { width: 122px; background: url('/pics/topNav3.gif') no-repeat; }
div#menu ul#top4, div#menu ul#top4 li a#topNav4 { width: 121px; background: url('/pics/topNav4.gif') no-repeat; }
div#menu ul#top5, div#menu ul#top5 li a#topNav5 { width: 126px; background: url('/pics/topNav5.gif') no-repeat; }
div#menu ul#top6, div#menu ul#top6 li a#topNav6 { width: 132px; background: url('/pics/topNav6.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; }
div#menu ul#top6 li.over a#topNav6, div#menu ul#top6 li:hover a#topNav6 { background: url('/pics/topNav6f2.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 arial, helvetica, sans-serif;
	display: block;
	margin: 0;
	color: #000;
	background: #3366cc;
	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: #3366cc;
    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: #ffde07;
	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%;
}

div#menu ul {
	background-color: none;
}

div#menu ul li ul li.last a {
	background: none;
	background: url(/pics/rounded_bottom.png) bottom right no-repeat transparent !important;
	padding-bottom: 1px;
	background-image: url(/pics/rounded_bottom.gif); /* IE6 doesn't understand !important so this only applies to it */
}

div#menu ul li ul li.last:hover a, div#menu ul li ul li.last a:hover {
	background: none;
	background: url(/pics/rounded_bottom.png) bottom left no-repeat transparent !important;
	background-image: url(/pics/rounded_bottom.gif); /* IE6 doesn't understand !important so this only applies to it */
}

/* [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: #fff;
	width: 744px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}

#contentBG {
	width: 760px;
	min-height: 48px;
	height: auto!important;
	height: 48px;
	background: url('/pics/content_bg.gif') no-repeat left top;
}

#leftColumn {
	width: 497px;
	padding: 0 0 0 6px;
	float: left;
}

#rightColumn {
	width: 257px;
	padding: 48px 0 0 0px;
	float: right;
}

#shuffle1 {
	width: 492px;
	height: 278px;
}

#shuffle2 {
	width: 242px;
	height: 138px;
	margin: 0 auto;
}

#rotate1 {
	width: 492px;
	height: 278px;
	position: absolute;
}

#rotate2 {
	width: 242px;
	height: 138px;
	position: absolute;
	margin: 0 0 0 7px;
	*margin: 0;
}

.leftSeparator {
	margin: 10px 0 10px 0;
	width: 492px;
	height: 1px;
	background: url('/pics/left_separator.gif') no-repeat;
	font-size: 0;
}

.rightSeparator {
	margin: 10px 0 10px 9px;
	width: 234px;
	height: 1px;
	background: url('/pics/right_separator.gif') no-repeat;
	font-size: 0;
}

#quickLinksHeader h2 {
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#quickLinks {
	width: 257px;
	padding: 0;
	margin: 0;
}

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

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

#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; }

.leftSectionBottom {
	width: 492px;
	height: 28px;
	background: url('/pics/left_section_bottom.gif') no-repeat;
}

.rightSectionBottom {
	width: 234px;
	height: 37px;
	background: url('/pics/right_section_bottom.gif') no-repeat;
	margin: 0 auto;
}


#newsContainer {
	width: 492px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
	background: url('/pics/left_section_bg.gif') repeat-y left top;
}

#bulletinContainer {
	width: 492px;
	min-height: 200px;
	height: auto!important;
	height: 200px;
	background: url('/pics/left_section_bg.gif') repeat-y left top;
}

#eventsContainer {
	width: 234px;
	min-height: 276px;
	height: auto!important;
	height: 276px;
	margin: 0 auto;
	background: url('/pics/right_section_bg.gif') repeat-y left top;
}

#linksContainer {
	width: 234px;
	min-height: 266px;
	height: auto!important;
	height: 266px;
	margin: 0 auto;
	background: url('/pics/right_section_bg.gif') repeat-y left top;
}

.HPEvents, .HPLinks {
	width: 234px;
	padding: 0;
	margin: 0;
	color: #3366cc;
}

.HPNews, .HPBBMessages {
	width: 492px;
	padding: 0;
	margin: 0;
	color: #3366cc;
}

.HPNews a, .HPNews a:active, .HPNews a:link,
.HPEvents a, .HPEvents a:active, .HPEvents a:link,
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link,
.HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #3366cc;
}

.HPNews #l, .HPBBMessages #l {
	padding-top: 6px;
	padding-left: 28px;
}

.HPEvents #l, .HPLinks #l {
	padding-top: 6px;
	padding-left: 18px;
}

.pageTitle {
	display: block;
	width: 704px;
	height: 33px;
	padding: 17px 0 0 30px;
    margin-bottom: 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: 858px;
	height: 65px;
	margin: 0 auto;
	padding: 94px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 11px;
	background: url('/pics/footer.jpg') no-repeat;
}