body {
	margin:0px;
	font-size: 80%;
	color: #9F2020;
	font-family: Georgia, serif;
	text-align: justify;
	}
	
#masthead{
	width: 100%;
	border-bottom-color: #9F2020;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-top: 40px;
	padding-bottom: 40px;
}

#navBar{
	float: left;
	width: 250px;
	border-right-color: #9F2020;
	border-right-style: solid;
	border-right-width: thin;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	height: 500px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#content{
	float: left;
	width: 650px;
	padding-left: 15px;
	padding-right: 25px;
	height: 850px;
	overflow: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#globalNav{
	border-bottom-color: #9F2020;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}

#siteInfo{
	clear: both;
	font-size: 0.7em;
	border-top-color: #9F2020;
	border-top-style: solid;
	border-top-width: thin;
	padding-top: 5px;
	padding-left: 5px;
	text-align: right;
}

td {
	font-size: 0.95em;
	text-align: justify;
}

a {
	color: #308F60;
	text-decoration: none;
	}
	
a:hover {
	color: #0060BF;
	text-decoration: none;
	}

#content a {
	color: #308F60;
	text-decoration: none;
	}
	
#content a:hover {
	color: #0060BF;
	text-decoration: none;
	}

h1{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.5em;
	text-align: left;
}

h2{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
}

h3{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.3em;
	text-align: left;
}

h4{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.2em;
	text-align: left;
}

h5{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1.1em;
	text-align: left;
}
h6{
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

