html { height: 100%; }

body {
	height: 100%;
	background-color: #EFEFEF;
	background-position: top center;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 75%;
	background-repeat: repeat-y;
	margin: 0px;
	color: #FF3300;
	text-align: center;
}

#mainContainer {
	border: 0px solid #3d3d3d;
	background-repeat: repeat-y;
	margin: 10 auto;
	width: 896px;
	padding: 10;
	text-align: left;
	background-color: #666666;
	background-image: url(content_shadow_pics.png);
	}

.left { float: left; }
.right { float: right; }

/*===================================*/

#navigation {
	background-color: #47526a;
	background-image: url(navigation_main_2.png);
	height: 32px;
	margin: 0;
	padding: 0;
	}

#topShadow {
	height: 20px;
	margin: 0;
	padding: 0;
	background-repeat: repeat-x;
	background-image: url(bottom_shadow.png);
	}

/*===================================*/

#content {
	line-height: 20px;
	word-spacing: 2px;
	text-align: justify;
	width: 855px;
	float: left;
	position: relative;
	margin-bottom: 1px;
	padding-left: 20px;
	margin-right: 18px;
	height: 100%;
	}


#content .box {
	padding: 0 16px;
	margin-bottom: 16px;
	background-color: #efefef;
	text-decoration: none;
}
.calendar_image {
	float: none;
}


#mainContainer #content .box #div .box .content_home {
	font-family: "Times New Roman", Times, serif;
	line-height: normal;
	color: #990000;
	text-align: center;
}



#content .spacer {
	background-image: url(sidebar_spacer.png);
	height: 5px;
	margin: 0;
	padding: 0;
}
#mainContainer #content .box .table_calendar_date a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
}

.content_image {
	margin: 0px 5px 5px 0px;
	padding: 0px 10px 0px 0px;
	float: left;
}



#content h2 {
	font-size: 24px;
	font-weight: bold;
	color: #990000;
	margin: 0 0px 0 0;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
	}

#content h2 a { text-decoration: none; font-weight: bold; }
	
#content h3 {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 0 10px 0 0;
	}

#content a {
	color: #990000;
	text-decoration: none;
}
#content a:hover {
	color: #CC6600;
	font-weight: bold;
	text-decoration: none;
}
#content img.border { padding: 1px; border: 1px solid #3e3e3e; margin-left: 8px; margin-right: 8px; }

/*===================================*/
	
#bottomShadow {
	height: 15px;
	margin: 0;
	padding: 0;
	clear: both;
	position: relative;
	width: 10px;
	}

#footer {
	background-image: url(footer_main_4.png);
	height: 32px;
	margin: 0;
	padding: 0px 0px 0px 0px;
	clear: both;
	position: relative;
	background-repeat: repeat-x;
	font-size: 80%;
	line-height: 32px;
	}

#footer .box {
	text-align: center;
	margin: 0;
	padding-top: 1px;
	font-size: 9px;
	font-style: normal;
	}

#footer a {	color: #CCFFFF; }
#footer a:hover {
	color: #FF6600;
}
.footer_text {
	color: #CCCCCC;
	font-size: 7pt;
}
.content_note {
	font-size: 8pt;
	font-style: italic;
	color: #000099;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#popup {
	position:absolute;
	width:267px;
	height:156px;
	z-index:2;
	overflow: auto;
	background-image: url(popup_orange.png);
	background-repeat: no-repeat;
	left: -192px;
	top: 286px;
	padding-left: 10px;
	padding-top: 10px;
	visibility: hidden;
}
#btn_close {
	position:absolute;
	width:28px;
	height:28px;
	z-index:1;
	left: 236px;
	top: 3px;
	background-image: url(btn_close_off.png);
	background-repeat: no-repeat;
}
#mainContainer #navigation.Text {
	font-size: 20px;
	color: #00CCFF;
	height: 24px;
	padding: 4px;
	text-transform: uppercase;
	text-align: center;
	width: 886px;
}
