body, p, li, span, div, td, a 
{
  font-family: verdana, tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #8B0000;
}

div.container
{
  width:100%;
  margin:0px;
  text-align:center;
  line-height:150%;
}

div.content
{
  width:830px;
  /*margin-left:220px;*/
  margin-left:0px;
	opacity: 0.7;
}

div.flash
{
  width: 800px;
  margin-left:0px;
  padding-left:1em;
}

div.footer
{
  width: 100%;
  background-color:transparent;
  font-size: 7pt;
}
/*
li.vnav
{
  margin-left: -1.5em;
	padding: 0;
	font-size: 18px;
  list-style-type: none;
}
*/
a.hnav
{
  position: relative;
  left: 0px;
	top: 0px;
  margin: 0px;
  padding: 5px 54px;
  text-decoration: none;
  background-color: darkseagreen;
  font-weight: bold;
}

a:link {color: #666666}
a:visited {color: #A52A2A}
a:hover {color: #8B0000}
a:active {color: #0000FF}

form label
{
  font-weight: bold;
	margin: 5px;
	text-align: right;
}

div#buttons
{
	text-align: right;
}

input#button
{
  font-weight: bold;
	background-color: darksteelblue;
}

img.content
{
  border: 0px solid gray;
  margin-right: 2em;
	margin-bottom: 1em;
  padding: 2em;
  float: left;
}

/* --- Style for Table Elements --- */
table
{
	border:0;
	caption-side:top;
	table-layout:auto;
	text-align:left;
	background:#ffffff;
}

td.flash
{
  border:0;
	background:#ffffff;
  padding:5px;
}

caption
{
  background: seagreen; 
	color: white; 
	font-size: 16px; 
	text-align:center; 
	padding: 5px;
	margin-left:auto; 
	margin-right:auto;
}

.center
{
 	width:830px;
	background:#ffffff;
	border:0;
	border-collapse:collapse;
	margin-left:auto;				 
	margin-right:auto;		
}

table.form
{
 	width:750px;
	background:#ffffff;
	border:0;
	border-collapse:collapse;
	margin-left:auto;				 
	margin-right:auto;		
}

div.form
{
	border:thin solid steelblue;
	-moz-border-radius:10px;
	background:#ffffff;
	width:830px;
}