a.bottomLink{
	color:white;
	text-decoration:none;
}

a.bottomLink:hover{
	color:silver;
	text-decoration:underscore;
}

a.menuLink{
	color:white;
	font-weight:bold;
	text-decoration:none;
}

a.menuLink:hover{
	color:silver;
	font-weight:bold;
	text-decoration:none;
}

a.siteLink{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:underscore;
}

a.siteLink:hover{
	color:silver;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

body{
	background-color:#CC0000;
	color:white;
	text-align:center;
	font-family:verdana;
	font-size:12px;
	margin:0px;
	border:solid 0px;
	padding:0px;
	overflow-x:hidden;
}

h1{
	font-size:20px;
	text-align:center;
}

h2{
	font-size:14px;
	text-align:center;
}

h3{
	font-size:18px;
	text-align:center;
}

table.menuBox{
	font-size:11px;
	color:white;
	width:700px;
	text-align:center;
}

td.menuCell{
	background-color:#990033;
	border:solid 1px white;
}
/* begin ID's */
#top{
	background-color:#CC0000;
	width:90%;
	height:50%;
	text-align:left;
	padding-top:1%;
	padding-left:5%;
	padding-right:5%;
	padding-bottom:2%;
}

#center{
	background-color:white;
	width:100%;
	text-align:center;
}

#menu{
	background-color:#990033;
	color:white;
	width:100%;
	height:2%;
	text-align:center;
}

#bottom{
	z-index:2;
	background-color:#CC0000;
	width:100%;
	height:33%;
	padding-top:3%;
}
#copy{
	z-index:2;
	background-color:#ffffff;
	width:100%;
	
}
