/* Global Styles */

body {
	margin:0px;
	}

td {
	font:12px verdana;
	color:#844D18;
	}
	
a {
	color: #E26934;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #844D18;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px verdana;
	color: #FFFAF3;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #844D18;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px "Trebuchet MS";
	color: #E26934;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:14px "Trebuchet MS";
	font-weight:bold;
	color: #7DAE48;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px "Trebuchet MS";
	color: #E26934;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px arial;
	color:#844D18;
	line-height:24px;
	text-align:justify;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px "Trebuchet MS";
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px verdana;
	color: #E26934;
	letter-spacing:.1em;
	}
	
	.quotebox {
	margin-left:10px;
	margin-right:10px;		
	font: "Trebuchet MS";
	font-style:italic;
	font-size:16px;
	}

h1 {
	font:14px "Trebuchet MS";
	font-weight:bold;
	color: #7DAE48;
	letter-spacing:.2em;
	}	

.textbox {
border-bottom:2px dotted  #7DAE48;
padding-top:10px;
padding-bottom:10px;
text-align:justify;
}