body {
	margin: 0;
	background-color: #fff;
	background-image: url(../images/background_tile.gif);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	}

#container {
	margin: 0 auto;
	width: 830px;
	}
	
#header {
	}
	
#leftcontent {
	width: 454px;
	float: left;
	margin: 0;
	font-size: .9em;
	}
	
#bodycontent {
	margin-left: 15px;
	width: 400px;
	font-size: 13px;
	line-height: 1.4em;
	font-weight: normal;
	}
	
#rightcontent {
	width: 334px;
	color: #fff;
	float: right;
	text-align: left;
	margin-top: 0px;
	background-color: #919181;
	}
	
#rightpad {
	margin: 10px 25px;
	}
	
	
#map {
	border: 2px solid #cb9f5b;
	}

ul#navigation {
	width: 454px;
	height: 37px;
	font-size: 23px;
	margin-top: 8px;
	padding: 0;
	}
	
*html ul#navigation {
	margin-top: -4px;
	padding-top: 3px;
	}

ul#navigation li {
	display: inline;
	padding: 7px 7px 4px 7px;
	}

ul#navigation li a {
	color: #fff;
	padding: 7px 7px 4px 7px;
	text-decoration: none;
	font-weight: normal;
	}

ul#navigation li a:hover {
	background-color: #ff1100;
	}
	
ul#navigation li.selected {
	background-color: #ff1100;
	}
	
a:link {
	color: #940000;
	text-decoration: none;
	}

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

a:hover {
	text-decoration: underline;
	}
	
ul#rightlinks {
	padding: 0;
	margin: 0;
	}
	
ul#rightlinks li {
	margin: 0px;
	padding: 5px;
	list-style: none;
	}

ul#rightlinks li a {
	color: #fff;
	padding: 5px;
	text-decoration: underline;
	}

ul#rightlinks li a:hover {
	background-color: #ff1100;
	margin: 0;
	text-decoration: none;
	}
	
ul#rightlinks li a.selected {
	background-color: #ff1100;
	margin: 0;
	padding: 5px;
	text-decoration: none;
	}
	
h1 {
	font-size: 25px;
	font-weight: normal;
	letter-spacing: -.04em;
	line-height: 1.2em;
	}
	
h3 {
	font-size: 17px;
	font-weight: normal;
	color: #967643;
	letter-spacing: -.04em;
	}
	
.tight {
	margin: -10px 0 20px 0;
	}
	
.address {
	color: #000;
	font-size: 12px;
	margin-bottom: 0;
	}
	
.telephone {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	}
	
.subhead {
	font-weight: bold;
	color: #1a0070;
	line-height: 17px;
	}
	
/**** Misc. (from A List Apart - thanks!)*****************************/

div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 120px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 240px;
  text-align: left;
  }

