html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 100%;
	background-position: 0 0;
	background-position:center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color : #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
#wrapper {
	background-color: transparent;
	width: 95%;
	margin: auto;
	text-align: left;
}
#banner {
	height: 92px;
	text-align: center;
	background-color:#FFFFFF;
	background-image:url(TABannerBlank.jpg); 
	background-repeat: no-repeat;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
}
div#menu {
	width:100%; 	/* makes the div full width */
	border-bottom:1px solid #339999;	 /* draws line on bottom edge of div */
	font-size:75%;	/* SET FONT-SIZE HERE */
	background-color:#ffffff; /* colors the div */
	margin-top:92px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	margin-left:35px;
	position: fixed;
	display:inline;
	top: -2px;
	left: 0;
	padding:3px 0 0 0;
}
div#menu ul li ul li ul {
	top:135px;
}
#content {
	font-size: 90%;
	margin: 100px 10px 10px 10px;
	background-repeat:no-repeat;
	float: left;
	width:97%;
	padding: 10px 0 20px 0;
}
#content h1 {
	font-size:150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #408080;
	margin: 0px;
	padding: 0px;
}
#content h2 {
	font-size: 140%;
	color: #339999;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}
#content h3 {
	font-size: 130%;
	color: #339999;
	font-weight: 800;
	font-style:italic;
	margin: 0px;
	padding: 0px;
}
#content h4 {
	font-size: 120%;
	color: #339999;
	font-weight: 800;
	margin: 0px;
	padding: 0px;
}
#content h5 {
	font-size: 80%;
	font-weight:500;
}
#content th {
	font-size: 90%;
	font-weight:500;
	color: #fb7399;
}
#title {
font-size:220%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #339999;
	text-align:left;
}
#tagline {
font-size: 130%;
color:#339999;
text-align:left;

}
.leftimage {
	float: left;
	margin: 0 10px 10px 0;
}
.rightimage {
	float: right;
	margin: 0 0 20px 15px;
}
.left70 {
	float: left;
	margin: 5px 10px 5px 90px;
}
.right70 {
	float: right;
	margin: 5px 90px 5px 10px;
}
.clearit {
	display: block;
	clear: both;
}
#footer {
	clear: both;
	width: 100%;
	text-align: center;
	color: #339999;
	background-color: transparent;
	border-top: 1px solid #339999;
}
#footer p {
	font-size: 75%;
	font-weight:500;
	padding: 5px;
	text-align: center;
}
#footer ul li a:hover, #footer ul li a:focus {
	background-color: #ffffff;
	border: 1px solid #339999;
	border-bottom: 1px solid #339999;
	border-left: 1px solid #339999;
	color: #339999;
}
#leftcol {
	margin-top: 20px;
	width: 180px;
	float: left;
}
.container {
	width: 99%;
	float: right;
}
img.figure {
	float: right;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
}
.logoimage {
	position: absolute;
	height: 150px;
	width: 200px;
	left: 50px;
	top: 0px;
}
table {
	padding: 40px 10px 10px 10px;
	margin-top: 20px;
	border-collapse: separate;
	background-color:transparent;
	font-size:95%;
}
table th {
	padding: 1px;
	background-color:transparent;
}
table td {
	padding: 2px;
	background-color:transparent;
}
BODY {
	background-color : #ffffff;
	color : #000000;
}

A:LINK {color : #316262; font-weight:bold; }
A:VISITED {color: #000000;}
A:HOVER {color : #339999; font-weight:bold;  }
A:ACTIVE {color : #316262;text-decoration : none; 	background-color : #000000;}