/* Global Styles */
	
	html, body {
		background: #453E2c;
		margin: 0px;
		padding: 0px;
		height: 100%;	
	}
	
	#wide {
		width: 100%;
		height: 100%;
		min-height: 100%;
	}
	
	#container {		
		margin: 0px auto;
		width: 954px;
		border-left: 0px solid #332b16;
		border-right: 0px solid #332b16;
		min-height: 100%;		
		
	}
	
	#content {
		padding: 12px;
		padding-top: 24px;		
		background: #fbfaf5;
	}
	
	#footer {		
		bottom: 0px;
		width: 954px;
	}	

/* HEADER CSS */
	#header {
		background: #857455;
		height: 139px;
	}
	
	#header img.logo {
		border: 0px;
		padding-left: 30px;
		padding-top: 20px;
		padding-bottom: 10px;
		
	}
	
	#header_images {
		margin: 0px;
		padding: 0px;
		border-top: 1px solid #FFFFFF;
		border-bottom: 2px solid #4d4d4d;		     
		height: 236px;
	}
	
	#header_images img {
		border: 0px;
		margin: 0px;
		padding: 0px;
	}
/* HEADER CSS */



/* TOP MENU CSS */
	#menu {
		background: #bc9c62;
		height: 34px;
		overflow: hidden;
		margin-top:6px;	
	}
	
	#menu ul {
		list-style-image: none;
		list-style-type: none;
		width: 954px;
		margin: auto;
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 0px;
		padding-bottom: 0px;

		border-top: 1px solid #FFFFFF;
		border-bottom: 0px solid #FFFFFF;		
	}
	
	#menu ul li {
		float: left;
		margin-left: 12px;
	}
	
	#menu ul a {
		padding-right: 18px;
		padding-left: 18px;
		display: block;
		text-decoration: none;
		font-family: arial;
		font-weight: bold;
		font-size: 9pt;
		text-transform: uppercase;
		color: #FFFFFF;	
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		padding-top: 8px;
		padding-bottom: 9px;
	}
	
	#menu ul a:hover {
		color: #cfc3ac;
		background: #857455;
	}
	
	#menu ul a.current {
		color: #cfc3ac;
		background: #857455;	
	}
		
/* END TOP MENU CSS */

.style1 {
	font-size: 12px;
	color: #FFFFFF;
	font-family: arial;
}
	
td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	color: #FFFFFF;
	text-decoration:none;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	color: #ddd8d0;
	letter-spacing:.4em;
	font-weight:bold;
	font-family: "times new roman";
	font-size: 18px;
	text-align:left;
	padding-left:80px;
	}

.sidebarText {
	font:12px georgia;
	color: #336666;
	line-height:18px;
	}
	
.bodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	padding-left:55px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	padding-left:55px;
	}
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}

.sectonHeading {
	font:15px georgia;
	color: #333333;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left:100px;
	}

.className {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	padding-left:100px;
	padding-right:100px;
	}

.ClassBodyText {
	font:12px arial;
	line-height:24px;
	color:#333333;
	padding-left:100px;
	}
	
.navText {
	color: #bc9c62;
	letter-spacing:.1em;
	font-family: arial;
	font-size: 10px;
	text-align:left;
	padding-left:80px;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
	
	
