body {
	background: url(images/bg_site.gif) repeat;
	margin: 0px;
	padding: 0px; 
	text-align: center;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
p {
	font-size: 12px;
	line-height: 16px;
}
p.clear1 {
	clear: left;
}
p.clear2{
	clear: right;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid #999999;
	border-bottom: 1px dotted #999999;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #0033CC;
	text-align: center;
	font-family: Times, serif;
}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #333333;
	padding-top: 10px;
}

a:link {
	color: #333333;
}
a:visited {
}
a:hover {
	font-weight: bold;
}
a:active {
}

li {
	font-size: 12px;
	margin-bottom: 5px;
}
iframe {
	margin-top: -20px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 770px;
	margin: 5px auto 0px;
	background: url(images/bg_container.jpg) repeat-y;
	border: 1px solid #999999;
}
div#audio {
	position: absolute;
	left: 640px;
	top: 117px;
}

div#header {
	background: url(images/header.jpg) no-repeat;
	height: 141px;
	position: relative;
	}
	div#header object {
	position: absolute;
	left: 468px;
	top: 21px;
	}


div#content {
	float: right;
	width: 530px;
	padding-right: 10px;
	padding-bottom: 20px;
}


div#footer {
	clear: both;
	background: url(images/footer.jpg) no-repeat;
	height: 46px;
	}
	div#footer img {
	clear: right;
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	border: 1px inset #CCCCCC;
	}


div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	width: 750px;
	margin: 0px auto;
	padding-top: 15px;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #666666;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	color: #000000;
	}
	
/* ----------------- MAIN NAVIGATION ----------------- */
div#nav {
	width: 200px;
	float: left;
	padding-left: 10px;
	background: url(images/bg_nav.jpg) no-repeat;
	}
	ul#mainnav {
	margin: 0px;
	padding: 0px;
	}
	ul#mainnav li {
	display: inline; 
	list-style: none;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 180px;
	border-bottom: 1px ridge #333333;
	padding: 5px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	}
	ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	background: #000000;
	font-weight: bold;
	}	
	
/* ---------------------------- UTILITY NAVIGATION ----------------------------  */
div#utility {
	width: 750px;
	margin: 0px auto;
	height: 12px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: right;
	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: 2px 8px;
	margin: 0px;
	border-right: 1px solid #666666;
	color: #333333;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	text-decoration: underline;
	color: #000000;
	}	
	
	
/* ----------------------------CUSTOM CLASSES ----------------------------  */
img.left {

	float: left;
	margin-bottom: 10px;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}

img.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
	border: 1px solid #CCCCCC;
	background: #FFFFFF;
	padding: 5px;
}

div.pullout {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	}
div.pullout2 {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
	border-top: 1px solid #CCCCCC;
}

div#slogan {
	position: absolute;
	top: 117px;
	left: 206px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	width: 416px;
}
