/* Global Styles */

body {
	margin:0;
	background-position: center;
	}

td {
	line-height:16px;
	color:#CCCCCC;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	
a {
	color: #993300;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #ff9933;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:10px arial;
	color: #003399;
	text-decoration: none;
	letter-spacing:.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: #BCBC85;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51); 
	border-right: 1px solid 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:12px times new roman;
	color: #FFFFCC;
	letter-spacing:0.3em;
	line-height:16px;
	float: right;
	background-color: #99cc99;
	clear: right;
	}
	
.tagline {
	font:12px times new roman;
	color: #993300;
	line-height:16px;
	}
	
.bodyText {
	line-height:16px;
	color:#CCCCCC;
	text-align: justify;
	list-style-position: outside;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	}
	
.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;
	}
	
.libodyTextCopy {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#CCCCCC;
	padding-left: 10px;
	padding-right: 30px;
	text-align: justify;
	list-style-position: outside;
	list-style-type: circle;
}

