
body {
	background-color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
	margin:0;
}


#header {
	width:85%;
	background-color:#F6D898;
	border-bottom: 1px solid #204000;
	color:#ffffff;
	text-align:right;
}

#subheader {
	background-color:#E0A724;
	color:#3b5522;
	background-image: url('images/hlogo_fr.jpg');
	background-repeat: no-repeat;
	border-top: 1px solid #9fbb88;
	border-bottom: 1px solid #5d7744;
	width:85%;
	text-align:left;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:2.5em;
	letter-spacing:-1px;
	height: 3.2em;
}

#menu {
	background-color:#F6D898;
	border-top: 1px solid #ececcf;
	border-bottom: 1px solid #a8a88d;
	width:85%;
	text-align:right;
}

#menu p {
	padding:5px;
	margin:0;
}
#menu a { 									/* menu text*/
	background-color:#F6D898;
	border: 1px solid #ececcf;
	height:100%;
	padding:5px;
	color:#036;
	font-weight:bold;
	text-decoration:none;
}
#menu a:hover {
	background-color:#FFFFFF;
	border: 1px solid #606049;
	height:100%;
	padding:5px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#container {
	width:85%;
}
#left_column {
  padding-top:20px;
  width: 15em;
  float: left;
  clear: left;
  color:#FFFFFF;
}

#left_column ul { margin: 0;padding: 0;
  list-style-type: circle; 
}
  
#left_column li { 
  margin: 0; 
}

#left_column a { 
  font-weight: bold;
  display: block;
  color: #FFF;
  background-color: #E0A724;
  width: 13em;
  padding: 3px 12px 3px 8px;
  text-decoration: none; 
  border-bottom: 5px solid #fff;
  color:#000000;
 }
 
#left_column a#current { background-color:#FFFFFF; border: 4px #E0A724;}
 
#left_column a:hover {
  background-color: #FFFFFF;
}

#left_column li li a{
  display: block;
  color: #FFF;
  background-color: #F6D898;
  width: 13em;
  font-weight: bold;
  padding: 3px 12px 3px 8px;
  text-decoration: none;
  padding: 3px 3px 3px 17px;
  border-bottom: 1px solid #fff;
  color:#000000;
  
}


#right_column {
	background-color: #FFF;
	text-align: justify;
	line-height: 1.5em;
	margin: 0 0 0 15em;
	padding-right:25px;  /*change to adjust size of body*/
	padding-left:25px;
	padding-top:10px;
	padding-bottom:10px;
}

#right_column p {
	padding:5px;
	
}


#right_column li{
	list-style-image: url(images/bullet1.gif);
	display: list-item;
	vertical-align: text-top;
	padding-left:16px}
	
#right_column h1 {
	padding:5px;
	font-weight:normal;
	font-size:140%;
}

#right_column h5 {
	font-size: 1em;
	font-style: italic;
	padding-right:20px
}

#footer {
	background-color:#F6D898;
	border-top: 1px solid #ececcf;
	border-bottom: 1px solid #a8a88d;
	width:85%;
	text-align:right;
	color:#FFFFFF;
}