/* CSS Document */

<style type="text/css">

* {
	padding: 0;
	margin: 0;
	border: 0;
	margin: 0;
}

body {
	padding: 0; 
	margin: 0;
	background: #fff;
    color:#000;
    font:90% Verdana, Arial, Helvetica, san-serif;
	min-width:770px;
}

p	{
	margin-top: 1em;
	margin-bottom: 1em;
}	

h1 {
	font: bold 125% Arial, Helvetica, sans-serif;
	color: #515675;
}

h2 {
	font: bold 115% Arial, Helvetica, sans-serif;
}

h3 {
	font: bold 110% Arial, Helvetica, sans-serif;
}

HTML>BODY HR { 				/* For Gecko-based browsers */
	margin-right: 0; 
	width: 100%; 
	height: 1px; 
	background-color: #BAD271; 
	border: none; } 

A {
	color : #527C4E;
	text-decoration : underline;
}

A:HOVER {
	color : #A57B32;
	text-decoration : underline;
}

A:VISITED {
	color : #A57B32;
	text-decoration : underline;
}

#nav {
    float:left;
    width:100%;
    background:#FAE395;
    font-size:85%;
    line-height:normal;
    }
	
#nav ul {
    margin:0;
    padding:0;
    list-style:none;
    }
#nav li {
    float:left;
    background-image: url(/images/shared/norm-right.gif)
      no-repeat right top;
    margin:0;
    padding:0;
    }
	
#nav a {
	display:block;
    background:url(/images/shared/norm-left.gif) no-repeat left top;
    padding:5px 15px 4px;   
	text-decoration:none;
	color:#8F5C2A;
	}
	
#nav a:hover {
      color:#527C4E;
	  text-decoration:underline;
}  

#nav #current {
    background-image:url(/images/shared/norm-right-on.gif);
      no-repeat left top;
	color: #527C4E;
}
	
#nav #current a {
    background-image:url("/images/shared/norm-left-on.gif");
	color: #527C4E;
  	font-weight: bold;
	padding-bottom: 5px;
}

.footer {
	font: normal 75% Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:center;
}

.footer A {
	color : #527C4E;
	text-decoration : underline;
}

.footer A:HOVER {
	color : #8F5C2A;
	text-decoration : underline;
}

.red {
	color: red;
}

.series-hed {
	font: bold 120% Arial, Helvetica, sans-serif;
	color: #336666
}

#flies {
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
}

#quote {
	font: normal 90% "Times New Roman", Times, serif;
}

</style>

ol {
	margin-bottom: 10px;
}
li {
	margin-bottom: 5px;
}
.bodymargins {
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
