ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

a
{
  text-decoration: none;
}

p
{
  margin-top: 10px;
}

a:hover
{
  text-decoration: underline;
}

a.menu
{
  font-color: black;
}

a.menu:hover
{
  font-color: red;
}

img.logo
{
  position: relative;
  float: all;
  top: -94px;
  left: -200px;
}

* html img.logo
{
  left: -203px;
}

img.menu
{
  position: relative;
  top: -200px;
}

blockquote
{
  padding-left: 142px;
}

#container
{
  width: 900px;
  margin: 10px auto;
}

* html #container
{
  max-height: 10%;
}

#header1
{
  height: 20px;
  background-color: #D5D4C2;
  color: #9C0401;
  padding-top: 5px;
}

#header1 ul
{
  width: 788px;
  margin-left: auto;
  margin-right: auto;
}

#header1 li
{
  float: left;
  margin-left: 21px;
}

* html #header1 li
{
  clear: right;
  list-style-type: disc;
}

#header1 li.first
{
  list-style: none;
}

#header1 li.last
{
  width: 25%;
  margin-left: 17px;
}

#header2
{
  height: 94px;
  background-color: #9C0401;
  color: white;
  text-align: center;
  padding-left: 230px;
}

#header2 a
{
  color: white;
}

#header2 h1
{
	height: 1em;
	filter: Shadow(Color=black, Direction=135, Strength=5);
}

#nav
{
  float: left;
  width: 200px;
  height: 550px;
  background: url(/images/repeat_vertical_bar.jpg) repeat-y;
}

#nav img
{
  float: left;
}

#nav ul
{
  position: relative;
  top: 80px;
}

#nav ul li
{
  list-style-type: none;
  height: 30px;
  border-bottom: 1px solid #9C0401;
  margin-bottom: 2px;
  padding: 2px;
}

#nav a
{
  font: 11px arial;
  font-weight: bold;
  color: black;
}

#nav a:hover
{
  text-decoration: none;
  color: #9C0401;
}

#content
{
  width: 670px;
  margin-left: 230px;
  margin-top: -162px;
  min-height: 600px;
}

* html #content
{
  position: relative;
  top: -438px;
}

body
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 12px;
  background-color: #E5E0C0;
}

#footer
{
  text-align: center;
  font-color: #4E4A47;
}

.cssform p
{
  width: 345px;
  margin: 0;
  padding: 10px 0 10px 0;
  padding-left: 135px; /*width of left column containing the label elements*/
  border-top: 1px dashed gray;
  height: 1%;
}

div.row label 
{
  font-weight: bold;
  display: block;
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-left: -75px; /*pull it over a little*/
  text-align: right;
}

.form_error { 
  color: #f00;
 }