body {
	background: url(images/page-bg.gif) repeat-x #d9f2c8;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li, td {
	font-size: 13px;
	line-height: 1.5em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	}
h2 {
	margin-top: 40px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	}
h3 {
	font-size: 18px;
	color: #9e0b0f;
}	

address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	border: 1px solid #3e8110;
	padding: 15px;
	font-size: 13px;
	line-height: 1.5em;
	color: #3e8110;
	text-align: center;
	font-weight: bold;
    }
a:link {
	color: #3e8110;
}
a:visited {
	color: #3e8110;
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 900px;
	margin: 0px auto;
	background: url(images/content-bg.gif) repeat-y; 
}

div#logo {
}

div#header {
	width: 900px;
	margin: 0px auto;
	height: 155px;
}

div#content {
	float: right;
	width: 562px;
	padding: 40px; 
}

div#sidebar {
	float: left;
	width: 256px;
	}

div#audiobkg {
	width: 257px;
	height: 76px;
	background: url(images/audio-bkg.gif) no-repeat;
	position: relative;
	float: left;
	clear: left;
	
	}
div#audio {
	position: absolute;
	left: 77px;
	top: 36px;
	}

div#footer {
	clear: both;
	height: 42px;
	background: #3e8110;
}

div#copyright {
	width: 900px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3e8110;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #3e8110;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	position: absolute;
	top: 20px;
	right: 20px;
}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 256px;
	margin-bottom: 15px;
}
ul#mainnav {
	background: #360;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 216px;
	padding: 15px 20px;
	margin: 0px;
	border-bottom: 1px solid #999;
	background: url(images/nav-bg.gif) repeat-x;
	color: #fff;
	font-weight: bold;
	}
	ul#mainnav li a:hover {
	background: url(images/nav-hover-bg.gif) repeat-x;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #9e0b0f;
	background: url(images/nav-current-bg.gif) repeat-x;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 900px;
	height: 30px;
	margin: 0px auto;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 15px 20px;
	margin: 0px;
	border-right: 1px solid #fff;
	color: #fff;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div#column {
	width: 200px;
	float: left;
	padding-right: 10px;
}
p.clearboth {
	clear: both;
	padding-top: 15px;
	}
	
.company {
font-family: Georgia, "Times New Roman", Times, serif;
}
div#map {
	border: 1px solid #418711;
	height: 400px;
	width: 550px;
	padding: 2px;
	background: #EDF9E6;
}
