
body {
  background:  #fff7de;
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12px;
  text-align:  center;
  margin-top:  10px;
}

div#wrapper {
  background: white;
	width:      760px;
	margin: 0   auto;
  min-height: 530px;
	text-align: left;
	position:   relative;
	border:     1px solid #111111;
	}

div#header {
	background: url(../images/header.jpg) top left; 
  height: 105px;
  width:  760px;
  }

div#indexheader {
	background: url(../images/indexheader.jpg) top left; 
  height: 105px;
  width:  760px;
  }

@font-face {
  font-family: "Arial Black";
  src: url(../fnt/ariblk.ttf) format("truetype");
}

h1 {
  color:       #38904E;
  font-family: "Arial Black", sans-serif;
  font-size:   65px;
  margin:      0px;
  padding:     0px;
  margin-left: 170px;
  padding-top:  15px;
  }

old.h2 {
  color:         #38904E;
  font-family:   "Arial Black", sans-serif;
  font-size:     20px;
  margin:        0px;
  padding:       0px;
  margin-left:   25px;
  }
  
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size:   12px;
  font-weight: bold;
}

li {
  margin-left: 20px;
}
  
p.index {
  margin-left:  25px;
  margin-right: 20px;
  line-height:  140%;
}

p.mainimg {
  margin-top:    20px;
  margin-bottom: 15px;
  text-align:    center;
}

a,a img {border-width:0;}

a:link { 
	color: #256735;
	font-weight: bold;
	text-decoration: none;
  }

a:visited { 
	color: #256735;
  text-decoration: none;
	}

a.bolded { 
	color: #256735;
  text-decoration: none;
  font-weight:bold;
	}
	
a:hover { 
	text-decoration: underline; 
	}
	
ul {
	font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
}