body {
	background: #404040;
}
body, TD {
	font-family: garamond, times new roman, sans serif, arial;
	font-size: 10pt;
}

 

#frame {
	margin-top: 50px;
	width: 700px;
	height: 550px;
	background:#c4bfa2;
	border: 1px solid black;
	padding: 0px;
	margin-left: 0px;
}


#menu {
	background: #8d8669;
	border-bottom: 1px solid black;
}
#menu .runner {
	background: #c4bfa2;
	height: 26px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#menu A {
	color: black;
	text-decoration: none;
}
#menu A:hover {
	color: #b7b403;
}


.blackborder {
	1px solid black; 
}
.burgandyfield {
	background-image: url(images/fieldburg.png);
	height: 205px;
	width: 234px;
	font-size: 10pt;	
	font-weight: normal;
	font-family: garamond, times new roman, sans serif, arial;
	color: white;
	border-bottom: 1px solid black;
}
.burgandyfield .text {
	padding-left: 10px;
}
.burgandyfield .emphasized {
	color: #b7b403;
	font-weight: bold;
}
.burgandyfield A {
	color: white;
	text-decoration: none;
}


form label{
	display:block;
	float:left;
	width:100px;
	text-align:right;
	margin:0px 5px 0px 0px;
}


#messagebar {
	background-color: #4C292B;
	font-weight: bold;
	color: #b7b403;
	line-height: 1.5em;
	font-size: 1.4em;
	width: 100%;
}