BODY{
	font-family: Arial, Helvetica, sans-serif;
	margin-top:0px;
	margin-left:0px;
	background-color:#7d0101;
	color: #5f0101;	
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	}
.maintable {
	background-image: url(images/default/pg_bg.gif);
	padding: 30px;		

background-repeat: repeat-x;
	background-color: White;
	}

.footer {
	color:  #FFDDDD;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding-top: 6px;
	padding-bottom: 6px;
} a.footer:link {	
	color: #FFDDDD;
	text-decoration: underline;	
} a.footer:visited {
	color: #FFDDDD;
	text-decoration: underline;	
} a.footer:active {
	color: #FFDDDD;
	text-decoration: underline;	
} a.footer:hover {
	color: #FFDDDD;
	text-decoration: underline;	
}

.topnav{
	background-image: url(images/default/topnav_bg.gif);
	height: 30px;
	padding-left: 16px;
}

.copy,OL,LI{
	color: #5f0101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 17px;
} a.copy:link {	
	color: #5f0101;
	text-decoration:underline;	
} a.copy:visited {
	color: #5f0101;
	text-decoration:underline;
} a.copy:active {
	color: #5f0101;
	text-decoration:underline;
} a.copy:hover {
	color: #5f0101;
	text-decoration: underline;	
}

.link{	
	color: #5f0101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
} a.pink:link {	
	color: #5f0101;
	text-decoration: underline;	
} a.pink:visited {
	color: #5f0101;
	text-decoration: underline;	
} a.pink:active {
	color: #5f0101;
	text-decoration: underline;	
} a.pink:hover {
	color: #5f0101;
	text-decoration: underline;	
}

H1{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 18pt;
	color: #5f0101;
}H2{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 18pt;
	color: #5f0101;
}H3{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 16pt;
	color: #5f0101;
}H4{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 14pt;
	color: #5f0101;
}H5{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 12pt;
	color: #5f0101;
}
.homepagerighthand{
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 9pt;
	color: #5f0101;
} a.homepagerighthand:link {	
	color: #5f0101;
	text-decoration: underline;	
} a.homepagerighthand:visited {
	color: #5f0101;
	text-decoration: underline;	
} a.homepagerighthand:active {
	color: #5f0101;
	text-decoration: underline;	
} a.homepagerighthand:hover {
	color: #5f0101;
	text-decoration: underline;	
}

.hourbox{
	background-color: #5f0101;
	padding: 5px;
	color: White;
	text-align: center;
}



.question{
	color: #5f0101;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}




#slider1 {
    width: 780px; /* important to be same as image width */
    height: 280px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#slider1Content {
    width: 780px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image {
    float: inherit;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 0px 0px;
    width: 780px;
    background-color: #000;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
	-khtml-opacity: 0;
    opacity: 0;
    color: #fff;
    display: none;
}
.clear {
	clear: both;
}
.slider1Image span strong {
    font-size: 14px;
}
.left {
	top: 0;
    left: 0;
	width: 0px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 0px !important;
	height: 280px;
}
ul { list-style-type: none;
margin:0;
padding:0;}



