body {
  background: url(images/background.gif) top left repeat-x fixed #000033;
  color:white;
  margin:15px; 
  font-family:Verdana, Arial, sans-serif;
}

.header {
  width:750px;
  height: 77px;
  background-image: url(images/headbg.gif);
  color: white;
  margin:0 auto 0 auto;
  border:1px solid white;
  border-bottom:1px solid black;
  padding: 0px;
}

.header h1 {
margin: 0;
width:193px;
height:77px;
background: url(images/logo.gif);
float:left;
padding: 0;
}

.header h1 span
{ display:none; }

.header a {
  color:#ff6600;
  text-decoration:none;
  font-weight:bold;
  font-size:12px;
  font-family: Verdana, Arial, sans-serif;
  border-left:1px solid white;
  padding-left:10px;
}
.header a:hover {
  color:white;
}
.header ul {
  display:block;
  list-style-type:none;
  float:right;
  padding-right:10px;
  padding-top:5px;
  margin:4px;
}
.header li {
  display: inline;
  margin-left:5px;
  margin-right:5px;
}

.contactbar {
  width:750px;
  height:16px;
  color: white;
  margin:0 auto 0 auto;
  text-align:center;
  padding: 5px 0 5px 0;
  font-size:9pt;
  border:1px solid white;
  border-bottom: 1px solid black;
  border-top:0;
  background-image: url('images/contactbg.gif');
}

.contactbar span {
  font-weight:bold;
}
  
.content {
  width:750px;
  background-color: #fcfcfc;
  color: #101010;
  margin:0 auto 0 auto;
  text-align:left;
  border:1px solid white;
  font-family: Avenir, "Lucida Grande", Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size:10pt;
  /*background-image: url(genImage640x266.jpg);*/
}

.content p,address{
  padding-left:20px;
  padding-right:20px;
  line-height:15pt;
}

.footer {
  text-align:center;
  color:white;
  font-size:small;
}

/* Don't really need this, rightpane can just float... */
.mainpane {
  background-color: transparent;
  color: black;
  margin:10px;
  text-align:left;
  width:570px;
  border-right: 1px dotted black;
}

.rightpane {
  background-color: transparent;
  color: black;
  float:right;
  margin:5px;
  text-align:center;
  width:150px;
}
.rightpane h2 {
  text-align:center;
  color:black;
  font-size:10pt;
  font-weight:bold;
  padding:0px 3px 0px 3px;
  letter-spacing:0;
  background-color:transparent;
}
.rightpane ul {
  list-style: none;
  margin:0 auto 0 auto;
  padding: 0;
  text-align:center;
}
.rightpane li {
  font-weight:bold;
  margin: 0;
  padding:2px 2px 2px 10px;
}
.rightpane li a {
  display: block;
  padding-top: 3px;
  padding-bottom: 3px;
  color: white;
  text-decoration: none;
  position: relative;
  background: url(images/buttons.gif) 0 0 no-repeat;
  width:130px;
}

.rightpane li a:hover {
  background-color: #222244;
  color: white;
  background-position: -130px 0;
}
	     

h1, h2, h3, h4, h5, h6	{
	font-family: 	Verdana, Myriad, Arial, "Bitstream Vera Sans", Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 25px;
	margin-bottom: 2px;
	letter-spacing: 1px;
  padding-left:20px;
  padding-right:20px;
color:black;
	}

/* table stuff */
#results {
  margin:5px;
  border:2px solid black;
  text-align:right;
  border-collapse: collapse;
  width:93%;
}

#results caption {
  font-size:large;
  font-weight:bold;
}

#results tbody tr td{
  background-color: #bbb;
  padding:2px 10px 2px 10px;
  margin:0;
  border-bottom:1px solid black;
}
#results tbody tr.odd td {
  background-color:#eee;
}

#results thead a {
  color:#ff4a1a;
  padding:0 10px 0 10px;
}

#results thead {
  background-color:white;
  text-align:right;
  border-bottom:2px solid black;
}



#admin {
  margin:20px;
text-align:right;
font-size:11pt;
}
#admin td{
padding:2px 10px 2px 10px;
}
#admin tr{
background-color: #888;
}
#admin tr.o {
background-color: #000;
}


.header current_page {
 color:white;
}

.emailform {
width:80%;
padding:10px;
text-align:right;
}
.emailform span{
font-size:x-small;
}

.emailform legend{
font-size:12px;
}
.emailform label{
font-weight:bold;
padding:10px;
}


.emailform input, textarea{
border:1px solid black;
}

.emailform input:focus, textarea:focus{
border:1px solid #f0a000;
}




