body {
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color: #008080;
}
#marquee {
	width: 100%;
}

a:visited {
	text-decoration: none;
	color: #008080;
}

#TopBanner {
	width: 100%;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #008080;
	border-bottom-color: #008080;
	height: 120px;
}

#Name {
	float: left;
	height: 100px;
	width: 20%;
}

#Logo {
	float: right;
	height: 120px;
	clear: right;
}
#MainContent {
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #717d3a;
	margin-top: 0.5em;
	padding-bottom: 1em;
}

/* nav ....................................................... */
#nav {
	width: 20%;
	padding-bottom:1em;
	padding-top:3.5em;
	float:left;
	clear: left;
	
}

.navlink:hover {
	font-size: 10pt;
	color: #717d3a;
	line-height: 40px;
}

.navlink {
	font-size: 10pt;
	color: #008080;
	line-height: 40px;
	text-decoration:none;
	font-weight: bold;
}

/* ...................................................endnav */


#textcontent {
	width:75%;
	padding-right:3ex;
	padding-bottom:1em;
	padding-top:3em;
	float: right;
}	


#Footer {
	width: 100%;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #717d3a;
	margin-top: 1em;
	font-size: 10px;
	text-align: center;
	clear: both;
	height: 1.5em;
	padding-top: 1em;
}

.navlinkfooter {
	font-size: x-small;
	color: #000000;
	text-decoration:none;
}

.navlinkfooter:hover {
	font-size: x-small;
}
