body {
background-color: #c3c3c3;
}

#wrapper {
width: 940px;
background-color: #ffffff;
padding: 10px;
margin: 20px auto;
}

#banner {
margin-bottom: 10px;
}

#menu {
margin-bottom: 20px;
}


#leftcolumn {
float: left;
margin-right: 10px;
margin-bottom: 20px;
}

#news {
margin-bottom: 20px;
}

#bayoval {
float: left;
width: 250px;
height: 200px;
margin-right: 10px;
overflow-x: hidden;
overflow-y: hidden;
}


#eventswrapper {
float: left;
width: 226px;
height: 176px;
padding: 10px;
border: 2px solid #999999;
margin-right: 10px;
}


#eventsheader {
}

#events {
width: 206px;
height: 156px;
padding-right: 20px;
overflow-y: auto;
overflow-x: hidden;
}

#newsletter {
float: left;
width: 226px;
height: 176px;
padding: 10px;
border: 2px solid #999999;
overflow-x: hidden;
overflow-y: hidden;
}

#rightcolumn {
float: left;
margin-bottom: 20px;
}

#adverts {
width: 160px;
}

#footerads {
clear: both;
}

#footerads ul {
padding: 0px;
margin: 0px;
height: 350px;
}

#footerads li {
    float: left;
    margin-left: 37px;
    margin-right: 37px;
    list-style-type: none;
}

#footer {
clear: both;
height: 60px;
background-color: #0000cd;
}

#footer p {
color: #ffffff;
text-align: center;
padding-top: 20px;
}

#content {
width: 750px;
padding: 10px;
min-height: 500px;
}



/*---------------------- Start Menu Styles---------------------------------*/
/*
LKI - Default no arrow (ie no children)
	MI - Standard Look
	MIO - Mouse Over

LKIc - Default with arrow (ie with children)
	MIc - Standard Look
	MIOc - Mouse Over
	
LKI1 - Top level no arrow (ie no children)
	MI1 - Standard Look
	MI1O - Mouse Over

LKI1c - Top level with arrow (ie with children)
	MI1c - Standard Look
	MI1Oc - Mouse Over

LKIB - Menu Break
	MB - Standard look

*/

.MI, .MIc, .MI1, .MI1c, .MIO, .MIOc, .MI1O, .MI1Oc {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size:11px;
	cursor:default;
	font-weight:bold;
	line-height: 16px;
	padding-left:18px;
	padding-right:18px;
	padding-top:5px;
	padding-bottom:5px;
}
.MI, .MIc {
	background-color:#ffffff;
	color:#0000cd;
	font-weight:normal;
}
.MIO, .MIOc {
	background-color:#0000cd;
	color:#ffffff;
	cursor:pointer;
	font-weight:normal;
}
.MI1, .MI1c, .MI1O, .MI1Oc {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	text-align:center;
border-right: 1px solid #ffffff;


	}
.MI1, .MI1c {
	background-image:url(/files/8070/images/template/unav_on.gif);
	color:#ffffff;
}
.MI1O, .MI1Oc {
	background-image:url(/files/8070/images/template/unav_off.gif);
	color:#0000cd;
	cursor:pointer;
}

.MB {
	background-color:#000000;
	background-position:right;
	background-repeat:no-repeat;
	height:1px;
	vertical-align:middle;
}

/*----------------------End Menu Styles---------------------------------*/


/*--------------------- Start Event Styles ------------------------------*/
.events_compact_content_row {
font-family: arial;
font-weight:normal;
background-color: #ffffff;
color: #333333;
}

.events_compact_content_title_cell {
font-family: arial;
font-size:9pt;
font-weight:normal;
text-decoration:none;
color:#333333;
padding-bottom: 10px;
}

.events_compact_content_title_cell a {
text-decoration:none;
color:#333333;
font-family: arial;
}

.events_compact_content_title_cell a:hover {
text-decoration:underline;
font-family: arial;
}

.events_compact_content_date_cell {
font-family: arial;
border-bottom: 1px solid #cccccc;
text-align:left;
font-size:9pt;
color: #0000cd;
padding-top:6px;
}
/*--------------------------- End Event Styles ---------------------------*/




