/* CSS Document */
body {
	background-color: #336600;
	font: medium "Gill Sans MT", Verdana, "MS Sans Serif", Arial;
}
#pagecontainer {
	width: 760px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000000;
}
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;	
	font-family:"Bookman Old Style", Georgia, "Times New Roman", serif;
}
a:hover {
	color:#FFFFFF;
	text-decoration: underline;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", serif;
}
#content a:link {
	color: #336600;
	text-decoration:underline;
	font: medium "Gill Sans MT", Verdana, "MS Sans Serif", Arial;
}
#content a:visited {
	color: #663300;
	text-decoration:underline;
	font: medium "Gill Sans MT", Verdana, "MS Sans Serif", Arial;
}
#content a:hover {
	color: #003160;
	text-decoration:underline;
	font: medium "Gill Sans MT", Verdana, "MS Sans Serif", Arial;
}
#content a:active {
	color: #663300;
	text-decoration:underline;
	font: medium "Gill Sans MT", Verdana, "MS Sans Serif", Arial;
}.small {
	font-size: small;
}
#header {
	/*text-align: center;*/

}	
h1 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	color: #003160;
	font-size: x-large;
	font-weight: normal;
}
h2 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	color: #003160;
	font-size: large;
	font-weight: normal;
}
h3 {
	font-family: "Bookman Old Style", Georgia, "Times New Roman", serif;
	color: #003160;
	font-size:medium;
	font-weight: normal;
}
#nav {
	background-color: #003366;
	color: #FFFFFF;
}

#content {
	color: #000000;
	padding: 10px;
	background-color: #DBD7C8;
	text-align:left;
}	
#footer {
	background-color:#003160;
	color: #FFFFFF;
	padding:2px;
	text-align:center;
	font-size:small;
}
#footer h2 {
	color: #FFFFFF;
}

.header_nav { /* this is the container to hold the navigation buttons */
	color: #FFFFFF;
	font-size: medium;
	text-align:center;
    background-color:#663300;
	font-family:"Bookman Old Style", Georgia, "Times New Roman", serif;
}
 /*.nav_tab { this is used to position the nav.  An image is used for the background of the navigation 
	width: 20px;
	}*/

