/* Global Styles */

body {
	margin:0;
	background-image:url(images/background.jpg);
	background-position:center center;
	background-repeat:repeat-y;
	background-color: #D7CFB8;
	}
	

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #0a7a22;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	text-decoration:underline;
	}
	
ri {
	float:right;
	margin-left:15px;
	margin-right:15px;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #0a7a22;
	font-weight:800;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 8px;
	border-bottom: 1px solid #0a7a22;
	}
	
#navigation a:hover {
	}

/* Calendar Styles */

#calendar td {
	border: 1px solid rgb(121,121,71); 
	}
	
#noborder td{
	border: 0px;
	}

#calheader td {
	font-weight:bold;
	}
	
#solidBottom {
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	border-spacing:0px;
	} 	
	
/* Class Styles */
.bodyTextBold {
	font-weight: bold;
}
.bodyTextItalic {
	font-style: italic;
}

.logo {
	font:24px times new roman;
	color: #FFFFCC;
	letter-spacing:.2em;
	}
	
.tagline {
	font:13px times new roman;
	color: #ffffcc;
	font-weight:700;
	}
	
.bodyText {
	font:12px arial;
	line-height:18px;
	color:#333333;
	}
	
.leftText {
	font:12px arial;
	color:#000000;
	margin-left:15px;
	margin-right:15px;
	line-height:18px;
	}
	
.pageName {
	font:16px times new roman;
	color: #0a7a22;
	letter-spacing:.2em;
	font-weight:bold;
	line-height:18px;
	}

.leftName {
	font:16px times new roman;
	color: #993300;
	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: #FFFF99;
	letter-spacing:.1em;
	line-height:16px;
	}

.botLinks {
	font:11px arial;
	color: #0a7a22;
	}
	
.navTextHere {
	font:10px arial;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 8px;
	background: #BCBC85;
	color:#ffffff;
	border-left: 1px solid rgb(255,153,51); 
	border-right: 1px solid rgb(255,153,51); 
	}
	
.subHeader {
	font:14px times new roman;
	color: #FF9933;
	letter-spacing:.1em;
	font-weight:bold;
	line-height:18px;
	}
	/* CSS Document */

