body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-color: #9EBBD9;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
}
p {
font-family:Arial, Helvetica, sans-serif;
font-size:0.8em
}
#container {
	background-color: #FFFFFF;
	height: 460px;
}

/* Banner */
#banner {
	height: 46px;
	background: url(images/bg_top.gif);
}
#logo {
	position: relative;
	width: 143px;
	height: 92px;
	background: url(images/logo.gif);
	border-right: solid 1px #000000;
	float: left;
	margin-right: 10px;
}
#logo a, #logo a:visited, #logo a:active, #logo a:hover { width: 100%; height: 100%; text-decoration: none; display:block; }

/* Navigation */
#navContainer {
	width: 230px;
	height: 245px;
	position: absolute;
	top: 80px;
	left: 0px;
}

div#nav {
	position: absolute;
	top: 0px;
	left: 155;
	width: 75px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	margin-top: 12px;
	z-index: 100;
}
div#nav a, div#nav a:visited  {
	color: #000000;
	text-decoration: none;
	display: block;
} 
div#nav a:hover, div#nav a:active {
	color: #9EBBD9;
	background: #FFF;
}
div#nav a span {
	display: none;
}
div#nav a:hover span {
	display: block;
	position: absolute;
	top: 80px;
	left: -155;
	width: 200px;
	padding: 5px;
	margin: 10px;
	z-index: 100;
	color: #F00;
	background: white;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* Content Area */
#flash {
	margin-left: 230px;
	height: 350px;
	background-color: #9EBBD9;
	background-image: url(images/bg_flash.gif);
}
#content {
	width: 500px;
	padding: 10px;
	margin: 0px 0px 0px 0px;
}
#content h1 p{
	padding: 0;
	margin: 0;
	border: 1 solid #330000;
}
#tagline {
	height: 46px;
	background: url(images/tagline.gif) no-repeat;
	width: 280px;
}
#tagline a {
	display: block;
	height: 46px;
}
.copy {
	padding-left: 20px;
	padding-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
}
.copy a, .copy a:visited {
	color: #336699;
	text-decoration: none;
	font-weight: bolder;
}
.copy a:hover, .copy a:active  {
	color: #000000;
	text-decoration: none;
	font-weight: bolder;
}

/* Footer */
#footer {
	height: 64px;
	background:  url(images/bg_bot.gif);
}
#footContainer {
	width: 750px;
	height: 64px;
}
#copyright {
	color: #FFFFFF;
	padding-right: 10px;
	position: relative;
	top: 45px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#blurb {
	font: bold .6em Arial, Helvetica, sans-serif;
	position: absolute;
	top: 280px;
	left: 20px;
	width: 210px;
}
#aboutcontact {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 11px;
	text-decoration: none;
	margin-top: 12px;
	position: absolute;
	top: 360px;
	left: 0px;
	width: 225px;
	visibility: visible;
	text-align: center;
}
#aboutcontact a, #aboutcontact a:visited {
	color: #000000;
	text-decoration: none;
}
#aboutcontact a:hover, #aboutcontact a:active  {
	color: #9EBBD9;
	text-decoration: none;
}
