body {
font-family: Arial;
font-size: .8em;
}

div.top{
	background-image: url(images/middle.gif);
	background-repeat: repeat-x;
	height: 88px;
	width: 100%;
}
span.toptext{
	font-weight:bold;
	text-align: center; 
	display:block;
	position: relative;
	top: 30px;
}
 
.topback{
width:100%;
height:53px;
background:url('images/continuation.gif');
background-repeat: repeat-x;

}
A:link {text-decoration: underline; color:#b72126 }
A:visited {text-decoration: underline; color:#b72126}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: #b72126;}
.maintext{
position: absolute;
top:200px;
left:280px;
width:700px;
}

.redname{
        font-weight: bold;
        color:#b72126;
}
.orange{
color:#f2dd70;

}

span.black{
        font-weight: bold;
        font-family: Arial;
        font-size: 2em;

}

span.red{
	color:#b72126;	
        font-weight: bold;
        font-family: Arial;
        font-size: 2em;

}

#menu {
position:absolute; 
TOP:150px; 
LEFT:20px;
}
#menu ul{
list-style-type: none;
}
#menu li:hover{
list-style-image: url(images/button.jpg);
}
#menu a{
	display:block;
	margin: 1em 0;
	color:white;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial;
	font-size: 0.8em;
	width:150px;
	
}

#menu a:hover{
        background: url(images/button.jpg) no-repeat left;
color: #f2dd70;

}


#menu a.onpage span{
background: url(images/button.jpg) no-repeat left;
color: #f2dd70;

}
.darkRow{
        background-color:#747170;
        }
