/* Global Styles */

body {
	margin:0px;
	}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:14px Times;
	color: #336633;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#navigation a:hover {
	color:#AB8705;
	border: 1pt dotted rgb(171,135,5);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}

#subnavigation a {
	font:11px Times;
	color: #AB8705;
	font-weight:bold;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding:10px;
	
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
	
#subnavigation a:hover {
	color:#336633;
	border: 1pt dotted rgb(171,135,5);
	border-right-width: 0px; 
	border-left-width: 0px; 
	}
#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.header {
	font-family: "Palatino Linotype";
	font-size: 36px;
	color: #006600;
	font-style: italic;
}

.sidebarText {
	font:12px georgia;
	color: #003300;
	line-height:18px;
	}
	
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
 color: #000000;}
	
.pageName {
	font:20px verdana;
	color: #003300;
	letter-spacing:0.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}

.title {
	font-family: Verdana;
	font-size: 18px;
	line-height: 45px;
 background-color: #Fef8c7; color: #336633;}


	
