/* CSS Reset */

html, body, div, span,
h1, h2, h3, p,
a, em, img, strong, sub, sup,
ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body 
{
	line-height: 1;
}

ol, ul 
{
	list-style: none;
}

:focus 
{
	outline: 0;
}

/***********************/

body
{
  color: #ffffff;
  text-align: center;
  background: #444444 url("bkgd.jpg") 0 0 repeat-x;
  padding-bottom: 40px;
}

h1, h2, h3, h4, p, li
{
  font-family: Arial, sans-serif;
  color: #000000;
  background-color: #ffffff;
  font-weight: 400;
}

h1
{
  font-size: 24px;
}

h2
{
	font-size: 20px;
}

h3
{
  font-size: 18px;
}

p, li
{
  font-size: 13px;
  line-height: 18px;
}

ul
{
  margin-left: 14px;
  list-style: disc;
}

li
{
  margin: 14px 8px 14px 14px;
}

#container
{
	width: 714px;
	margin: 20px auto;
	text-align: left;
	color: #ffffff;
	background-color: transparent;
}

#content
{
  width: 700px;
  float: left;
  color: #000000;
	background-color: #ffffff;
}

#nav
{
  width: 178px;
  float: left;
  padding-top: 12px;
}

#nav p
{
  text-transform: uppercase;
  padding: 6px 0 6px 12px;
}

#nav p a:link, #nav p a:visited
{
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

#nav p a:hover, #nav p#current a
{
  color: #de981e;
}

#nav p#current
{
  background: #ffffff url("arrow.gif") 0 12px no-repeat;
}

#copy
{
  width: 522px;
  float: left;
  background: #ffffff url("vertical_line.gif") 0 0 no-repeat;
}

#copy h1
{
  display: none;
}

#copy img
{
  padding-left: 3px;
}

#copy p
{
  margin: 12px 12px 12px 15px;
}

#footer
{
  clear: both;
	width: 700px;
	color: #000000;
	background-color: #ffffff;
	border-top: 1px solid #000000;
}

#footer p
{
  text-align: center;
  margin: 10px 0;
  padding: 10px 0 14px 0;
}

#footer p, #footer a:link, #footer a:visited, #footer a:hover
{
  font-size: 13px;
  color: #000000;
  background-color: #ffffff;
}

#copyright
{
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
  color: #aaaaaa;
  background-color: transparent;
}

A.FLOOD_NAV:link { 
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #C00000; 
  font-weight : bold;
}

A.FLOOD_NAV:hover {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #C00000;
  font-weight : bold;
}
A.FLOOD_NAV:visited {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #C00000;
  font-weight : bold;
}

