body {
	background: #FFFFFFF;
	font: 12px arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

#outer{
	background: #FFFFFF;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	min-height: 700px;
	height: 100%;
	margin-left: 150px;
	margin-bottom: -2px;
	min-width: 811px;/* 961-150 */
}

#header{
	background:#FFFFFF;
	border-bottom:2px solid #000000;
	color:#000000;
	text-align:center;
	position:relative;
	margin:0 0 0 -152px;
	padding-top:0px;
	min-height:0;/* ie 7 haslayout fix */
	min-width:961px;
}

#header img{
	position:static;
	z-index: 0;
	
}

#left {
	float:left;
	left:-2px;/* push column into position*/
	margin-left:-149px;/*must be 1px less than width otherwise won't push footer down in older mozilla*/
	position:relative;/*ie needs this to show float */
	width:150px;/* same as the left margin on #outer*/
}

#left p{
	padding:2px;
}

#centrecontent {
	padding:2px;
	min-height: 700px;
}

#centrecontent ul.eventList{
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: static;
	z-index: 1;
}

#centrecontent ul.eventList li{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(97,142,255);
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 45px;
	padding: 2px;
	position: static;
	z-index: 1;
}

#centrecontent ul.newsList{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#centrecontent ul.newsList li{
	border-width: 1px;
	border-style: solid;
	border-color: rgb(97,142,255);
	margin-bottom: 10px;
	margin-left: 45px;
	margin-right: 45px;
	padding: 2px;
}

#footer {
	clear:both;
	background-color:#000000;
	height:2px;
	position:relative;
	text-align:center;
	width:100%;
}

* html #footer {/*only ie gets this style*/
	\height:3px;/* for ie5 */
	he\ight:2px;/* for ie6 */
}

#clearfooter{
	clear:both;
	height:2px;
}/*needed to make room for footer*/
 
* html #centrecontent {
	height:1%;
	margin-bottom:12px
}/* combat IE's 3 pixel jog */

div.navBorder{
	border-color: white;
	border-style: solid;
	border-width: 5px 0;
	position: static;
	min-width: 956px;
	width: 100%;
	z-index: 1;
}

div.navStretch{
	background-color: white;
	border-width: 1px 0;
	border-color: blue;
	border-style: solid;
	position: static;
	width: 100%;
	min-width: 956px;
	z-index: 1;
}

div.menu{
	font: 12px arial, sans-serif;
	position: relative;
	height: 19px;
	margin: 0;
	position: static;
	z-index: 1;
}

div.menu ul.headerNav{
	padding: 0px;
	margin: 0px;
	list-style: none;
	white-space: nowrap;
}

div.menu ul.headerNav li{
	color: black;
	float: left;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: blue;
	height: 19px;
}

div.menu ul.headerNav li a{
	position: relative;
	top: 2px;
	font-weight: bold;
	margin: 2px 2px;
	padding: 0 6px;
	color:black;
	background-color: white;
	text-decoration: none;
	
}

div.menu ul.headerNav li a:hover{
	color:white;
	background-color: rgb(97,142,255);
	text-decoration: none;
}