body {	
	font-family: Verdana, Geneva, Arial, sans-serif;

	color: black;
	
	background-color: #EEEDD9;
	margin: 0px;
             scrollbar-base-color: #EEEDD9;
             scrollbar-arrow-color: #000000;
             scrollbar-3dlight-color: #FFFFFF;
             scrollbar-darkshadow-color: #000000;
             scrollbar-face-color: #EEEDD9;
             scrollbar-highlight-color: #EEEDD9;
             scrollbar-shadow-color: #848284;
             scrollbar-track-color: #EEEDD9;
}


a {
	text-decoration: none;
	color: #A3472A;
}

a img {
	border: none;
}

h1 {
	font-size: 14px;
}

h2 {
	font-size: 10px;
}

#horizon {	
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
}

#main {
	margin-left: -390px;
	position: absolute;
	top: -235px;
	left: 50%;
	width: 780px;
	height: 470px;
}

#copyright {
	text-align: right;
	font-size: 9px;
	color: #79766C;
}

#box {
	border: 1px solid #BFBCAD;
	height: 450px;
}

#primaryNav {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: #E9E7D9;

	width: 130px;
	height: 100%;

	float: left;
}

.primaryNavItemBox {
	height: 24px;

	overflow: hidden;
}

.primaryNavItemBackground, .primaryNavItemBackgroundSelected, .primaryNavItemBackgroundHover {
	height: 24px;	
}

.primaryNavItemBackground {
	background-color: #4D0900;

	opacity: 0.4;
	-moz-opacity: 0.4;
	filter:alpha(opacity=70);
}

.primaryNavItemBackgroundSelected {
	background-color: #EEEDD9;

	opacity: 0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
}

.primaryNavItemBackgroundHover {
	background-color: #EEEDD9;

	opacity: 0.35;
	-moz-opacity:0.35;
	filter:alpha(opacity=35);
}

.primaryNavItem, .primaryNavItemSelected, .primaryNavItemHover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);

	position: relative;
	top: -24px;

	width: 105px;
	height: 16px;
}

.primaryNavItem a, .primaryNavItemSelected a, .primaryNavItemHover a {
	width: 105px;
	height: 16px;
	display: block;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
                color: #E9E7D9;
}



/* SECONDARY NAV */

#secondaryNavBox {
	width: 130px;
	height: 450px;
	
	overflow: hidden;

	float: left;
}

#secondaryNavBackground {
	background-color: #EEEDD9;

	opacity: 0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
	
	width: 130px;
	height: 450px;
}

#secondaryNav {
	text-align: left;
	font-size: 10px;
	font-weight: bold;
	color: black;

	width: 130px;

	position: relative;
	top: -450px;
}

.secondaryNavItemBox {
	height: 24px;
	overflow:hidden;
}

.secondaryNavItemBackground, .secondaryNavItemBackgroundSelected, .secondaryNavItemBackgroundHover {
	background-color: #EEEDD9;

	height: 24px; 
}

.secondaryNavItemBackground {
	opacity: 0.3;
	-moz-opacity:0.3;
	filter:alpha(opacity=30);
}

.secondaryNavItemBackgroundSelected {
	opacity: 0.65;
	-moz-opacity:0.65;
	filter:alpha(opacity=65);
}

.secondaryNavItemBackgroundHover {
	opacity: 0.50;
	-moz-opacity:0.50;
	filter:alpha(opacity=50);
}

.secondaryNavItem, .secondaryNavItemSelected, .secondaryNavItemHover {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);

	position: relative;
	top: -24px;

	width: 105px;
	height: 24px;
}

.secondaryNavItem a, .secondaryNavItemSelected a, .secondaryNavItemHover a {
	width: 105px;
	height: 16px;
	display: block;

	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 25px;
}

.secondaryNavItem a, .secondaryNavItemHover a {
	color: black;
}

.secondaryNavItemSelected a {
	color: #A3472A;
}

#logo {
	position: absolute;

	left: 150px;
	top: 350px;	

	z-index: 0;
}

#contentBox {
	width: 518px;
	height: 100%;

	float: left;
}

#contentHeader {
	width: 100%;
	height: 48px;

	background-image: url("../images/top.jpg");
}

#content {
	text-align: left;

	padding-top: 20px;
	padding-left: 60px;
	padding-right: 25px;
	
	width: 433px;
	height: 382px;	

	background-color: #EEEDD9;
                


	overflow-x: hidden;
                overflow-y: auto;  
	font-size: 10px;
	font-weight: normal;
	line-height: 180%;
                
	scrollbar-3dlight-color: #FFFFFF;
}

.formError {
	color: red;
}