/* REDEFINE HTML
----------------------------------------------- */
	
body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff url('../graphics/bg.gif') repeat-y;
	font: 11px verdana, geneva sans-serif;
	color: #333;
	line-height: 14px;
	text-align: left;
	}
	
img {
	border: 0;
	margin: 0;
	padding: 0;
	}
		
a:link {
	color: #996600;
	text-decoration:underline;
	}
		
a:visited {
	color: #996600;
	text-decoration:underline;
	}
	
a:hover {
	color: #663300;
	text-decoration:underline;
	}
		
a:active {
	color: #663300;
	text-decoration:underline;
	}

	
/* STRUCTURE
----------------------------------------------- */	
	
#container {
	margin: 0;
	padding: 0;
	width: 858px;
}
	
	
.headerCountdown {
	font: 15px "Times New Roman", times, serif;
	font-weight: bold;
	line-height: 16px;
	color: #A20813;
	}	
	
.headerBlackNew {
	font: 14px Arial, Helvetica, serif;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	}
.headerBlackNew a:link, .headerBlackNew a:visited {
	color: #000;
	text-decoration: none;
	}
.headerBlackNew a:hover, .headerBlackNew a:active {
	color: #A20813;
	text-decoration:underline;
	}	
	
.headerBlack {
	font: 14px "Times New Roman", times, serif;
	font-weight: bold;
	line-height: 16px;
	color: #000;
	}
.headerBlack a:link {
	color: #000;
	text-decoration:underline;
	}		
.headerBlack a:visited {
	color: #000;
	text-decoration:underline;
	}
.headerBlack a:hover {
	color: #A20813;
	text-decoration:underline;
	}		
.headerBlack a:active {
	color: #A20813;
	text-decoration:underline;
	}	
	
.headerRed {
	font: 14px "Times New Roman", times, serif;
	font-weight: bold;
	line-height: 16px;
	color: #A20813;
	}	
.headerRed a:link {
	color: #A20813;
	text-decoration:underline;
	}		
.headerRed a:visited {
	color: #A20813;
	text-decoration:underline;
	}
.headerRed a:hover {
	color: #000;
	text-decoration:underline;
	}		
.headerRed a:active {
	color: #000;
	text-decoration:underline;
	}	
	
.reverse {
	color: #000;
	}
.reverse a:link {
	color: #000;
	text-decoration:underline;
	}		
.reverse a:visited {
	color: #000;
	text-decoration:underline;
	}
.reverse a:hover {
	color: #A20813;
	text-decoration:underline;
	}		
.reverse a:active {
	color: #A20813;
	text-decoration:underline;
	}
	
.reverseNew {
	color: #000;
	}
.reverseNew a:link {
	color: #000;
	text-decoration:none;
	}		
.reverseNew a:visited {
	color: #000;
	text-decoration:none;
	}
.reverseNew a:hover {
	color: #A20813;
	text-decoration:none;
	}		
.reverseNew a:active {
	color: #A20813;
	text-decoration:none;
	}	
	
	
.home {
	color: #000;
	}	
.home a:link {
	color: #A20813;
	text-decoration:underline;
	}
		
.home a:visited {
	color: #A20813;
	text-decoration:underline;
	}
	
.home a:hover {
	color: #000;
	text-decoration:underline;
	}
		
.home a:active {
	color: #000;
	text-decoration:underline;
	}	

.tableBorder {
	border-color: #333;
    border-width: 0 0 1px 1px;
    border-style: solid;
    border-collapse: collapse;
}
.tableBorder td {
	border-color: #333;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	font-size: 10px;
}
	
ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
li {
	margin: 0 0 8px 0;
	padding-left: 1.2em;
	border: 0;
	background: url('../graphics/bullet.gif') no-repeat top left;
}	

li ul {
	margin: 8px 0 8px 0;
	padding-left: 1.2em;
	background: none;
}

li ul li {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	background: none;
	list-style-type: circle;
}

.fireLines {
	margin: 0 0 8px 0;
	padding-left: 1.2em;
	border: 0;
	color: #fff;
	background: url('../graphics/bullet2.gif') no-repeat top left;
}
.fireLines a:link {
	color: #fff;
	text-decoration:underline;
	}		
.fireLines a:visited {
	color: #fff;
	text-decoration:underline;
	}
.fireLines a:hover {
	color: #f00;
	text-decoration:underline;
	}		
.fireLines a:active {
	color: #f00;
	text-decoration:underline;
	}
	
/* FOOTER STYLES
----------------------------------------------- */	

.footerOne {
	font-size: 10px;
	line-height: 14px;
	color: #FAECCB;
	}
.footerOne a:link {
	color: #FAECCB;
	text-decoration:underline;
	}		
.footerOne a:visited {
	color: #FAECCB;
	text-decoration:underline;
	}
.footerOne a:hover {
	color: #A20813;
	text-decoration:underline;
	}		
.footerOne a:active {
	color: #A20813;
	text-decoration:underline;
	}	
	

.footerTwo {
	font: 12px "Times New Roman", times, serif;
	line-height: 16px;
	color: #666666;
	}
.footerTwo a:link {
	color: #A20813;
	text-decoration:underline;
	}		
.footerTwo a:visited {
	color: #A20813;
	text-decoration:underline;
	}
.footerTwo a:hover {
	color: #333333;
	text-decoration:underline;
	}		
.footerTwo a:active {
	color: #333333;
	text-decoration:underline;
	}	
	
/* FORMS
----------------------------------------------- */

form {
	border: 0;
	margin: 0;
	padding: 0;
	}
			
input {
	font: 10px arial, geneva, verdana, sans-serif;
	}
			
select {
	font: 11px arial, geneva, verdana, sans-serif;
	}
			
textarea{
	font: 11px arial, geneva, verdana, sans-serif;
	}
	
/* ADMIN STYLES
----------------------------------------------- */	

.admin {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	}
.admin a:link {
	color: #A20813;
	text-decoration:none;
	}		
.admin a:visited {
	color: #A20813;
	text-decoration:none;
	}
.admin a:hover {
	color: #A20813;
	text-decoration:underline;
	}		
.admin a:active {
	color: #A20813;
	text-decoration:underline;
	}	
	

.admin2 {
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	}
.admin2 a:link {
	color: #333333;
	text-decoration:none;
	}		
.admin2 a:visited {
	color: #333333;
	text-decoration:none;
	}
.admin2 a:hover {
	color: #A20813;
	text-decoration:underline;
	}		
.admin2 a:active {
	color: #A20813;
	text-decoration:underline;
	}		

/* added for CMS */
.error-message {
	color: #FF0000;
	}		