/* Global Styles */

body {
	margin:0px;
	background-color:#4E3B8A;
	}
	
td {
	font:11px arial;
	}
	
a {
	color: #4E3B8A;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #4E3B8A;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #F5D707;
	text-decoration:underline;
	}
	
#dropmenudiv{
	position:absolute;
	border:0px solid black;
	border-bottom-width: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	}

#dropmenudiv a{
	width: 105%;
	display: block;
	text-indent: 3px;
	color:#F5D707;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color:#A494D1;
	}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: white;
	color:#A494D1;
	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:18px times new roman;
	color: #A494D1;
	letter-spacing:.4em;
	font-weight:bold;
	background-color:#4E3B8A;
	}

.sidebarText {
	font:12px georgia;
	color: #4E3B8A;
	line-height:18px;
	}
	
.bodyText {
	font:11px arial;
	line-height:24px;
	color:#4E3B8A;
	}
	
.pageName {
	font:20px georgia;
	color: #000000;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #000000;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:10px arial;
	color: #4E3B8A;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#4E3B8A;
	}
	
	

