body {
	background: #FFFFFF;
}

div#outerWrapper {
	width: 80%;
	min-width: 800px;
	max-width: 1000px;
	border: 2px ridge black;
	position: relative;
	left: 10%;
	background: #EEEEF4;

}

div#header {
	width: 100%;
	min-width: 700px;
	height: 150px;
	background: url('./../images/banner3.jpg');
	border-bottom: 1px solid black;

	
}

div#rotate {
	width: 200px;
	height: 130px;
	border: 2px solid black;
	border-style: ridge;
	background: #FFFFFF;
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
}

div#navigation {
	width: 200px;
	min-width: 200px;
	margin: 0px;
	background: #3E4D84;
	border: 1px solid black;
	vertical-align: top;
}

div.subnav {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	opacity: 0;
	z-index: 4;
	clear: both;
	position: absolute;
	left: 205px;
	top: 200px;
	width: 150px;
	background: #FFFFFF;
	border: 1px solid black;
}

div.subnav a:link {
	color: #BE132B;
}

div.subnav a:hover {
	color: #FE0208;
}

div.subnav a:visited {
	color: #850719;
}

div.subnav a:visited:hover {
	color: #FE0208;
}

div.tsubnav {
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	
}

div.tsubnav:hover {
	background: #FDF2F2;
}

span.nav {
	font-family: Monotype Corsiva, Arial;
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	display: inline;
}

td.arrow_cell {
	font-family: Monotype Corsiva, Arial;
	font-size: 16pt;
	text-decoration: none;
	color: #FFFFFF;
	float: right;	
}

a.nav:link {
	font-family: Monotype Corsiva, Arial;
	font-size: 16pt;
	text-decoration: underline;
	color: #FFFFFF;
}

a.nav:hover {
	text-decoration: none;
	text-decoration: underline;
	background: #7988F7;

}

a.nav:visited {
	font-family: Monotype Corsiva, Arial;
	font-size: 16pt;
	text-decoration: underline;
	color: #FFFFFF;
}

a.nav:visited:hover {
	font-family: Monotype Corsiva, Arial;
	font-size: 16pt;
	text-decoration: underline;
	color: #FFFFFF;
	background: #7988F7;
}	

a:link {
	color: #EC3B3B;
	text-decoration: none;

}

a:hover {
	text-decoration: underline;

}

a:visited:hover {
	color: #EC3B3B;
	text-decoration: underline;
}

a:visited {
	color: #7E2424;
	text-decoration: none;	

}

div#mainContent {

	width: 74%;
	min-width: 500px;
	margin: 0px;
	padding: 10px;
	font-family: Arial;
	z-index: 2;
}

h3 {
	background: #7988F7;
	
}

h4 {
	display: inline;

}

div#rightside {
	width: 150px;
	height: 400px;
	border: 1px solid black;
	float: right;
	
}

div#footer {
	width: 100%;
	color: #B0B0B9;
	font-family: Times New Roman;
	font-size: 10pt;
}

table {
	border-collapse: collapse;
}

div#caltable {
	border: 1px solid #4E4E4F;
	padding: 3px;
	width: 95%;
	background: #5FCAFC;
}

div#calwrapper {
	border: 1px dotted black;
	width: 90%;
	padding: 10px;
	background: #E9E9F7;	
}

div#caltable td {
	height: 25px;
}

td.emptyCell {
	background: #C1C5DE;
	width: 30px;
}

td.dayCell {
	border: 1px solid black;
	width: 30px;
	text-align: center;
}

td.eventCell {
	border: 1px solid black;
	width: 30px;
	text-align: center;
	background: #8296F8;
}

td.eventCell a {
	color: #FFFFFF;
}

td.nav {
	clear: both;
}
td.nav:hover {
	background: #7988F7;
}

span#address {
	position: relative;
	left: 30px;
}

div#adspace {
	border: 1px solid black;
	width: 200px;
	font-family: Times New Roman;
	text-align: center;
	border-left: none;
	padding-bottom: 10px;
}

div#bottom_ad {
	border: 1px solid black;
	width: 675px;
	margin-left: auto;
	margin-right: auto;
	font-style: oblique;
	height: 100px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}

