* {
	padding:0;
	margin:0;
}

body {
	background: url(../images/background.gif);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 82%;
	font-weight: normal;
	height: 100%;
	text-align: center;
	width: 99%;
	padding:0;
	margin:0;
}

#header {
	background: url("../images/header_image.jpg");
	height: 152px;
	width: 799px;
  padding: 0px 0px 0px 0px;
  font-size: 1.2em;
	font-weight: bold;
	color: #724C37;
}

#header td {
  font-size: 1em;
	font-weight: bold;
	color: #724C37;
}

#content {
	background: url("../images/content_table_background3.jpg") no-repeat;
	/*height: 100%;*/
	width: 799px;
  padding: 0px 0px 0px 0px;
}

#footer {
	background: url("../images/footer_image.jpg") no-repeat;
	height: 124px;
	width: 799px;
	padding: 0px 0px 0px 0px;
}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, 
fieldset, address { margin:0.75em 0;}

h1 {font-size:1.67em;}

h2 {
  font-size:1.39em;
  }

h3 {font-size:1.2em;}

h4 {font-size:1em;}

a {
	color: #A65A0E;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #A65A0E;
	font-weight: normal;
	text-decoration: underline;
}

.nav {
	color: #D9B59B;
	font-size:1.1em;
	font-weight: normal;
	text-decoration: none;
}

.nav:hover {
	color: #D9B59B;
	font-size:1.1em;
	font-weight: bold;
	text-decoration: none;
}

.title {
  font-size:1.39em;
  text-transform: lowercase;
}

.subtitle {
  font-size:1em;
  font-weight: bold;
}

.note {
  color: #FFFF9B;
	font-size:1.1em;
	font-weight: normal;
	 font-style: italic;
	text-decoration: none;
}
.note:hover {
  color: #FFFF9B;
	font-size:1.1em;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
}

.errFld 
  {
  border: 1px solid #F00;
  background: #FFAFAF;
  }
  
.errBox 
  {
  background-color: #FFAFAF;
  }
  
.errMsg 
  { color: #C33;} 
 
table td{
	padding:0px;
	font-weight:normal;
	color: #E5BD9A;
}

form {
  padding: 1px;
  margin: 0;
}
 
input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #000;
  background: #FCFFDF;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #F2F3E7;
  border: 1px solid #000;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 1px 1px;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #5E3D34;
  border-width: 1px;
  border-style: solid;
  border-color: #385D81 #000000 #000000 #385D81;
}

input.radio {
  background: none;
  border: 0px;
}
