@charset "utf-8";
/* CSS Document */

<style type="text/css">
<!--

body {
	text-align: center;
	margin: 0 auto;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC0000;
	font-weight: bolder;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	font-weight: bolder;
	text-transform: uppercase;
}

#topspace {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #D5EBFF;
	text-align: center;
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 20px;
	width: 760px;
	vertical-align: bottom;
	padding-top: 0px;
	margin-top: 80px;
	padding-bottom: 20px;
}
#contentholder {
	margin: 0 auto;
	width: 760px;
	position: relative;
	visibility: visible;
	z-index: 0;
}
#leftcontent {
	position: relative;
	visibility: visible;
	z-index: 1;
	width: 764px;
	margin: 0 auto;
}
#footer {
	position: relative;
	visibility: visible;
	z-index: 1;
	height: 50px;
	width: 700px;
	padding-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #99CCFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	clear: both;
}
#leftside {
	float: left;
	width: 350px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-left: 10px;
}
#lefttext {
	width: 320px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3399FF;
	text-align: left;
}
#centerside {
	width: 190px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-right: 0px;
	float: left;
}
#centertext {
	width: 160px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
	text-align: left;
}
#centertext a {
	text-decoration: none;
	color: #A8D3FF;
}
#centertext a:hover {
	color: #003366;
}
#centertext a:visited {
	text-decoration: none;
	color: #A8D3FF;
}
#centertext a:active {
	text-decoration: none;
	color: #A8D3FF;
}

#rightside {
	float: right;
	width: 190px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-right: 10px;
}
#rightext {
	width: 160px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
	text-align: left;
}
#rightext a {
	text-decoration: none;
	color: #A8D3FF;
}
#rightext a:hover {
	color: #003366;
}
#rightext a:visited {
	text-decoration: none;
	color: #A8D3FF;
}
#rightext a:active {
	text-decoration: none;
	color: #A8D3FF;
}
#leftside2 {
	float: left;
	width: 450px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-left: 10px;
}
#lefttext2 {
	width: 420px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-align: left;
}
#rightside2 {
	float: right;
	width: 250px;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-right: 10px;
}
#rightext2 {
	width: 220px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0066CC;
	text-align: left;
}
#centertextcal {
	width: 740px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3399FF;
	text-align: left;
}

/* @group Calendar
===================================== */

.svCalendar { text-align: center; }

.svCalendar table { width: 100%; }

.svCalendar th {
	padding: 0;
	border: 1px solid #666;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background: #CC0000;
	font-size: 10pt;
	line-height: 2.2;
	}

#svCalendarNav th {
	line-height: 1.2;
	font-size: .9em;
}

.svCalendar th a {
	display: block;
	padding: .25em;
	text-align: center;
	color: #fff;
	}

.svCalendar th a:hover {
	text-decoration: none;
	color: #fff;
	background: #333;
	}
	
.svCalendar td {
		width: 14%;
		height: 60px;
		padding: .5em;
		border: 1px solid #99CCFF;
		font-size: 9px;
		line-height: 1;
		text-align: left;
		vertical-align: top;
		}
		
.svCalendar .dayofweek td {
	height: auto;
	padding: .5em;
	line-height: 1.6;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	background: #99CCFF;
	}
	
#svCalendarNav .dayofweek td {
	line-height: 1.1;
}

.svCalendar .dayofweek td a {}

#svCalendarNav td {
	height: auto;
	text-align: center;
	}

.svCalendar td .date { font-style: italic; }

.content .svCalendar td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

.svCalendar td li a {
	display: block;
	margin: 2px 0;
	padding: 0 0 2px;
	border: 0;
	text-align: left;
	text-decoration: none;
	}

.svCalendar td li a:hover,
.svCalendar td li a#today {
	text-decoration: underline;
	}

/* @end Calendar
-------------------------------- */
-->
</style>