	body {
		margin: 0;
		padding: 0;
		background: #B7511E url(/images/site/background-page.gif) repeat-x left top;
		font: normal 76%/1.45em Arial, Helvetica, sans-serif;
		color: #66883a;
		text-align: center;
	}

	body a { color: #66883a; }

	a img { border: none; }

	form, map {
		margin: 0;
		padding: 0;
	}

	td, th { font-size: 76%/1.45em; }

	.padding td { padding-right: 50px; }

	h1 {
		margin-top: 0;
		padding-bottom: 0.75em;
		font-size: 2.2em;
		text-transform: uppercase;
		letter-spacing: -1.5px;
	}

	h2 {
		font-size: 1.3em;
		line-height: 1em;
	}

	h3 {
		margin-bottom: .05em;
		font-size: 1.3em;
		line-height: 1em;
	}

	h4 {
		font-size: 1.1em;
		line-height: 1em;
	}

	h5 {
		margin-bottom: .05em;
		font-size: 1.1em;
		line-height: 1em;
	}

	.subnet {
		font-size: 1.1em;
		line-height: 1em;
		font-weight: bold;
	}

	#site-container {
		margin: auto;
		width: 774px;
		background: transparent url(/images/site/background-body-repeat.gif) repeat-y top center;
		text-align: left;
	}

	#header-container {
		background: transparent url(/images/site/background-header.gif) no-repeat top center;
		height: 83px;
	}

	#top-nav {
		height: 51px;
		margin-right: 23px;
		text-align: right;
	}

	#mid-nav {
		height: 32px;
		text-align: center;
	}

	#top-nav ul, 
	#mid-nav ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	
	#top-nav ul li, 
	#mid-nav ul li {display: inline;}

	#body-container {
		min-height: 376px;
		margin: 0;
		padding: 125px 74px 3px 74px;
	}

	* html #body-container { height: 341px; }

	#home-container {
		min-height: 266px;
		padding: 235px 49px 3px 49px;
		background: transparent url(/images/site/background-body-home.jpg) no-repeat top center;
	}

	* html #home-container { height: 266px; }

	body.nofrog #body-container {background: transparent url(/images/site/background-body-nofrog.jpg) no-repeat top center;}

	body.frog #body-container {background: transparent url(/images/site/background-body-frog.jpg) no-repeat top center;}

	body.frog #frog-placeholder {
		float: right;
		margin: 0;
		padding: 0;
		width: 186px;
		height: 195px;
		background: transparent url(/images/site/blank.gif);
	}
		
	#footer-container {
		background: #B7511E url(/images/site/background-footer.gif) no-repeat top center;
		height: 100px;
		text-align: right;	
		color: #e4bfac;
		letter-spacing: -1px;
	}

	.footer-container-home { background: #B7511E url(/images/site/background-footer-home.gif) no-repeat top center !important; }

	#footer-container a {
		color: #fff;
	}

	#footer-right {
		margin: 0;
		padding: 42px 23px 0 0;
		float: right;
		font-size: .8em;
	}

	.errors, .error { color: #900; }