body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding: 0px;
	margin: 0px;
	/*	HAVE THE IMAGE AS A BACKGROUND	*/
	background-image: url("../images/home.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	/*	HAVE THE IMAGE AS A BACKGROUND	*/
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #7F2330;
	line-height: 110%;
	margin-top: 5px;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #7F2330;
	line-height: 110%;
	margin-top: 5px;
}

#secondcolor {
	color: #7F2330;
}

#subhead {
	font-size: smaller;
}

#subheadright {
	text-align: right;
	margin-top: -25px;
	margin-right: 20px;
}

div.nav {
	position: absolute;
	left: 10px;
	top: 80px;
	float: left;
	text-align: left;
	padding-right: 20px;
	margin-right: 20px;
	z-index: 3;
	width: 130px; /* Width of Menu Items */
	}
	
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	color: #FFFFFF;
	background: #7F2330; /* IE6 Bug */
	}
	
ul li ul {
	position: absolute;
	width: 210px; /* Width of Menu Items */
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #7F2330; /* IE6 Bug */
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	/*background: #002245;*/ /* IE6 Bug */
	padding: 5px;
	border: 1px solid #FFFFFF;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #000000; background: #FFFFFF; border: 1px solid #7F2330;} /* Hover Styles */
		
li ul li a { padding: 2px 5px;  background: #7F2330;} /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; background: #FFCC00;  } /* The magic */

/* Styles for Menu Items */
ul.bodytext li {
	text-decoration: none;
	color: #FFFFFF;
	padding: 6px;
	border: none;
	margin-left: 12px;
	}

ul.bodytext li a {
	text-decoration: none;
	padding: 0px;
	border: none;
	}

#cus-serv {
	position:absolute;
	left:0px;
	top:0px;
	width:126px;
	height:32px;
}

#topMenu {
	position:absolute;
	left:0px;
	top:0px;
	width:800px;
	height:60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	z-index: 0;
}

#topMenuLinks {
	position:absolute;
	left:0px;
	top:55px;
	width:800px;
	height:18px;
	padding-top: 5px;
	border-top: 2px solid #7F2330;
	border-bottom: 2px solid #7F2330;
	z-index: 3;
}

#topMenuLinks a {
	font-family: Arial, Helvetica, sans-serif;
	color: #7F2330;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	text-decoration: none;
}

#topMenuLinks a:hover {
	color: #FFFF00;
}

#bodyText {
	position:absolute;
	left:180px;
	top: 90px;
	width:380px;
	height:386px;
}

#bodyText ul {
	margin: 0;
	padding: 0;
	width: 380px; /* Width of Menu Items */
	}

#bodyText ul li {
	position: relative;
	color: #000000;
	background: #FFFFFF; /* IE6 Bug */
	border: none;
	}
	
	
#bodyText ul li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	background: #7F2330; /* IE6 Bug */
	width: 210px; /* Width of Menu Items */
	}

/* Styles for Menu Items */
#bodyText ul li a {
	color: #7F2330;
	text-decoration: none;
	}

#bodyText ul li a:hover { color: #000000; background: #FFFFFF;} /* Hover Styles */
		
#bodyText li ul li a { padding: 2px 5px;} /* Sub Menu Styles */
		
#bodyText li:hover ul, li.over ul { background: #FFCC00;  } /* The magic */


#newsText {
	position:absolute;
	left:590px;
	top: 80px;
	width:140px;
	height:386px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#newsText h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 110%;
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 140px;
	background-color: #7F2330;
	border-top: 2px solid #7F2330;
	border-bottom: 2px solid #7F2330;
}

#newsText ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 140px; /* Width of Menu Items */
	}

#newsText ul li {
	position: relative;
	color: #7F2330;
	background: #FFFFFF; /* IE6 Bug */
	}
	
#newsText ul li ul {
	position: absolute;
	width: 120px; /* Width of Menu Items */
	left: -119px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	background: #7F2330; /* IE6 Bug */
	}

/* Styles for Menu Items */
#newsText ul li a {
	display: block;
	text-decoration: none;
	color: #000000;
	/*background: #002245;*/ /* IE6 Bug */
	padding: 5px;
	border: 1px solid #FFFFFF;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#newsText ul li a:hover { color: #7F2330; background: #FFFFFF; border: 1px solid #7F2330;} /* Hover Styles */
		
#newsText li ul li a { color: #FFFFFF;  padding: 2px 5px;  background: #7F2330;} /* Sub Menu Styles */
		
#newsText li:hover ul, li.over ul { display: block; background: #FFCC00;  } /* The magic */

div.bottomMenu {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-align: center;
	line-height: 150%;
	color: #FFFFFF;
	float: none;
	clear: both;
	position: absolute;
	clear: both;
	top: 600px;
	left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 800px; /* Width of Menu Items */
	border-top: 2px solid #7F2330;
	border-bottom: 2px solid #7F2330;
	/* background-color: #14147A; */
	z-index: 2;
	}
	
div.bottomMenu a {
	font-size: 9px;
	float: none;
	text-decoration: none;
	font-weight: normal;
	color: #7F2330;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
div.bottomMenu a:hover {
	font-size: 9px;
	float: none;
	text-decoration: none;
	color: #000000;
	}
	
div.bottomCopyRight {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-align: center;
	color: #000000;
	float: none;
	position: relative;
	top: 10px;
	left: 0px;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 5px;
	padding-left: 5px;
	width: 800px; /* Width of Menu Items */
	z-index: 2;
	}
	
div.bottomCopyRight a {
	font-size: 9px;
	float: none;
	text-decoration: none;
	font-weight: normal;
	color: #999999;
	margin: 2px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
div.bottomCopyRight a:hover {
	font-size: 9px;
	float: none;
	text-decoration: none;
	color: #99CCFF;
	}

div.bodyText p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F2330;
	text-decoration: none;
}

p a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F2330;
	text-decoration: none;
}

p a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F2330;
	text-decoration: none;
}

p a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	border-bottom: thin solid #7F2330;
}

p a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

H3 a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F2330;
	text-decoration: none;
}

H3 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #7F2330;
	text-decoration: none;
}

H3 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	text-decoration: none;
	border-bottom: thin solid #7F2330;
}

H3 a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}


#Month {
	color: #FFFFFF;
	background-color: #7F2330;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#Days {
	color: #7F2330;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
}

#Dates {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#Dates P {
	color: #7F2330;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
}

#Dates P.number {
	color: #000000;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#Dates P a:link {
	color: #7F2330;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

#Dates P a:visited {
	color: #666666;
}

#Dates P a:hover {
	color: #330099;
}

#Dates P.numberdisabled {
	color: #AAAAAA;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}

