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

body {
	background:url(images/bg.jpg) #d9ecd9 no-repeat top center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.footertext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #3a626f;
	text-transform:uppercase;
	text-decoration:none;
}

.footertextlink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #3a626f;
	text-transform:uppercase;
	text-decoration:none;
}

.menubar {
	z-index:1;
	position:absolute;
	width:100%;
	top: 125px;
}

.innerboxstyle {
	background:url(images/boxbg.jpg) #3a626f bottom right no-repeat;
}

.outerboxstyle {
	background: rgba(58, 98, 111, 0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#993a626f,endColorstr=#993a626f);
	zoom: 1; 
}

.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#e1e1e1;
}
.linkbodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#e1e1e1;
	font-weight:bold;
	text-decoration:none;
}
.linkbodytext a:hover{
	text-decoration: underline;
}

.largebodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#e1e1e1;
}

.largebodytext a:hover{
	text-decoration: underline;
}

.schedulehome {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	font-weight:bold;
	color: #e1e1e1;
	text-transform:uppercase;
}

.pagetext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#e1e1e1;
}


.pageboldtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#e1e1e1;
	font-weight:bold;
}

.pagesmalltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #e1e1e1;
}


