body {
	background: #fff;
	background-image: url(images/bg-page.gif);
	background-repeat: repeat-x;
	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 {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	border-left: 10px solid #0c69ca;
	padding-left: 5px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #0c69ca;
	padding-left: 5px;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 11px;
	text-align: right;
	padding: 0px 10px 10px 10px;
	margin-right: 10px;
	color: #333333;
	border-right: 10px solid #333333;
	clear: both;
}
a:link {
	color: #818182;
}
a:visited {
	color: #818182;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color: #0c69ca;
}
a:active {
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}
div#audio {
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	hieght: 30px;
	margin: 0px 0px 0px 10px;
	background: #fff;
	border: 1px solid #333333;
	position: absolute;
	left: 828px;
	top: 140px;
}
div.map {
	text-align: left;
	float:right;
	padding-bottom:10px;
}
hr {
	clear:both;
	margin:0px 0px 20px 0px;
}
div.map iframe {
	border:1px solid #000000;
}
div#header {
	position: relative;
	margin-bottom: 10px;
}
div#flash {
}
div#content {
	background-image: url(images/content-top.gif);
	background-repeat: no-repeat;
	width: 680px;
	float: right;
	background-color: #fff;
	color: #333333;
	padding: 10px;
}
div#sidebar {
	width: 274px;
	float: left;
}
div#footer {
}
div#owner {
	font-size: 10px;
	margin: 10px;
}
div#owner a:link {
	text-decoration: none;
	color:#0c69ca;
}
div#copyright {
	margin-top: 10px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #818182;
}
div#copyright img {
	border: none;
}
div#copyright a:link, div#copyright a:visited {
	color: #818182;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------------------  NAVIGATION ----------------------------  */
div#nav {
	position: absolute;
	left: 0px;
	top: 2px;
	width: 905px;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 11px;
	color: #818182;
	text-decoration: none;
	text-align: center;
	display: block;
	width: auto;
	padding: 15px 15px 6px 15px;
	margin: 0px;
}
ul#mainnav li a:hover {
	border-bottom: 10px solid #818182;
}
ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	border-bottom: 10px solid #0c69ca;
	color: #0c69ca;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	height: 44px;
	clear: both;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-y;
}
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 6px 20px;
	margin: 0px;
	border-right: 1px none #ccc;
}
ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	color: #0c69ca;
}
/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
div#photosright {
	float: right;
	width: 335px;
	margin-left: 15px;
}
img.left {
	float: left;
	padding:10px;
	background: #fff;
	margin: 0px 15px 10px 0px;
	border: solid 1px #818182;
}
img.right {
	float: right;
	padding:10px;
	background: #fff;
	margin: 0px 0px 10px 15px;
	border: solid 1px #818182;
}
div.column {
}
.redbodytext {
	color: #0c69ca;
	font-weight: bold;
}

.bbb-logo {
	border: 0px;
	padding: 10px;
}