body, html/* CSS Document */

 {
	height: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.center {
	text-align: center;
}
.thumbnails img {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#mainWrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	min-height:99%;
	height:auto !important;
	height: 99%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	position: relative;
	background-image: url(images/corner_sides.gif);
	background-repeat: repeat-y;
	margin-bottom: 100px;
	padding-bottom: 1em;
}
#header {
	text-align: center;
	height:220px;
	padding: 0px;
	position: relative;
	z-index: 1;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 0px;
}
#header h1 {
	background-image: url(images/header.jpg);
	height: 250px;
	width: 760px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	text-indent: -9999px;
	font-size: 1px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
	border-style: none;
}
/* The following selector controls the DIV holder for the Menu*/
#menu {
	background-color: #000066;
	height: 21px;
	width: 760px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	border-width: 2px 0px;
	border-style: solid none;
	border-color:#FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0px;
	text-align: center;
	z-index: 500;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
}
#menu ul {
	margin: 0px;
	margin:0px auto;	/*center the menu*/
	padding: 3px 0px;
	position:relative;
	z-index:500;
	top: -1px;
}
#menu ul li {
	display: inline; /*used to be inline-block*/
	position: relative;
	padding: 0px;
	list-style-type: none;
}
#menu  ul  li#currentPage, #menu ul li#subPage {
	background-color:#000000;
}
#menu ul a {
	color:#CCCCCC;
	font-weight: bold;
	display: inline-block;
	padding: 1px 1em;
	text-decoration: none;
}
#currentPage a {
	text-decoration: underline overline;
}
#menu ul a:hover {
	text-decoration: none;
	color: #fff;
}
.logout {
	color:#FF0000 !important;
}

#content {
	padding: 1em 15px;
	position:relative;
	z-index: 0;
	top:0px;
	clear: both;
	padding-bottom: 2em;
	background-image: url(images/header_content_bg.jpg);
	background-repeat: repeat-x;
	background-color: #ccddee;
/*	height:100px;
	min-height:100px;
	height:auto !important;*/
}
#content #slideshow {
	float: left;
	width: 300px;
}

#content ul {
	margin-top: 0.3em;
}
#content ul.clean {
	list-style-type: none;
}
#time {
	width: 4em;
	display: block;
	float: left;
	text-align: right;
	padding-right: 1em;
}


#content a {
	color: #000066;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#content a:visited {
	color: #411;
}
.small, small {
	font-size: .8em;
}
#tabs {
	background-color:#c43;
	width: 80px;
	float: left;
	border-width: 0px 3px 3px 0px;
	border-style: solid;
	border-color:#000000;
	margin: 0px;
	padding: 0px;
	position:relative;
	left: -15px;
	top: -15px;
	font-size: 11px;
}
#tabs ul{
	margin:0px;
	padding:0px;
}
#tabs ul li{
	text-align:center;
	border-width:0px 0px 2px 0px;
	border-color:#000;
	border-style:solid;
	display: block;
	padding: 2px 4px;
	margin: 0px;
	list-style-type: none;
}
.colLeft, colRight {
	position: relative;
	width:200px;
	background-color: #6688AA;
/*	border: .5em solid #ddf;  */
	padding:0.5em;
}
.colLeft  h2 {
	color: #FFFFFF;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #ccddee;
	display: block;
	font-size: 17px;
	margin-bottom: 0px;
}

.colLeft {
	float: left;
	margin-right: 1em;
	clear: left;
}
.colRight {
	float: right;
	margin-left: 1em;
}
.colLeft ul, .colRight ul {
	margin-top: 0px;
	margin-left: -10px;
}
.colWide {
	position: relative;
	width:350px;
}


 h2 {font-size:15pt;}
 h3 {font-size:12pt;}
 h4 {font-size:10pt;}
 h5 {font-size:8pt;}
 
h2, h3, h4, h5, h6   {
	padding: 0.1em 0.5em 0em 0.2em;
	margin-top: 0.5em;
	margin-left: 0px;
	margin-bottom: 0.5em;
}
p {
	margin-top: .5em;
}
.eventBox {
	width: 90%;
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 2px solid #ccddee;
	background-color: #6688AA;
	color: #FFFFFF;
}
.eventBox  h4 {
	margin: 0px;
	padding: 0px;
}
.eventBox p {
	margin: 0px;
	padding-top: .5em;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.eventBox  h6 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #ccddee;
}
#footer {
	font-size: 0.8em;
	text-align: center;
	position: absolute;
	width: 100%;
	background-color: #6688AA;
	padding-bottom: 1em;
	padding-top: 5px;
	color: #333333;
	left: 0px;
	border:none 0px;
	border-top: 5px solid #000066;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#footer a {
	color: #FFFFDD;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

