@charset "UTF-8";

#dmf {
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#dmf h1 {

margin-top: 20px;
margin-bottom: 20px;
}

#dmf p, #dmf ul, #dmf td {
font-size:12px;
line-height:130%;

}

#dmf li {
padding-bottom:3px;
}

#link A { text-decoration: none;
color:#316300; }
#link A:visited { text-decoration:none;
color: #316300; }
#link A:hover { text-decoration:underline;
color: #000066; }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#nav{
width: 100%;
overflow: hidden;
/* border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
text-align: center;
margin-left: auto ;
margin-right: auto ;
margin-top:10px;

}

#nav ul{
margin: 0;
padding: 0;
padding-left: 10px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

#nav li{
display: inline;
margin: 0;
}

#nav li a{
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bolder;
	margin: 0;
	padding: 9px 10px; /*padding inside each tab*/
	border-right: 3px solid white; /*right divider between tabs*/
	color: white;
	background-color: #C4D5B3;/* background: #8ABCD7; /*background of tabs (default state)*/
}

#nav li a:visited{
color: white;
}

#nav li a:hover{
	background-color: #749752; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
#nav li.selected a{
	/* background: #ADA590; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
background-color:#607B44;
}

