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

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

/* Header */

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

#quickLinks h2, #leftContainer h2, #rightContainer h2, #midContainer h2 {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

h3 {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

/* [BEGIN NAVIGATION] */

/* Navigation text */

div#menu 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: 31px;
}

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

div#menu ul#top1, div#menu ul#top1 li a#topNav1 { width: 133px; background: url('/pics/topNav1.gif') no-repeat; }
div#menu ul#top2, div#menu ul#top2 li a#topNav2 { width: 100px; background: url('/pics/topNav2.gif') no-repeat; }
div#menu ul#top3, div#menu ul#top3 li a#topNav3 { width: 112px; background: url('/pics/topNav3.gif') no-repeat; }
div#menu ul#top4, div#menu ul#top4 li a#topNav4 { width: 104px; background: url('/pics/topNav4.gif') no-repeat; }
div#menu ul#top5, div#menu ul#top5 li a#topNav5 { width: 100px; background: url('/pics/topNav5.gif') no-repeat; }
div#menu ul#top6, div#menu ul#top6 li a#topNav6 { width: 91px; background: url('/pics/topNav6.gif') no-repeat; }
div#menu ul#top7, div#menu ul#top7 li a#topNav7 { width: 120px; background: url('/pics/topNav7.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; }
div#menu ul#top7 li.over a#topNav7, div#menu ul#top7 li:hover a#topNav7 { background: url('/pics/topNav7f2.gif') no-repeat; }

/* Horizontal navigation colors */

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

/* Horizontal navigation rollover colors */

div#menu a:hover {
	color: #FFFFFF;
	background: #0071fd;
}

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

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

/* 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: #000000;
	background: #aacfff;
    text-align: left;
}

/* Retain first level rollover color (so color stays when you hover to second level) and second level rollover colors */

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: #0071fd;
	color: #FFFFFF;
}

/* 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/content_bg.gif') repeat-y;
	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: 222px;
	padding: 6px 0 0 8px;
	float: left;
}

#rightColumn {
	width: 522px;
	padding: 6px 0 0 8px;
	float: right;
}

#quickLinks {
	width: 207px;
	background: url('/pics/midnav_top.gif') no-repeat left top;
	padding: 0;
	margin: 0;
}

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

#quickLinks ul li {
	*margin-bottom: -3px;
}

#quickLinks a {
	width: 209px;
	height: 20px;
	text-decoration: none;
	padding: 0px 0 0 6px;
	margin: 0;
	display: block;
	color: #FFF;
	font: 13px Century Gothic, Century;
	font-weight: bold;
}

#quickLinks a:hover {
	color: #000;
}

#quickLinks a em{ font-style:normal; color:#ff0;}
#quickLinks a:hover em{ color:#000;}


#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#midNav7 { background: url('/pics/midnav7.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; }
#quickLinks a:hover#midNav7 { background: url('/pics/midnav7f2.gif') no-repeat; }

.sectionHeader {
	color: #ffd100;
}

#leftContainer a#mandela {
	width: 207px;
	height: 23px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0 0 6px;
	font-variant: small-caps;
	display: block;
	background: url('/pics/mandela_header.gif') no-repeat;
}

#leftContainer a#events {
	width: 207px;
	height: 23px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0 0 6px;
	font-variant: small-caps;
	display: block;
	background: url('/pics/side_section_header.gif') no-repeat;
}

#midContainer a#bulletin {
	width: 450px;
	height: 22px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	padding: 3px 0 0 6px;
	font-variant: small-caps;
	display: block;
	background: url('/pics/mid_section_header.gif') no-repeat;
}

#midContainer a#news {
	width: 450px;
	height: 22px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	padding: 3px 0 0 6px;
	font-variant: small-caps;
	display: block;
	background: url('/pics/mid_section_header.gif') no-repeat;
}

#rightContainer a#links {
	width: 207px;
	height: 23px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	text-decoration: none;
	padding: 3px 0 0 6px;
	font-variant: small-caps;
	display: block;
	background: url('/pics/side_section_header.gif') no-repeat;
}

.HPEvents, .HPLinks {
	width: 215px;
	padding: 0;
	margin: 0;
	color: #000;
	background: #FFF;
}

.HPNews, .HPBBMessages {
	width: 510px;
	padding: 0;
	margin: 0;
	color: #000;
	background: #FFF;
}

.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPLinks a, .HPLinks a:active, .HPLinks a:link {
	color: #1650e9;
}

.HPNews a, .HPNews a:active, .HPNews a:link, .HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link {
	color: #1650e9;
}

.pageTitle {
	display: block;
	width: 736px;
	height: 21px;
	padding: 5px 0 0 8px;
    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;
}

#espanol {
	width: 23px;
	height: 55px;
	position: absolute;
	margin: 168px 0 0 760px;
	background: url('/pics/espanol.gif') no-repeat;
}

#espanol a {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0 0 55px 23px;
	display: block;
}

#wotd {
	width: 207px;
	height: 43px;
	background: url('/pics/wotd.gif') no-repeat;
	text-align: center;
	padding-top: 5px;
	color: #FFF;
}

#wotd a {
	color: #FFF;
}

#wotd b {
	display: none;
}

/* Footer */

div#footer {
	height: 66px;
	margin: 0 auto;
	background: #1f519c url('/pics/footer_repeat.jpg') repeat-x;
}

div#footer_top { 
	width: 720px;
	height: 23px;
	padding-top: 15px;
	padding-left: 40px;
	margin: 0 auto;
	overflow: hidden;
	background: url('/pics/footer_top.gif') repeat-x;
	text-align: center;
	font-size: 11px;
	color: #000000;
}

div#footer_bottom {
	width: 760px;
	height: 28px;
	background: url('/pics/footer_bottom.gif') repeat-x;
	margin: 0 auto;
	padding: 0;
}

div#footer_bottom a {
	width: 0;
	height: 0;
	padding: 0 0 28px 260px;
	overflow: hidden;
	display: block;
	background: url('/pics/edunet.gif') no-repeat;
	float: right;
}

div#footer_bottom a h5 {
	display: none;
}

#googleTranslate {
	width: 215px;
}