html, body {	
	margin: 0px; 	
	background-color: #851717;
	font-family: arial;
	font-size: 14px;
	color: #532424;
	text-align: center;
}
a {
	font-family: arial;
	font-size: 12px;
}
h1 {
	font-family: arial;
	font-size: 24px;
	border-bottom: 1px solid #E1E1E1;	
	color: #532424;
	margin-bottom: 12px;
	font-weight:normal;
	line-height:34px;
}
table {	
	margin: 0 0 0 0; 		
	font-family: arial;
	font-size: 14px;
	color: #532424;
}
table .body {	
	margin: 0px; 
	padding: 0px;	
}
.image { 
	border-color: #AF0000; border-width: 4px; 
}
ul.arrowlist { 	 
	margin-left:30px; 
	padding:0px;
	line-height: 18px;
	list-style-position: outside;		
	list-style-image: url('../images/red_arrow.gif');
}
.topheader {font-size: 12px;}

.footer_text {
	text-align: center;
	color: #be2321;
	width: 790px;
	font-size: 10px;
	margin-bottom: 10px;
	margin: 0 auto; /*Center container on page*/
}

#footer {	
	width: 788px;
	height: 38px;
	padding: 14 4 6 6;
	background-color: #EFE5D9;	
	vertical-align: middle;
	text-align: center;	
	background-image: url("../images/footer_bg.jpg");

}
#maincontainer {
	margin-top: 25px;
	width: 800px;
	padding: 6px;
	background-color: white;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}
#topcontent {	
	width: 788px;
	height: 29px;
	padding: 4 4 6 6;
	background-color: #EFE5D9;
	text-align: left;
	vertical-align: middle;	
}
#bodycontent {	
	width: 788px;
	margin-left: 4px;
	padding: 0 0 0 0;
	text-align: left;
	background-color: white;
}

/* MENU */

ul#menu{	
	margin: 7 0 7 0;
	padding:0px;
	list-style-type:none;
	width:790px;
	position:relative;
	display:block;
	height:40px;
	text-transform:uppercase;
	font-size:13px;
	background:transparent url("../images/black.jpg") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
}
ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	border-right:1px solid #ffffff;
	}
ul#menu li.last{		
	border-right:0px;
	}
ul#menu li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding:12px 24px 0 23px;	
	height:40px;
	}
ul#menu li a:hover{
	background:transparent url("../images/blue.jpg") repeat-x top left;	
	}