@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url(../_i/page_tile.png) repeat-x;
}

#topper {
	background: url(../_i/topper.png) repeat-x;
	height: 122px;
	position: relative;
	width: 100%;
	float: left;
}

#site {
	top: 0px;
	left: 0px;
	position: relative;
	width: 950px;
	height: auto;
	margin: 0px auto 0px auto;
	text-align: center;
	background: #FFFFFF;
}

#header {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	text-align: left;
}

#content {
	top: 0px;
	left: 0px;
	position: relative;
	width: 910px;
	height: auto;
	margin: 20px auto 0px auto;
	text-align: left;
}

#content_cal_header {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: 40px;
	background-color: #B9B99F;
	color: #003366;
}

#content_cal_header_left {
	top: 0px;
	left: 0px;
	position: relative;
	width: 40%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	float: left;
	padding: 5px 10px 0px 10px;
}

#content_cal_header_right {
	top: 0px;
	right: 0px;
	position: absolute;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	padding: 5px 10px 0px 10px;
}

#content_cal_header_right img {
	padding: 0px 10px;
}

.cal_header_text {
	font-size: 12px;
	padding: 0px 10px 0px 5px;
	white-space: nowrap;
	text-align: left;
	text-transform: uppercase;
}

.cal_left_arrow {
	padding-left: 15px;
}

.cal_table {
	background-color: #E4E4DA;
	color: #01316F;
	font-size: 18px;
	text-transform: uppercase;
}

.cal_column_header {
	width: 129px;
	padding: 10px 0px 0px 7px;
}

.cal_date {
	padding: 5px 0px 3px 7px;
}

.cal_date_non {
	color: #B9B99F;
}

.cal_date_sel {
	color: #F29217;
}

.cal_date_cur {
	color: #003366;
}

#cal_content_rows {
	vertical-align: top;
}

#cal_content_rows ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#cal_content_rows li {
	font-size: 12px;
	text-transform: none;
	padding: 0px 4px 0px 7px;
	margin: 4px 15px 10px 0px;
	width: 105px;
}

#cal_content_rows a {
	color: #003366;
}

#cal_content_rows a:hover {
	text-decoration: none;
}

#cal_content_rows img {
	padding-right: 10px;
}








#content_header {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: 40px;
	background-color: #70A9DC;
	color: #FFFFFF;
}

#content_header_left {
	top: 0px;
	left: 0px;
	position: relative;
	width: 40%;
	height: auto;
	font-size: 25px;
	font-weight: bold;
	float: left;
	padding: 5px 10px 0px 10px;
}

#content_header_right {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	padding: 10px 10px 0px 10px;
}

#content_body {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
}

#content_body_left {
	width: 650px;
	padding: 10px 30px 10px 10px;
	vertical-align: top;
	border-bottom: 1px solid #B9B99F;
}

#content_body_left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #F29217;
	text-transform: uppercase;
	margin-bottom: 5px;
	padding-top: 0px;
	margin-top: 0px;
}

#content_body_left a {
	color: #003366;
}

#content_body_left a:hover {
	text-decoration: none;
}

#content_body_right {
	background-color: #E4E4DA;
	width: 260px;
	vertical-align: top;
	border-bottom: 1px solid #B9B99F;
	padding: 10px 10px 10px 10px;
}

#content_body_right h2 {
	font-size: 18px;
	font-weight: bold;
	color: #01316F;
	margin: 0px;
	padding: 0px 0px 5px 0px;
}

#content_body_right a {
	color: #003366;
}

#content_body_right a:hover {
	text-decoration: none;
}

#footer {
	top: 0px;
	left: 0px;
	position: relative;
	width: auto;
	height: auto;
	padding: 5px 0px 5px 10px;
}

#footer a {
	color: #003366;
}

#footer a:hover {
	text-decoration: none;
}

#footer_right {
	top: 0px;
	right: 0px;
	position: absolute;
	width: 200px;
	height: auto;
	float: right;
	display: inline;
	text-align: right;
	padding: 5px 0px 5px 10px;
}

#footer_right a {
	color: #F29217;
	text-decoration: none;
}

#footer_right a:hover {
	text-decoration: underline;
}

