/* Global Styles */

body {
	margin:0px;
	background-color: #7194BC;
	padding-left: 6px;
	width: 950px;
	}
	
td {
	font:arial;
	color:#030;
	font-size: 85%;
	border-left: 1 px;
	border-color: #009;
	}
	
a {
	color: #30F;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #7194BC;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:75% arial;
	color: #000064;
	text-decoration:none;
	letter-spacing:0.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}
	
#title {
	font:110% times new roman;
	color: #FFF;
	letter-spacing:0.54em;
	font-weight:bold;
	padding-bottom: 6px;
	}
	
	.titleopt {
	font:110% times new roman;
	color: #FFF;
	letter-spacing:0.54em;
	font-weight:bold;
	padding-bottom: 6px;
	background-color: #7194BC;
	}
	
#utility{
	font: 65% Verdana,sans-serif;
	position: absolute;
	top: 7px;
	right: 0px;
	color: #003333;
	left: 618px;
	width: 245px;
}

	
#weekdays th {
	font:90% arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}
	
#logo {
	margin: 4px 6px 2px 4px;
	}
	
/* Class Styles */

.divider {
	color: #333;
	
	}
	
.standoutRight {
	color: #333;
	float: right;
	
	}

.leftimg{
	border-width: 0;
	float: left;
	margin: 4px 10px 0px 0px;
}
.rightimg{
	border-width: 0;
	float: right;
	margin: 2px 0px 0px 8px;
}

.utility {
	color: #009;
	text-decoration:none;
	font-weight: bold;
	}

.specialText {
	color: #60F;
	font-weight: bolder;
	font-style: italic;
	}
	
.event {
	color: #006;
	font-weight: bolder;
	font-style: normal;
	}
	
.largerText {
	color: #030;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	font-variant: small-caps;
	}
	
.PurpleText {
	color: #639;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	font-variant: small-caps;
	}
.PurpleTextNoCaps {
	color: #639;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	font-variant: normal;
	}
	
.PurpleTextReg {
	color: #639;
	font-weight: normal;
	font-style: normal;
	font-size: .8em;
	font-variant: small-caps;
	}
	
.BlacklargerText {
	color: #000;
	font-weight: bold;
	font-style: normal;
	font-size: 1.25em;
	font-variant: small-caps;
	}

.blackText {
	color: #000;
	font-weight: 100;
	font-size: 90%;
	}

.smallText {
	color: #333;
	font-weight: 100;
	font-size: 75%;
	}
	
	.padding {
	padding:0px 0px 1px 10px;
	font-size: 0.75em;
	}

.sidebarText {
	font:100% georgia;
	color: #2F5673;
	line-height:12px;
	font-weight: 100;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.bodyText {
	line-height:18px;
	color:#033;
	font-size: 100%;
	padding: 4px 4px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.leftside {
	border-width: 1px;
	border-color: #009;
	border-style: dotted;
}

.leftSideText {
	width: 200px;
	line-height:16px;
	color:#5A4A3D;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 6px 0px 6px;
	font-weight: normal;
	border: solid;
	border-width: 0px 1px;
	border-color: #7194BC;
	}
	
.leftSideTextPlus {
	line-height:16px;
	color:#5A4A3D;
	font-size: 85%;
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 6px 0px 0px;
	font-weight: normal;
	}
	
.pageName {
	font:120% georgia;
	color: #900;
	letter-spacing:0.1em;
	line-height:26px;
	font-weight: bold;
	}
	
.sectionTitle {
	font:120%;
	color: #303;
	letter-spacing:0.1em;
	line-height:18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.subHeader {
	font:100% georgia;
	color: #FFF;
	font-weight:bold;
	line-height:20px;
	letter-spacing:0.1em;
	}
	
.navText {
	font:90% arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:95% arial;
	line-height:14px;
	color:#333333;
	}
	
.notice {
	font:95% arial;
	line-height:14px;
	color:#333333;
	padding: 2px 2px 2px 10px;
	background-color: #FFF;
	}
	

