/* CSS Document */



body {
	font: 100% Arial, Verdana,  Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtr #container {
	width: 935px;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center;
	margin: 0 auto; /* the auto margins (in conjunction with a width) ceter the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}


#mainContainer{
	width: 935px;
	float: left;
	border: 0px solid #999999;


}

.blackHeader{
	float: left;
	

	width: 100%;	
}

.logo{
	float:left;
	margin-left: 20px;
}

.beigeNav{
	float: left;
	width: 935px;
	background-color: #A6A685;
	padding: 0px;
		font-size: 0.63em;
	
}

.navCat{
	float: left;
	margin: 5px 10px 5px 10px;

}

.beigeNavSpacer{
	float: left;
	color: #FFFFFF;
	margin: 5px 0 5px 0;
}

.whiteNavSpacer{
	float: left;
	color: #000000;
	margin: 5px 0 5px 0;
}

.spacer{
	float: left;
	width: 10px;
}

.whiteNav{
	float: left;
	width: 100%;
	background-color:#FFFFFF;
	font-size: 0.63em;
	
}

.content {
	float: left;
	width:935px;
	border: 1px solid #000000;
}

h1 {
	font-family: Times New Roman, Serif;
	font-size: 32px;
	font-weight: bold;
}

p{
	color: 4B4B4A;
	font-size: 0.75em;
}


a:link ,  a:visited {color:#000000 ; text-decoration: none;}
a:hover {color:#8B8534; text-decoration: none;}

a.white:link ,  a.white:visited {color:#ffffff ; text-decoration: none;}
a.white:hover {color:#000000; text-decoration: none;}

a.selected:link ,  a.selected:visited {color:#8B8534 ; text-decoration: none; font-weight:bold;}
a.selected:hover {color:#8B8534 ; text-decoration: none; font-weight:bold;}