body {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background-attachment: fixed;
	background-image: url(../images/Background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #000000;
}

#Container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 744px;
	margin: auto auto auto -373px;
	text-align: center;
	border: 0px;
}

#ContentContainer {
	text-align: left;
	width: 744px;
	padding: 0px;
	left: 0px;
	top: 0px;
	margin: 97px 0px 0px 0px;
	background-color: #f8f8f8;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 745px;
	height: 97px;
}

#Footer		{
	background-color: #439e3a;
	width: 744px;
	left: 0px;
	top: 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
}
.Footer			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #ffffff; line-height:16px; }
.Footer a		{ color: #ffffff; text-decoration: underline; }
.Footer a:hover	{ color: #dae8bf; text-decoration: underline; }

#Navigation	{
	position: absolute;
	top: 77px;
	left: 0px;
	width: 745px;
	text-align: right;
	height: 12px;
	z-index: 2;
}

.Nav01			{ font-family: Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:10px; font-weight:bold; color:#ffffff; vertical-align:middle;}
.Nav01 a		{ color: #ffffff; text-decoration: none; }
.Nav01 a:hover	{ color: #ffffff; text-decoration: none; }
.Nav02			{ font-family: Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:10px; font-weight:bold; color:#e6d333; vertical-align:middle;}
.Nav02 a		{ color: #e6d333; text-decoration: none; }
.Nav02 a:hover	{ color: #e6d333; text-decoration: none; }
.Nav03			{ font-family: Verdana, Arial, Helvetica, sans-serif; text-transform:uppercase; font-size:10px; font-weight:bold; color:#edd9b7; vertical-align:middle; }
.Nav03 a		{ color: #edd9b7; text-decoration: none; }
.Nav03 a:hover	{ color: #edd9b7; text-decoration: none; }

.Sort			{ color:#000000; font-size:8px; }
.Sort a			{ color:#000000; }
.Sort a:hover	{ color:#000000; }
.SortOn			{ color:#000000; font-size:8px; }
.SortOn a		{ color:#FF0000; }
.SortOn a:hover	{ color:#FF0000; }

image			{ border-color:#8b95b1; }


.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}
