/* Global Styles */

body {
	margin:0px;
	}

td {
	font:11px Verdana, Helvetica, sans-serif;
	color:#000000;
	}
	
a {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #DDCB13;
	}
	
/* ID Styles */

#navigation a {
	color: #26354A;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:14px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #FF6600;
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	}
	
#navigation a:hover {
	color:#D7C512;
	background-color: #F9E497;
	font-family: Verdana;
	font-weight: bold;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #26354A; 
	}
	
#noborder td {
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	color: #ffffff;
	}
	
/* Class Styles */

.bodyText {
	line-height:22px;
	color:#26354A;
	letter-spacing:.1em;
	font-family: Verdana;
	font-size: 16px;
	}

.pageName {
	color: #507D94;
	letter-spacing:.2em;
	line-height:32px;
	font-family: Verdana;
	font-size: 22px;
	font-weight: bold;
	}
	
.navText {
	color: #507D94;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	}

.sidebarText {
	color: #FFBA00;
	letter-spacing:.1em;
	line-height:18px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}
	
