/* Global Styles */

body {
	margin:0;
	}

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

#wrap {
border: none;
margin: 0 auto;
width: 850px;
height: 675px;
}

#navigation a {
	font: 10px arial;
	color: #FF9933;
	text-decoration: none;
	letter-spacing: .1em;
	line-height: 16px;
	display: block;
	padding: 8px; 
	}
	
#navigation a:hover {
	background: #333333;
	color: #FFFFFF; 
	}

/* 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: #FF9933;
	letter-spacing: .3em;
	line-height: 16px;
	}
	
.tagline {
	font: 12px times new roman;
	color: #FF9933;
	line-height: 16px;
	}
	
.bodyText {
	font: 12px arial;
	line-height: 16px;
	color: #333333;
	}
	
.pageName {
	font: 16px times new roman;
	color: #E60066;
	letter-spacing: .2em;
	font-weight: bold;
	line-height: 18px;
	}
	
.subHeader {
	font: 14px times new roman;
	color: #FF9933;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: .1em;
	}
	
.navText {
	font: 10px arial;
	color: #FFFFFF;
	letter-spacing: .1em;
	line-height: 16px;
	}

.calendarText {
	font: 11px arial;
	color: #333333;
	letter-spacing: .1em;
	}
.style5 {
	color: #FFFFFF;
}
.style7 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #000000;
}
.picbordbot {
    border-bottom: solid;
	border-bottom-color: #000000;
	border-bottom-width: 2px;
}