body {
	background: url(body.gif) repeat-y center;
	color: #492A1F;
	font-family: verdana, sans-serif;
	font-size: 12.5px;
	margin: 0;
	padding: 0;
	text-align:center;
	}
	
#header {	
	height: 160px;	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:778px;
	}
	
#flashheader {
	margin: 0;
	padding: 0;
	}

#fade {
	background: url(fade.gif) no-repeat top left;
	border-collapse: collapse;
	height: 21px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	}
	
#content {
	font-family: verdana, sans-serif;
	font-size: 12.5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	}
	
#content td {
	color: #492A1F;
	padding: 0 15px;
	}

#content td p {
	line-height: 17.5px;
	}
	
h1 {
	border-bottom: 1px solid #926F65;
	color: #8F523D;
	font-family: verdana, sans-serif;
	font-size: 20px;
	padding-bottom: 3px;
	}

table, td, p, input, select, checkbox, textarea {
	font-family: verdana, sans-serif;
	font-size: 12.5px;
	}
	
#footer {
	font-family: verdana, sans-serif;
	font-size: 12.5px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 770px;
	}
	
#footer td {
	color: #492A1F;
	padding: 0 15px;
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	}

#footer ul, #footer li {
	list-style-type: none;
	display: inline;
	margin: 0; 
	padding: 0;
	}
	
#footer li {
	border-left: 1px solid #926F65;
	padding-left: 8px;
	padding-right: 4px;
	}
	
#footer li.first {
	border-left: 0;
	padding-left: 0;
	}
	
#footer li.last {
	padding-right: 0;
	}
	
#footer div {
	border-top: 1px solid #926F65;
	padding-top: 5px;
	}
	
a {
	color: #D20700;
	text-decoration: underline;
	}
	
a:hover {
	color: #F7EB00;
	text-decoration: underline;
	}
	
form {
	margin: 0px;
	padding: 0px;
	}
	
#CalendarMonth {
	font-family: verdana;
	font-size: 12.5px;
	font-weight:bold;
	text-decoration: none;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	}

#CalendarMonth a:active, #CalendarMonth a:visited, #CalendarMonth a:link, #CalendarMonth a:hover {
	text-decoration: none;
	color: #000000;
	}

#CalendarMonth select {
	font-family: verdana;
	font-size: 12.5px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-right: 10px;
	}

/*---------------------------*/

#CalendarTable {
	border-collapse: collapse;
	width: 100%;
	}
	
#CalendarTable a:active, #CalendarTable a:visited, #CalendarTable a:link, #CalendarTable a:hover {
	text-decoration: underline;
	color: #000000;
	}

#CalendarTable th {
	border: 1px solid #000000;
	font-family: verdana;
	font-size: 12.5px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	background-color: #8F523D;
	width: 14%;
	}

#CalendarTable td {
	border: 1px solid #000000;
	font-family: verdana;
    font-size: 11px;
    color: #000000;
	height: 100px;
	padding-left: 5px;
	vertical-align: top;
	}

/*---------------------------*/

#CalendarCurrentDay {
	background-color: #8F523D;
	}

#CalendarCurrentDay  a.CalendarCurrentDay:active, #CalendarCurrentDay a.CalendarCurrentDay:visited, #CalendarCurrentDay a.CalendarCurrentDay:link, #CalendarCurrentDay a.CalendarCurrentDay:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

/*---------------------------*/

#CalendarOtherDay {
	background-color: #B79385;
	}

a.CalendarOtherDay:active, a.CalendarOtherDay:visited, a.CalendarOtherDay:link, a.CalendarOtherDay:hover {
	text-decoration: underline;
	}

/*---------------------------*/

#CalendarNotDay {
	background-color: #926F65;	
	}
	
	
