body {
	background: #fff;
	background-image: url(images/body-bg.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: Georgia, "Times New Roman", Times, serif;
	text-align: left; 
	color: #262A33;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 12px;
	line-height: 1.6em;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #444c34;
	color: #262A33;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #262A33;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #444c34;
	color: #262A33;
	}
address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-style: normal;
 	color: #262A33;
   }
a:link {
	color: #781b17;
}
a:visited {
	color: #781b17;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color: #444c34;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}

div#header {
	position: relative;
}

div#flash {
	position: absolute;
	width: 294;
	height: 297;
	left: 675px;
	top: 176px;
}	

div#content {
	width: 630px;
	padding: 10px;
	float: left;
}

div#sidebar {
	width: 290px;
	margin: 0px 12px;
	padding: 80px 10px 30px 10px;
	background-color: #c2ccaf;
	float: right;
	position: relative;
}
div#audio {
	width: 205px;
	height: 51px;
	background-image: url(images/audio-bg.gif);
	background-repeat: no-repeat;
	padding: 28px 5px 0px 10px;
	font-size: 11px;
	position: absolute;
	left: 16px;
	top: 0px;
}

div#pagefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	background-image: url(images/page-footer-bg.gif);
	background-repeat:repeat-x;
	}

div#footer {
	width: 990px;
	margin: 0px auto;
	clear: both;
	height: 101px;
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	padding-top: 50px
}

div#disclaimer {
	padding: 35px 10px 10px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	}

div#copyright {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	color: #262A33;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #262A33;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 15px;
	color: #262A33;
	clear: both;
}
	div#owner a:link, div#owner a:visited {
	color: #262A33;
	text-decoration: none;
	}
	div#owner a:hover {
	text-decoration: underline;
	}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 832px;
	position: absolute;
	left: 87px;
	top: 121px;
}
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;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	color: #262a33;
	display: block;
	width: 92px;
	padding: 10px 13px 20px 13px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	ul#mainnav li a:hover {
	background-image: url(images/hover-button-bg.gif);
	background-repeat: no-repeat;
	color: #262a33;
	}

	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image: url(images/current-button-bg.gif);
	background-repeat: no-repeat;
	color: #262a33;
	}


/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	}
	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;
	color: #781b17;
	display: block;
	width: auto;
	padding: 5px 15px;
	margin: 0px;
	border-right: 1px none #ccc;
	}
	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#columns {
	width: 275px;
	float: left;
}
div#clearboth {
	clear: both;
	padding-top: 10px;
}
