body {
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
	background-image: url(images/sidebar.gif);
	font-family: Georgia;
}

h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	text-align: left; 
}

p, div#content li {
	font-size: 16px;
	line-height: 22px;
	padding: 0px 20px;
	color: #fef8ea;
	text-align: justify;
}

h1 {
	font-weight: 300;
	font-size: 20px;
	margin: 10px 20px;
	color: #fef8ea;
	border-bottom: 2px solid #fef8ea;
}

h2 {
	font-weight: 300;
	font-size: 17px;
	margin: 10px 20px;
	color: #fef8ea;
}

address {
	font-family: Georgia;
	font-style: normal;
	padding: 20px;
	color: #586681;
	font-size: 18px;
	line-height: 25px;
}

a:link, a:active, a:visited {
	color: #fef8ea;
	text-decoration: underline;
}

a:hover {
	color: #a0abbf;
}

/* ---------------------------- PAGE LAYOUT ELEMENTS ----------------------------  */

div#container {
	width: 900px;
	margin: 0px auto;
	background-image: url(images/sidebar.gif);
	overflow: auto;
	border-left: 3px solid #586681;
	border-right: 3px solid #586681;
}

div#audio {
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
}

div#flash {
	width: 551px;
	height: 153px;
}	

div#content {
	background-image: url(images/content.gif);
	width: 551px;
	float: right;
}

div#sidebar {
	width: 349px;
	float: left;
}

div#footer {
	border-top: 2px solid #fef8ea;
	margin: 0px 20px;
	padding: 10px 0px;
}

div#owner {
	padding-top: 10px;
	font-size: 12px;
}

div#copyright {
	font-size: 9px;
	font-family: Georgia;
	color: #fef8ea;
}

div#copyright img {
	border: none;
	padding-top: 15px;
}

div#copyright a:link, div#copyright a:visited {
	color: #fef8ea;
	text-decoration: underline;
}

div#copyright a:hover {
	color: #a0abbf;
}

/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */

div#nav {
	width: 551px;
	height: 122px;
	background-image: url(images/nav.gif);
}

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 {
	display: block;
	width: 100px;
	height: 56px;
	padding: 66px 5px 0px 5px;
	margin: 0px;
	text-decoration: none;
	text-align: center;
}

ul#mainnav a:hover, .current, a.current:visited  {
	color: #586681;
	background-image: url(images/nav-down.gif);
}

/* ----------------------------  NAVIGATION (UTILITY) ----------------------------  */

div#utility {
	color: #fef8ea;
	padding-bottom: 15px;
}

div#utility a:link, a:active, a:visited {
	color: #fef8ea;
	text-decoration: underline;
}

div#utility a:hover {
	color: #a0abbf;
}

/* ---------------------------- CUSTOM CLASSES ----------------------------  */

img.right {
	float: right;
	padding: 5px;
	background: #fef8ea;
	margin: 0px 20px 15px 15px;
}

div.column {
}

div#map {
	width: 500px;
	border: 2px solid #fef8ea;
	margin: 0px auto;
	margin-bottom: 10px;
}

/**************************FORMS**************************/

fieldset {
	width: 300px;
	text-align: left;
	margin: 0px auto;
	border: none;
	color: #fef8ea;
}

.formoptional {
	padding: 5px 0px;
	font-size: 14px;
}

.formrequired {
	padding: 5px 0px;
	font-size: 14px;
	font-weight: bold;
}