body{
	background-color: #D5C8A9;
	font-family: arial, veranda, helvetica;
	margin: 0px;
}

a{
	color: #32702B;
	text-decoration: underline;
}

a:hover{
	color: #004000;
	text-decoration: underline;
}

h1{
	color: #32702B;
	font-size: 20px;
	line-height: 5px;
	line-height: expression("20px");
}

#Container{
	margin: 0px auto;
	width: 800px;
	text-align: center;
}

#Global {
	width: 792px;
	float: left;
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	margin-bottom: 5px;
}

#Nav{
	width: 797px;
	float: left;
	height: 26px;
	background-image: url(/tawascreek/images/navbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 2px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

#Nav a{
	color:#ffffff;
	text-decoration: none;
}

#Nav a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#Header {
	width: 800px;
	float: left;
	margin-bottom: 2px;
	text-align: left;
}

#MainImage{
	float: left;
	width: 596px;
	margin-right: 1px;
	height: 168px;
}

#Logo{
	float: left;
	width: 200px;
	height: 168px;
}

#MainBody{
	width: 800px;
	float: left;
	text-align: left;
	font-size: 12px;
}

#Content{
	width: 581px;
	width: expression("596px");
	float: left;
	background-color: #ffffff;
	border: 1px solid #B2A37E;
	margin-right: 2px;
	padding: 6px;
	min-height: 450px;
	height: expression("450px");
}

#RightSide{
	width: 192px;
	width: expression("198px");
	float: left;
	background-color: #E1D6BC;
	border: 1px solid #B2A37E;
	padding: 3px;
	text-align:center;
	min-height: 300px;
	height: expression("300px");
}

#Footer{
	clear: both;
	text-align: center;
	width: 800px;
	font-size: 10px;
}

#Footer a{
	color: #71571C;
	text-decoration: underline;
}

#Fooer a:hover{
	color: #71571C;
	text-decoration: underline;
}

#Heading{
	width: 100%;
	border-bottom: 1px solid #B2A37E;
	height: expression("20px");
}

#Menu{
	padding: 5px;
}

.rightFeature{
	padding: 3px;
	margin-bottom: 5px;
	text-align: left;
	border-bottom: 1px solid #B2A37E;
}

.rightFeature a{
	color:#000000;
	text-decoration: none;
}

.rightFeature a:hover{
	color:#000000;
	text-decoration: none;
}

.navBreak{
	font-size: 12px;
	color:#B2A37E;
}

.subheader {
	font-size: 15px;
	font-weight:bold;
	color: #32702B;
}

/* --- CALENDAR --- */
#CalendarHeader {
}
#CalendarHeader .month {
	font-size: 16px;
	font-weight: bold;
	color: #1E411A;
}
#Calendar {
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
#Calendar td {
	padding-right: 1px;
	font-size: 10px;
	vertical-align: top;
	border-left: 1px solid #000000;
	background-color: #E1D6BC;
	border-top: 1px solid #000000;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #1E411A;
	color: #ffffff;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/*End Calender */
