body {
	background-color: #000;	
	margin: 0px;
	padding: 20px 0px 0 px 0px;
	}

body, th, td, p, li, ul {
	font-family: "Times New Roman", Times, serif;  
	font-size: 14px; 
	font-weight: bold;
	color: #fff; 
	}

h1 {
	font-size: 24px;
	color: #fff;	
	}

h2 {
	font-size: 18px;
	color: #fff;
	}

a:link {
	font-weight: bold; 
	text-decoration: none; 
	color: #ffcc00;
	} 	
a:visited {
	font-weight: bold; 
	text-decoration: none; 
	color: #ffcc00;
	}	
a:hover {
	font-weight: bold; 
	text-decoration: underline; 
	color: #ffcc00; 
	}
	
a.titlelink:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: none; 
	color: #ffcc00;
	} 	
a.titlelink:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px; 
	text-decoration: none; 
	color: #ffcc00;
	}	
a.titlelink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration: underline; 
	color: #ffcc00; 
	}
	
a.catlink:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none; 
	text-transform: uppercase;
	color: #fff;
	} 	
a.catlink:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px; 
	text-decoration: none; 
	text-transform: uppercase;
	color: #fff;
	}	
a.catlink:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	text-decoration: none; 
	text-transform: uppercase;
	color: #fff; 
	}
	
.title {
	font-size: 14px;
	}
	
.textsmall {
	font-size: 12px;
	}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	}
	
.mainBackground {
	background: url(images/mainbg.gif) no-repeat bottom;
	}
		
.imageFloat {
	float: right;
	padding-left: 20px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 20px;
	}

.contactInput { 
	background-color: #ffffff; 
	border: 1px solid #999999;
	}

.mainBg {
	background: url(images/mainbg.gif) no-repeat top #993300;
	}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	border: 10px solid #ff9900;
	}
	
#footer {
	width: 960px;
	margin: 10px auto;
	text-align: left;
	position: relative;
	}
 