/**
 * 100% height layout with header and footer
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#58581b;
	background-image:url(../images/body_stripe_bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color: #6E6D47;
	
}

.medtext {
	font-size:15px;
	line-height:22px;
}

h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
	h1, h2, a {
		color: #2c4f36;
	}

p { 
	line-height:20px	; 
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:843px;
	background:#e2e5af;
	background-image: url(../images/tree_beige_bg.gif); 
	background-repeat:repeat-y;
	background-position: 0px 270px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	/* Anything can go here */
}
	

div#content {
	padding:0 2em 5em 37px; /* bottom padding for footer */
	/*background-image:url(../images/tree_beige_bg.gif); */
	/*background-repeat:repeat-y;  */
	
}
	div#content p {
		text-align:justify;
	}
	
	
div#photo {
	padding:1em;

}	

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	
}
	div#footer p {
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10px;
		color:#006633;
		/*padding:1em;*/
		margin:0;
	}
	
	
a:link {color: #2c4f36}   
a:visited {color:#2c4f36} 
a:hover {color: #740006}    
a:active {color: #FFCC00}
	
.sideBox {
  
  float: right;
  padding: 0em;
  margin-top: 35px;
  margin-left: 20px;
  margin-bottom: 30px;
  margin-right: 0px;
  width: 250px;
  border:1px thin #333;
}

.sideBox450 {
  
  float: right;
  padding: 0em;
  margin-top: 7px;
  margin-left: 20px;
  margin-bottom: 8px;
  margin-right: 10px;
  width: 450px;
}

.photocaption {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
}
		
.footerhr {
	color: #a1a369;
	background-color: #a1a369;
	border:0;
	width:750px;
	height:1px;
}

.slightlylarger {
	font-size:17px;
}

.return {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.trulycentered {
padding-right:15px;
}

.required {
	
	color : red;
	
}