/* stylesheet.css */
body {
	background-image:  url("images/Background.jpg");
	background-repeat: repeat;
	margin: 0px;
    padding: 0px;
    font-family: Verdana, Helvetica, "Sans Serif";
    color: #000000;
    font-size: .83em; 
}
#header{
	height: 250px;
	width: 100%;
	background-image:  url("images/TitleMainAlt.jpg");
	background-color: 016701;
	background-repeat: no-repeat;
	background-position: center;
}

#navbar{
	margin: 1em;
	margin-left: 12em;
	margin-right: 12em;
	margin-bottom: 2em;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: #13C41C;
	border-bottom-color: #13C41C;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

table.nav{
	text-align: center;
	height: 150 px;
	border-collapse: collapse;
	margin: 4 4 4 4;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: 016701;
	padding: 10 10 10 10;
}

td.nav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: 016701;
	cell padding: 6px;
	}

table.bio{
	text-align: left;
	border-collapse: collapse;
	margin: 4 4 4 4;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

td.bio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
}

td.biohead{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #000000;
	font-weight: bold;
	background-image:  url("images/BioTblBk.jpg");
	background-repeat: repeat-x;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 20px;
}

/* Page footer style */ 
#footer{ 
     width: 100%; 
     background-color: #ffe4e1; 
     border-top: thin solid #ff1493;
     clear: both; 
}

a:link {
	color: #005003;
	font-weight: bold;
}
a:visited {
	color: #016701;
}
a:hover {
	text-decoration: underline;
}
A.navbar {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#main{
      margin-left: 12em;
      margin-right: 12em;
}

hr {
	color: #009900;
	width: 100%;
}

h1 {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
