/* CSS Document */

<style type="text/css">

/* Global Styles */

body {
	margin:0px;
	background-color: #6785AA;
	}
	
#content {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 600px;
}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #744E00;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #2B2870;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:14px arial;
	color: #2B2870;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	
	}

/* Class Styles */

.logo {
	font:14px times new roman;
	color: #F4F4F4;
	letter-spacing:.4em;
	font-weight:bold;
	background-color:#669999;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}	
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#333333;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #669999;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #666600;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	color: #2B2870;
	letter-spacing:.1em;
	background-color:#9999cc;
	font-family: arial;
	font-size: 14px;
	}
	
.calendarText {
	font:12px arial;
	line-height:14px;
	color: #744E00;
	background-color:#FFFFFF;
	}
.style13 {color: #996600}

.style15 {color: #2B2870}
