body {
  height: 100%;
}

html {
  height: 100%;
} 

.Main {
  position: relative;
  width: 800px;
  height: 100%;  
} 

.Nav {
	position: absolute;
	top: 133px;
	width: 800px;
	height: 27px;
	background-color: #EBB715;
}

div.Nav a:link {
	color: #000000;
	text-decoration: none; 
}

div.Nav a:visited {
	color: #000000;
	text-decoration: none;
}

div.Nav a:hover {
	color: #FFFFFF; 
	text-decoration: none;
}

.NavBarHead {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #EBB715;
	padding: 5px;
	font-weight: bold;
	text-decoration: none;
}

.LeftNav {
	position: absolute;
	top: 164px;
	width: 130px;
	min-height: 100%;
	background-color: #3B351F;
	padding:10px;
}

div.LeftNav p {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.LeftNav a:link {
	color: #EBB715;
	font-size:16px;	
	text-decoration: none; 
}

div.LeftNav a:visited {
	color: #EBB715;
	font-size:16px;		
	text-decoration: none;
}

div.LeftNav a:hover {
	color: #FFFFFF; 
	font-size:16px;		
	text-decoration: none;
}

.Content {
	position: absolute;
	width: 625px;
	min-height: 450px;
	top: 165px;
	bottom: 0;
	left: 151px;
	right: 0;
	padding: 0px 10px 10px 15px;
}

.grayBox {
  float: left;  
  top: 0;
  margin: 2px;
  padding: 5px;
  background-color: #C5BFB0;
}

.HomeImage {
  float: right;
  width: 675px;
  margin: 2px;
} 

.Image {
  float: right;
  width: 200px;
  top: 0;
  margin: 2px;
}

.memberImage {
  float: right;
  width: 225px;
  height: inherit;
  top: 0;
  margin: 5px;
}         

a:link {
	color: #656565;
	text-decoration: underline;
}
a:visited {
	color: #656565;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #C00000;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000000;
}

.Subheading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7E4B20;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.textIndent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 100px;
	margin-right: 100px;
}

.rightBox {
  float: right;
  width: 240px;
  margin: 2px;
} 

.Footer {
	font-size: x-small;
	color: #656565;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
