/* Global Styles */

body {
	margin:0px;
	background-color: #52759C;
	}
	
td {
	font:12px arial;
	color:#333333;
	}
	
a {
	color: #006699;
	text-decoration:none;
	}
	
a:hover {
	color: #990000;
	text-decoration:none;
	}
	
/* ID Styles */

#navigation {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}

#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #000066;
	text-decoration:underline;
	}

#padding {
	padding:0px 10px 0px 20px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #FFFFFF;
	letter-spacing:0.4em;
	font-weight:bold;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:20px;
	color:#333333;
	font-family: arial;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #990000;
	letter-spacing:0.1em;
	line-height:26px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	border-bottom: -10px;
}
.callout {
	padding: 5px;
	border: 1px solid #52759C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	background-color: #C5D2E2;
}
