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

body {
	margin:35px 0 0 0;
	background:url(../images/page_bg.jpg) #929CA9 repeat-x top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#373737;
	line-height:20px;
	text-align:justify;
}
h1 {
	background:url(../images/bullet_hd.jpg)  no-repeat left center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	text-decoration:none;
	color:#AA002A;
	line-height:35px;
	padding-left:60px;
	margin:10px 0 10px 0;
}

h2 {
	background:url(../images/arrow.gif)  no-repeat left center;
	font-size:14px;
	padding-left:20px;
	text-decoration:none;
	color:#373737;
	line-height:26px;
	margin:0;
}

.block_right {
	background:url(../images/block_right.jpg) no-repeat left;
	width: 10px;
	height: 69px;
}

.block_left {
	width: 204px;
	height: 69px;
}

.block_bottom {
background:url(../images/block_footer.jpg) no-repeat top;
height: 9px;
}

.black_bg {
	background-color: #000000;
	height: 4px;
}

.midtd { 
	background-color: #FFFFFF;
	padding:0 14px 0 14px;
}
.maroontxt {
color: #AA002A;
font-weight:bold;
}
.spc10 {
	width: 10px;
}

.imgbrd {
	border: solid 1px #CFCFCF;
}

.marginul ul{
	margin: 0;
	margin-top:10px;
}

.margin li{
	margin: 5px 0 5px 0;
}


/**** Classes for menu ***/
.menu_td {
	background-color: #FFFFFF;
	height: 69px;
}

.button{
float:left;
width:100%;
font-size: 16px;
line-height:normal;
border-bottom: 0px solid #dcc208; /*Add border strip to bottom of menu*/
}

.button ul{
list-style-type: none;
float:right;
width:auto;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.button li{
display:inline;
margin:0;
padding:0;
}

.button a{
float:left;
width:auto;
background:url(../images/button_left.jpg) no-repeat left bottom;
margin:0;
margin-left: 3px; /*spacing between each tab*/
padding:0 0 0 4px;
text-decoration:none;
}

.button a span{
float:left;
width:auto;
display:block;
background:url(../images/button_right.jpg) no-repeat right bottom;
padding: 8px 14px 8px 10px;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#9D0027;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.button a span {float:none;width:auto;}
/* End IE5-Mac hack */

.button a:hover span {
color: black;
}

/**** End of menu ***/

/**** Calendar relative classes ***/
.calen {
	border: solid 1px #9D0027;
}

.calen td {
	width: 120px;
	height: 90px;
	background-color:#D9D1D3;
	vertical-align:top;
	font-weight: bold;
	color: #550000;
	padding: 2px;
}

.calen td.hdr {
	width: 120px;
	height: 24px;
	background-color:#997878;
	font-weight: bold;
	color: #FFFFFF;
	text-align:center;
}

.calen td.evntday {
	width: 120px;
	height: 90px;
	background-color:#DCBEC2;
	vertical-align:top;
	font-weight: bold;
	color: #550000;
	text-align:left;
}

.calen .evnttxt {
	font-weight:normal;
	font-size:11px;
}
/**** End of Calendar ***/

.footer {
	height:50px;
	font-size:11px;
	color:#E5E5E5;
}	

.footer a{
	color:#AA002A;
	text-decoration:none;
}	

.footer a:hover{
	color:#000000;
	text-decoration:underline;
}	