body {
	background-color:#1E411A;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0px;
}

a{
	color: #000000;
	text-decoration: none;
}

a:hover{
	color: #000000;
	text-decoration: underline;
}

h1 {
	color: #1E411A;
}

#Container {
	width: 775px;
}

#TopLinks {
	width: 775px;
	float: left;
	text-align: right;
	color: #ffffff;
	font-size: 12px;
}

#TopLinks a{
	color:#ffffff;
	text-decoration:none;
}

#TopLinks a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#Header {
	width: 775px;
	float: left;
	height: 177px;
	text-align: left;
	/*background-image: url(/images/main1.jpg);*/
	background-repeat:no-repeat;
}

#Nav{
	width: 775px;
	float:left;
	background-image: url(/images/navbg.jpg);
	background-repeat:repeat-x;
	height: 26px;
	font-size: 13px;
	font-weight: bold;
}

.Navigation {
	margin-top: 5px;
}

#MainBody {
	width: 775px;
	float: left;
	background-color: #D5C8A9;
	font-size: 12px;
	color: #000000;
}

#LeftSide {
	width: 180px;
	padding: 5px;
	float: left;
	text-align: left;
}

#Content {
	width: 540px;
	float: left;
	text-align: left;
	font-size: 12px;
	padding: 5px;
}

#Content a{
	color: #5D4D28;
	text-decoration: underline;
}

#Content a:hover {
	color:#5D4D28;
	text-decoration:underline;
}

#Footer {
	clear:both;
	font-size: 10px;
	color: #BEBEBE;
}

#Footer a{
	color:#BEBEBE;
	text-decoration: none;
}

#Footer a:hover{
	color:#BEBEBE;
	text-decoration: underline;
}

.Field {
	border: 1px solid black;
	background-color: #ffffff;
}

.FormButton {
	border: 1px solid black;
	background-color: #5D4D28;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}

.subheader {
	font-size: 15px;
	font-weight:bold;
	color: #1E411A;
}

.header {
	border-bottom: 1px solid #C1AB75;
	width: 97%;
	font-size: 18px;
	font-weight: bold;
	color:#1E411A;
}

/* --- 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;
	border-top: 1px solid #000000;
}
#Calendar .weekdays td {
	font-size: 13px;
	background: #C1AB75;
	color: #ffffff;
}
#Calendar .cellback {
	height: 60px;
	width: 1px;
	float: left;
}
* html #Calendar .cellback {
	margin-left: -5px;
}
/*End Calender */
