*{
margin:0px;
padding:0px;
}

body{
	color:#FFF;
	background-color:#000;
	font-family:"Trebuchet MS",Tahoma,Verdana,Sans-Serif;
	text-align:left;
}
a:link{
	color:#CC0033;
	background-color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

a:visited{
	color:#CC0033;
	background-color:#FFFFFF;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	color:#CC0066;
	background-color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.base{
	margin:10px auto;
	color: #000;
	background-color:#FFF;	
	width:47em;
	min-height:50em;
}
/*  Internet Explorer ONLY  */
*html .base{
	margin:10px auto;
	color: #000;
	background-color:#FFF;	
	width:47em;
	height:50em;
}
/*  Internet Explorer ONLY  */
.header{
	height:14em;
	margin:2px auto;
	color: #000;
	background-color:#ffffff;
	background-image:url(headerimage.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	text-align:center;
}

.menu{
	border:4px solid #FFF;
	color: #FFF;
	background-color:#000;
	padding:10px 0px;
}

.menu span{
	font-weight:bold;
	margin-left:15px;
}

.menu span a{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	padding:8px;
}

.menu span a:visited{
	background-color:#000;
	color:#FFF;
	text-decoration:none;
	padding:8px;
}

.menu span a:hover{
	color:#000;
	background-color:#FFF;
}

.text{
	clear:both;
	margin:10px;
}

#top{
	color:#FFF;
	background-color:#000;
	letter-spacing:20px;
}

.text h2{
	padding:5px 0px 5px 10px;
	border-bottom:3px solid white;
	color:#FFF;
	background-color:#000;
	text-decoration:underline;
	margin-bottom:10px;
}

.text h3{
	padding: 5px 0px 5px 10px;
	color:#000;
	background-color:#FFF;
	margin-bottom:5px;
}

.text h4{
	padding: 5px 0px 0px 10px;
	color:#000;
	background-color:#FFF;
	margin-bottom:2px;
}

.text p{
	margin-bottom:15px;
}
p span{
	color:#CC0033;
	background-color:#FFFFFF;
	font-weight:bold;
	}
.last{
	padding: 0px 5px 20px 5px;
}

.copy{
	margin:19px auto;
	background-color:#000;
	color:#FFF;
	width:47em;
	text-align:center;
}

ul{
	color:#000000;
	background-color:#FFFFFF;
	list-style-type:none;
	padding:0px 5px 20px 5px;
}

td{
	border:1px solid #CC0033;
	padding: 10px 5px;
}