﻿html {
	height: 101%;
}
body {
	color: #000066; 
	padding: 0 0; 
	margin: 10px 10px; 
	font-family: Verdana, Helvetica;
	font-size: .75em; 
	background-color: white;
	border-collapse: collapse; 
	background: none 0 0 repeat-x; 
	text-align: center;
	width: 95%;
}
#nda
{
	font-size: 8px;
}
#container 
{
	width: 600px; 
	margin: 0 0; 
	padding: 0 0; 
	color: black;
	text-align: left;
	border: solid 1px black;
}
#container img {
	margin: 0 0;
}
#container a {
	color: #000; text-decoration: underline;
}
#container a:hover {
	color: black; text-decoration: underline;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 
{
	color: black; 
	background-color: transparent;
}
#container h1 
{
	font-size: 2.0em;
	font-weight: bold;
}
#container h2 {
	font-size: 1.4em; 
	font-weight: bold;
}
#container h3 {
	font-size: 1.05em; 
	font-weight: bold;
}
#container h4 {
	font-size: 1em; 
	font-weight: bold;
}
#container h5, #container h6 {
	font-size: .9em; 
	font-weight: bold;
}
/* END generic styles */

/* header styles */
#container #header 
{
	margin: 0 0 0 0;
	padding: 10px 10px 10px 10px;
	text-align: left;
	height: 70px;
	background-image: url('/Art/header.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
#container #header img 
{
	margin: 0 0 0 0;
}
/* End header styles */

/* marquee styles */
#container #menu
{
	color: Black;
	width: 600px;
	text-align: center;
}
#container #menu hr
{
	width: 100%;
	background-color: Black;
	color: Black;
	clear: both;
	height: 1px;
	
}
#container #menu ul
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px; 
	list-style-type: none; 
}
#container #menu li
{
	padding: 0px 00px 0px 15px;
	color: black;
	float: left;
	text-align: center;
	font-weight: bold;
}
#container #menu a.selected
{
	background-color: #bbbbbb;
}
#container #menu a 
{
	width: 100%;
	text-decoration: none; 
	padding: 5px 0px 5px 5px;
}
#container #menu a:link, #container #menu a:active, #container #menu a:visited 
{
	color: black;
	font-weight: bold;
}

#container #menu a:hover 
{
	text-decoration: underline;
}
.clsSelected
{
	background-color: #CCCCCC;
}

/* end menu styles */

/* marquee styles */
#container #marquee
{
	text-align: center;
	color: White;
	background-color: Black;
	padding: 5px 5px 5px 5px;
	width: 100%;
}
/* end marquee styles */

/* content styles */
#container #content
{
	text-align: left;
}

/* mainbody styles */
#container #content #mainBody
{
	padding: 20px 10px 10px 10px;
}

#container #content #headlines
{
	padding: 20px 10px 10px 10px;
}

#container #content hr
{
	width: 100%;
	color: Black;
	clear: both;
	height: 1px;
	background-color: Black;
}

#container #content #mainBody h1
{
	font-size: 1.8em;
}

#container #content #mainBody p
{
	font-size: 1.3em;
}

#container #content #mainBody img
{
	padding: 5px 10px 5px 10px;
	height: 150px;
}
#container #content #mainBody
{
}
#container #content #mainBody a:hover
{
	text-decoration: underline;
}
#container #content #headlines
{
	
}
#container #content #headlines ul
{
	list-style-type: disc;
	list-style-position: outside;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}
#container #content #headlines li
{
	line-height: normal;
}
#container #content #headlines a.selected
{
	background-color: #bbbbbb;
}
#container #content #headlines a 
{
	width: 100%;
	text-decoration: none; 
	padding: 5px 0px 5px 5px;
}
#container #content #headlines a:link, #container #content #headlines a:active, #container #content #headlines a:visited 
{
	color: black;
}

#container #content #headlines a:hover 
{
	text-decoration: underline;
}/* End mainbody styles */


/* footer styles */
#footer {
	padding: 10px 10px 10px 10px; 
	text-align: center; 
	font-size: .8em;
}
/* END footer styles */
