@charset "UTF-8";
/* CSS Document */
  body
  { 
    margin: 20px 0px 0px 0px;
	background-color: #f2eed6;
	color: #574319;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  }
  #MainWindow
  {
    position: relative;
	width: 100%;
	height: 100%;
  }
  #WebsiteContainer
  {
    position: relative;
    width: 967px; 
	height:601px; 
	margin-right: auto; 
	margin-left: auto;
	border: 1px solid #c3b78a;
	background-image:url(../images/Background.jpg);
  }
  #FooterContainer
  {
    font-size: 10px;
    color: #574319;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-left: 100px;
    position: relative;
    width: 967px; 
	height:35px; 
	margin-right: auto; 
	margin-left: auto;
  }
  #LogoHover
  {
    position: absolute;
	width: 145px;
	height: 212px;
	top: 35px;
	left: 35px;
	cursor: pointer;
	z-index: 7;
  }
#MainNav {
	position:absolute;
	left:189px;
	top:39px;
	width:688px;
	height:18px;
	z-index:1;
}
#apDiv2 {
	position:absolute;
	left:297px;
	top:127px;
	width:734px;
	height:411px;
	z-index:1;
}
#UtilityNav {
    font-size: 10px;
	color: #B7AB8B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#UtilityNav a{
	color: #B7AB8B;
	text-decoration: none;
}
.TEXT_Brown {
	color: #574319;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TEXT_Gold {
	color: #C1AF2C;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.TEXT_BurntOrange {
	color: #AB5410;
}
.LINKS {
	color: #554623;
}