
body {
	background: #FFF;
  	margin: 0px;
  	padding: 0px;
  	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}	

td {
	font-size:85%;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	color: #774f42;
}

form {
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
    margin: 0px;
  	padding: 0px;
}

h1 {
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	color: #774f42;
	margin-top: 0px;
	margin-bottom: -14px;
}

h2 {
	font-size:100%;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #b3ad70;
	margin-top: 2px;
	margin-bottom: -0px;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 159px; 
	width: 100%;
	background-color: #B3AD70;
	border: solid 0px #777;
	font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #FFF;
}

.nav {
	position: absolute;
	top: 159px;
	left: 0px;
	width: 100%;
	height: 37px;
	border: 0px solid black;
	background: #FFF url("../../images/bg_nav.gif") repeat-x left top; 
}

.green { 
	font-size: 12px; 
	font-weight: normal; 
	text-decoration: none; 
	color: #b3ad70; 
}

#wrap {
  position:absolute;
  top:196px;
  left:0px;
  width:950px;
  margin:0 auto;
  text-align:left;
  }

#content {
  position:relative;
  top: 38px;
  left: 46px;
  border: solid 0px #939598;
  height: auto;
  width:auto;
  font-size:85%;
  font-family:"Times New Roman", Times, serif;
  font-size: 13px;
  font-weight: normal;
  color: #774f42;
  }
  
#footer {
  position:relative;
  top: 10px;
  left: 0px;
  border: solid 0px #939598;
  font-size:85%;
  font-family:"Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: normal;
  color: #b3ad70;
}

#footer a:link		{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }
#footer a:visited 	{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }
#footer a:hover 		{ font-size: 12px; font-weight: normal; text-decoration: underline; color: #b3ad70; }
#footer a:active 	{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }

a.green:link		{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }
a.green:visited 	{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }
a.green:hover 		{ font-size: 12px; font-weight: normal; text-decoration: underline; color: #b3ad70; }
a.green:active 	{ font-size: 12px; font-weight: normal; text-decoration: none; color: #b3ad70; }
