BODY {
	margin: 0px;
	/* background-color: #000000; */
	background-color: #ECEAEB;
}

.main {
	position: absolute;
	width: 964px;
	height: 612px;
	
	top: 50%;
	left: 50%;
	margin-top: -300px;
	margin-left: -482px;
	
	background-color: white;
}

.menu {
	background-color: #000000;
	height: 16px;
	padding-top: 3px;
	
	font-family: Arial;
	font-size: 10px;
}

.menu .item {
	float: left;
	color: white;
	
	padding-right: 60px;
	padding-left: 20px;
	
	cursor: normal;
}

.menu .item SPAN {
	cursor: default;
}

.menu .last {
	padding-right: 0px;
}

.submenu {
	position: absolute;
	display: none;
	
	z-index: 10;
	
	font-family: Arial;
	font-size: 10px;
}

.submenu .item {
	background-color: #000000;
	color: white;
	padding-left: 20px;
	padding-right: 20px;
	
	padding-top: 4px;
	padding-bottom: 3px;
	
	float: left;
	
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	
	text-transform: uppercase;
}

.submenu .arrow {
	position: absolute; 
	right: 4px; 
	
	font-size: 11px;
	margin-top: -2px;
}

.submenu .highlight {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.submenu .item A, .menu .item A {
	color: white;
	text-decoration: none;
}

.alignCenter {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.alignLeft {
	text-align: left;
}

.boxBackground {
	background-color: #ECEAEB;
}

BODY {
	scrollbar-arrow-color: #666;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #ECEAEB;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #d0d0d0;
	scrollbar-track-color: #ffffff;
}

.content-container {
	padding: 20px; 
	overflow: auto; 
	height: 464px;
}

.content H1 
{
	color: #604d39;
	font-family: Century Gothic;
	font-size: 38px;
	font-weight: normal;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 15px;
	
	line-height: 35px;
}

.content {
	line-height: 20px;
	font-family: Arial; 
	font-size: 13px; 
}

.content P {
	margin-top: 5px; 
	margin-bottom: 15px;
}

.content A {
	color: #67576C;
	font-size: 11px;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

.content A:hover {
	background-color: #E7E3E8;
}


.sitemap .sitemap-column1 {
	width: 350px;
	float: left;
}

.sitemap .sitemap-column2 {
	width: 450px;
}
