/* General */

.clear {
	width: 0;
	height: 0;
	font-size: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

body {
	background: #fbfcfe url('body_bg0.jpg') repeat-x left top;
	text-align: center;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
div#top {
	width: 900px;
	height: 25px;
	padding: 8px 0 0 0;
	margin: 0 auto;
}
div#wrapper {
	margin: 0 auto;
	width: 900px;
	text-align: left;
	background: #fff;
}
.contentIndex {
	text-align: left;
	background: url('index_bg.jpg') repeat-y;
	width: 900px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.content {
	text-align: left;
	background: #FFFFFF;
	width: 884px;
	padding: 8px;
	min-height: 400px;
	height: auto!important;
	height: 400px;
}
.contentIndex h2 {
	padding: 0;
	margin: 0;
}
.relative {
	position: relative;
}
.pageTitle {
	display: block;
	width: 870px;
	height: 32px;
	padding: 13px 0 0 10px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	background: url('PageTitl.gif') no-repeat left top;
	text-transform: uppercase;
}
marquee {
	color: #fff;
	font-weight: bold;
	width: 701px;
	height: 17px;
	margin: 0;
	padding: 5px 0 0 0;
	float: left;
}
#search {
	width: 90px;
	height: 17px;
	padding: 0;
	margin: 3px 4px 0 4px;
	float: left;
}
#espanol {
	margin: 0px 0 0 0;
	width: 101px;
	height: 25px;
	float: left;
}
/* Header */

div#header h1 {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

div#headerIMG {
	width: 900px;
	height: 135px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background: url('header00.jpg') no-repeat;
}
/* Navigation menu */

div#menu {
	background: url('topnav_b.gif') repeat-x;
	width: 900px;
	height: 31px;
}
ul#topNavItems {
	list-style: none;
	margin: 0 0 0 35px;
	padding: 0;
	width: 865px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
}
ul#topNavItems li a { 
	height: 23px;
	display: block;
	text-align: center;
	padding: 8px 10px 0 10px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
}
ul#topNavItems li a#topNav1 { width: 65px; }
ul#topNavItems li a#topNav2 { width: 88px; }
ul#topNavItems li a#topNav3 { width: 98px; }
ul#topNavItems li a#topNav4 { width: 95px; }
ul#topNavItems li a#topNav5 { width: 83px; }
ul#topNavItems li a#topNav6 { width: 74px; }
ul#topNavItems li a#topNav7 { width: 84px; }
ul#topNavItems li a#topNav8 { width: 70px; }
ul#topNavItems li a#topNav9 { width: 93px; }

ul#topNavItems li:hover a#topNav1, ul#topNavItems li.over a#topNav1,
ul#topNavItems li:hover a#topNav2, ul#topNavItems li.over a#topNav2,
ul#topNavItems li:hover a#topNav3, ul#topNavItems li.over a#topNav3,
ul#topNavItems li:hover a#topNav4, ul#topNavItems li.over a#topNav4,
ul#topNavItems li:hover a#topNav5, ul#topNavItems li.over a#topNav5,
ul#topNavItems li:hover a#topNav6, ul#topNavItems li.over a#topNav6,
ul#topNavItems li:hover a#topNav7, ul#topNavItems li.over a#topNav7,
ul#topNavItems li:hover a#topNav8, ul#topNavItems li.over a#topNav8,
ul#topNavItems li:hover a#topNav9, ul#topNavItems li.over a#topNav9 {
	background: url('topnavf2.gif') no-repeat center top;
}
/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 178px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems ul {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 3px 0 3px 8px;
	height: auto;
	width: 170px;
	color: #fff;
	background: #000;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #fff;
	background: #a92c00;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #093a77;
	background: #cdb43a;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
/* Index properties */

#indexTop {
	width: 886px;
	height: 222px;
	padding: 14px 0 0 14px;
	background: url('shuffle1.jpg') no-repeat;
}
#leftColumn {
	width: 253px;
	padding: 0px;
	float: left;
	background: url('left_top.gif') no-repeat;
}
#rightColumn {
	width: 647px;
	padding: 0px;
	float: left;
}



/* Homepage Sections Containers */

#eventsContainer {
	width: 203px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
	margin: 0;
	padding: 0 25px 0 25px;
}
#linksContainer {
	width: 203px;
	min-height: 300px;
	height: auto!important;
	height: 300px;
	margin: 0;
	padding: 0 25px 0 25px;
}



/* Homepage Section Table Includes */


.HPEvents {
	padding: 0;
	margin: 0;
	color: #fff;
}
.HPLinks {
	padding: 0;
	margin: 0;
	color: #fff;


/* Other homepage section extras */

#left {
	width: 328px;
	float: left;
}
#right {
	width: 319px;
	float: left;
}

.HPEvents a, .HPEvents a:active, .HPEvents a:link, .HPEvents a:visited,
.HPLinks a, .HPLinks a:active, .HPLinks a:link, .HPLinks a:visited {
	color: #fff;
}
.HPNews a, .HPNews a:active, .HPNews a:link, .HPNews a:visited, 
.HPDirectory a, .HPDirectory a:active, .HPDirectory a:link, .HPDirectory a:visited, 
.HPBBMessages a, .HPBBMessages a:active, .HPBBMessages a:link, .HPBBMessages a:visited {
	color: #000;
}
.HPNews #l, .HPEvents #l, .HPDirectory #l, .HPBBMessages #l, .HPLinks #l, .HPMemoirs #l {
	padding-top: 6px;
}



/* Footer */

div#footer {
	width: 900px;
	height: 72px;
	margin: 0 auto;
	text-align: left;
	background: url('footer00.jpg') no-repeat;
}







