@charset "utf-8";
/* CSS Document */

#mainWrapper {
}
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #FED475;
	background-image: url(images/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
#mainContent {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 64px;
}
.nav_main {
	color: #FFF;
	background-color: #AD1F23;
}
#mainWrapper #mainContent table tr .footer {
	font-size: .75em;
	font-weight: bold;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer a {
	color: #000;
	text-decoration: none;
}
.footer a:hover {
	color: #AD1F23;
	text-decoration: underline;
}
.header_logo {
	color: #FFF;
	background-color: #000;
}
.header_images {
	color: #FFF;
	background-color: #000;
}
.content_area {
	color: #FFF;
	background-color: #000;
	padding-right: 50px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_area p {
	font-size: 13px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.floatR {
	float: right;
	padding-bottom: 10px;
	padding-left: 20px;
}
.underline {
	text-decoration: underline;
}
.color_gold {
	color: #FED475;
}
.section {
	margin-top: 20px;
}
.content_area a {
	color: #FFF;
	text-decoration: underline;
}
.content_area a:hover {
	color: #FED475;
	text-decoration: none;
}


#calendarWrapper {
	background-color: #FFF;
	background-image: url(images/calendar/calendar_bkg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #333;
}
#calendarWrapper #header {
	font-size: 18px;
	font-weight: normal;
	color: #FFF;
	background-image: url(images/calendar/header_bkg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	height: 43px;
	letter-spacing: 1px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#calendarWrapper table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9B9B9;
}
#calendarWrapper #calendarContent {
	padding-bottom: 20px;
	padding-left: 20px;
	height: 270px;
	overflow: auto;
}
#calendarContent table tr td p {
	padding: 0px;
}
#calendarContent table tr td p strong {
	text-transform: uppercase;
}
.border-btm-black {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.border-top-black {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.color_red { color: #AD1F23; }

