A:link
{ text-decoration: none; color:#800000; background: none; }
A:visited
{ text-decoration: none; color:#800000; background: none; }
A:active
{ text-decoration: underline; color:#800000; background: none; }
A:hover
{ text-decoration: underline; color:#FFFFFF; background: #CC6633;}

body
{ background: #800000;
font-family: Arial;
color: #000000 ;
font-weight: normal;
font-size: 12pt;

}

h1 {

font-family: Arial;
color: #800000; 
background: none;

}

h2 {

font-family: Arial;
color: #800000; 
background: none;

}

h3 {

font-family: Arial;
color: #800000; 
background: none;

}

p {

font-family: Arial;
color: #000000; 
background: none;
}

#banner {
	width: 900px;
	height: auto;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -450px;
	margin-top: 0px;
	border: #CC6633 4px solid; 
	background:#FFFFFF;

}

#navigation {
	z-index: 1;
	width: 190px;
	min-height: 450px;
	text-align: left;
	position: relative;
	top: 10px;
	left: 50%;
	margin-top: 10px;
	margin-left: -450px;
	overflow: auto;
	border: #CC6633 4px solid; 
	background:#FFFFFF;
	padding: 2px;
	float: left;

}

#navigation * { margin: 0; padding: 0; }
#navigation dt { font-family: Arial; font-size: 11pt;}
#navigation dt a { text-decoration: none; color: #800000; display: block; padding: 5px; }
#navigation dt a:hover { background-color: #cc6633;}
#navigation dt li a { background-image: none;  margin-left: 0px; padding-left: 0px; border-left: none; }
#navigation ul { margin: 10px; padding: 1px; list-style-type: none; }
#navigation li { margin: 2px; padding: 1px; font-size: 10pt; font-color: #000000;}
#navigation dt ul, #navigation dd.under ul { display: none; }
#navigation dt.over ul { display: block; }

#content {
	z-index: 1;
	width: 670px;
	min-height: 450px;
	text-align: left;
	position: relative;
	left: 50%;
	top: 10px;
	margin-top: 10px;
	margin-left: -230px;
	overflow: auto;
	border: #CC6633 4px solid; 
	background:#FFFFFF;
	padding: 5px;
	float: left;
}

#copyright {
	background: none;
	width: 878px;
	height: auto;
	position: relative;
	margin-top: 10px;
	top: 10px;
	left: 50%;
	margin-left: -439px;
	text-align: center;

}

#box {
	background: none;
	width: auto;
	height: auto;
	position: relative;
	top: 10px;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
}