/* Global Styles */

body {
	margin:0;
	}

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #000099;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ff9933;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:11px arial;
	color: #000000;
	text-decoration: none;
	letter-spacing:0.1em;
	line-height:16px;
	display:block;
	padding: 8px;
	border-left: 1px solid rgb(121,121,71); 
	border-right: 1px solid rgb(121,121,71); 
	}
	
#navigation a:hover {
	background: #333300;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51);
	border-right: 1px solid rgb(255,153,51);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgb(255,153,51);
	border-bottom-color: rgb(255,153,51);
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

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

.logo {
	font:22px/32px "times new roman";
	color: #FFFFCC;
	letter-spacing:0.2em;
	}
	
.tagline {
	font:12px times new roman;
	color: #993300;
	line-height:16px;
	}
	
.bodyText {
	font:11px arial;
	line-height:18px;
	color:#333333;
	}
	
.pageName {
	font:16px times new roman;
	color: #FF9933;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:18px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #993300;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px arial;
	color: #333333;
	letter-spacing:.1em;
	}
	
.texttitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #990000;
	word-spacing: .1em;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	line-height: normal;
	word-spacing: .1em;
	text-decoration: none;
}
.sublogo {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #000000;
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
}
.linkedlist {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
