html {
	height:100%;
	margin:0;
	}

body {
	margin:0;
	background:#eee7ce url(../images/mainbg.jpg) center top repeat-y;
	height:100%;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
h1,h2 {
	color:#152c5f;
	font-size:27px;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
h2 {
	color:#215f15;
	font-size:16px;
	margin:3px 0 15px;
	font-weight:bold;
	}
	
.left-box h1 {
	color:#215f15;
	font-size:14px;
	margin:3px 0 -3px;
	font-weight:bold;
	}
	
.left-box h2 {
	color:#152c5f;
	font-size:18px;
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	}
	
#main {
	width:894px;
	margin:0 auto;
	height:100%;
	background:#FFF;
	}
	
#wrap {
	width:100%;
	background:url(../images/bg.jpg) top center no-repeat;
	height:100%;
	}
	
#top {
	background:url(../images/welcome-to.jpg) no-repeat;
	height:24px;
	width:100%;
	text-align:right;
	padding:12px 0 0;
	}
	
#top a {
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	padding:0 8px;
	font-size:11px;
	}
	
#top a:hover {
	text-decoration:underline;
	}
	
#nav {
	height:41px;
	background:#000;
	width:100%;
	}
	
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	}
	
#nav ul li {
	float:left;
	}
	
#nav ul li a {
	color:#FFF;
	font-size:15px;
	text-decoration:none;
	display:block;
	padding:11px 8px 4px;
	margin:0 16px;
	}
	
#nav ul li a:hover {
	border-bottom:4px solid #2f7419;
	}
	
#content {
	width:880px;
	padding:7px;
	background:#FFF;
	}
	
#left-col {
	width:280px;
	height:630px;
	background:url(../images/left-col-bg.jpg) no-repeat;
	float:left;
	}
	
.left-box {
	width:245px;
	margin:0 auto 25px;
	}
	
.left-box a {
	color:#524312;
	font-size:10px;
	text-decoration:underline;
	}
	
.left-box form {
	margin:3px 0 0;
	padding:0;
	}
	
#search #searchName {
	width:168px;
	margin:0;
	padding:0;
	}
	
#search .button {
	width:63px;
	height:19px;
	color:#FFF;
	font-weight:Bold;
	background:url(../images/search-bg.gif);
	border:1px solid #8e8c83;
	}
	
#calendar {
	margin-bottom:23px;
	}
	
#calendar div.dates{
	background:url(../images/calendar-bg.gif) repeat-x;
	width:100%;
	height:180px;
	margin:5px 0 5px;
	border-bottom:1px solid #e5e5e5;
	display:block;
	}
	
#calendar span {
	text-align:right;
	color:#524312;
	display:block;
	}	
	
#right-col {
	width:600px;
	float:left;
	}
	
#text {
	padding:15px;
	font-size:11px;
	color:#2a2a2a;
	line-height:21px;
	}
	
#text p {
	margin:0 0 15px;
	padding:0;
	}
	
#bottom {
	clear:both;
	color:#a8a8a8;
	font-size:11px;
	border-top:1px solid #c7c7c7;
	padding:8px 6px;
	}
	
#bottom a {
	color:#a8a8a8;
	text-decoration:none;
	padding:0 10px;
	}
	
#bottom a:hover {
	text-decoration:underline;
	}
	
#bottom span {
	margin:0 142px 0 0;
	}
	
/*** CALENDAR STUFF ***/
	
.grid th {
	color:#9a874a;
	font-size:10px;
	text-align:center;
	padding:0;
	}
	
.grid th.cal_top {
	color:#524312;
	padding:10px 0;
	font-size:12px;
	}
	
.grid th.cal_top a {
	color:#524312;
	text-decoration:none;
	padding:0 20px;
	}