/* Global Styles */

body {
	margin:0px;
	background-color: #FFFFFF;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
.Indent {
	text-indent: 10px;
}

	
a {
	color: #151500;
	text-decoration:none;
	font-weight:600;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}

.imgstyle {
	float: right;
}
.imgstyleLeft {
	float: left;
	padding-right: 20px;
}	
	
/* ID Styles */
	
#navigation a {
	color: #000000;
	text-decoration:none;
	letter-spacing:0.1em;
	font-family: Arial, Verdana;
	font-size: 12px;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:none;
	}

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

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #660000;
	letter-spacing:0.4em;
	font-weight:bold;
	font-size: 16px;
	text-transform: capitalize;
	font: 18px georgia;
	background-image: url(../Images/Spiral6.gif);
	background-repeat: no-repeat;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	line-height:24px;
	color:#333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #660000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	color: #090900;
	letter-spacing:0.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
.blueBox {
	background-color: #D4E3E0;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 5;
	margin-left: 5px;
	padding-left: 5px;
}
.subHeader2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	font-variant: small-caps;
	color: #000000;
}

