@charset "utf-8";
/* CSS Document */



body {
	background-color: #354636;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.frontpagepanels
{
	background-color:#d5d6d1;
}

p {
	margin-left:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.9em;
}

h1 {
	font-size:1.0em;
	font-weight:bold;
	margin-left:10px;
}


a.white {
text-decoration:underline;
color:#000;
}

a.white:hover {
text-decoration:none;
color:#000;
}

a.white:visited {
text-decoration:underline;
color:#000;
}

a.white:active {
text-decoration:underline;
color:#000;
}
#topnav { float: right;
 /*font-variant:small-caps;*/
 font-size:0.8em;
 
 }

#topnav a {
  text-decoration:none;
  text-align:center;
  background-color:#fff; 
  color:#333;
  display:block; 
  margin:0.0em auto;
  }
#topnav a:hover {
  color:#ff0000;
  margin:0.0em auto;
  }

#topnav .topnavactive {
	/*font-variant: small-caps;*/
	color: #FF0000;
}
#topnav ul {

list-style:none;
  }
  
#topnav li
{
display: inline;
list-style-type: none;
float:left;
padding-bottom:0.3em;
padding-left: 0.5em;
padding-right: 0.5em;
}
