/* Global Styles */

#container {
  margin: 0 auto;
  width: 800px;
  text-align: left;
  border: 1px solid #764b31;
  }



td {
	color:#e9eae2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
	
a {
	color: #0099ff;
	font-weight:bold;
	text-decoration:none;
	}
	
a:hover {
	color: #E9EAE2;
	}
	
/* ID Styles */

#navigation a {
	font:10px Arial, Helvetica, sans-serif;
	color: #764B31;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:16px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #0099ff;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #0099ff;
	}

#padding {
	padding:14px;
	}
	
/* Calendar Styles */

#calendar td {
	border: 1px solid #764B31; 
	}
	
#noborder td {
	border: 0px;
	}

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

.logo {
	font:24px Times New Roman, Times, serif;
	color: #E9EAE2;
	letter-spacing:.3em;
	line-height:26px;
	}
	
.tagline {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FEF1D7;
	line-height:16px;
	}
	
.bodyText {
	line-height:22px;
	color:#764B31;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.detailText {
	font:11px Arial, Helvetica, sans-serif;
	line-height:16px;
	color:#764B31;
	letter-spacing:.1em;
	}
	
.pageName {
	color: #0099ff;
	letter-spacing:.2em;
	line-height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	}
	
.subHeader {
	font:bold 12px Arial, Helvetica, sans-serif;
	color: #2D374D;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px Arial, Helvetica, sans-serif;
	color: #764B31;
	letter-spacing:.1em;
	line-height:16px;
	}

.calendarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #764B31;
	letter-spacing:.1em;
	}
	
	
.sidebarText {
	font:11px Arial, Helvetica, sans-serif;
	color: #E9EAE2;
	letter-spacing:.1em;
	line-height:18px;
	}
	
.box { 
  background: #0099ff; 
  margin:10px;
}
.boxtop { 
  background: url(images/ne.gif) no-repeat top right; 
}
.boxtop div { 
  height: 10px; 
  background: url(images/nw.gif) no-repeat top left; 
}
.boxbottom { 
  background: url(images/se.gif) no-repeat bottom right; 
}
.boxbottom div { 
  height: 10px; 
  background: url(images/sw.gif) no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 10px 0px 10px;
}
.footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #764b31;
	line-height: normal;
	padding-top: 5px;
}
.footerlinks a:hover {
	color: #764b31;
}

.bodylinks a:hover {
	color: #764b31;
}

.style2 {
	font-size: 14px;
	font-weight: bold;
}

li  {
        list-style-position: outside; list-style-type: square; margin-left: 1em;
	padding-left: 1em;
}