body {
	background: #666666;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

body#audio {
	background: #663300;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}


/*  ---------------------- Redefines the p tag  ---------------------- */

p {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #333333;
	padding-left: 30px;
	padding-right: 20px;
	text-align: justify;
}

/*  ---------------------- Redefines the h tag  ---------------------- */

h1 {
	font: normal 20pt Impact, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
	padding: 2px 0px 2px 6px;
	width: 99%;
}

h2 {
	font: 16pt Impact, Verdana, sans-serif;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 3px 3px 3px 5px;
	width: 90%;
	margin-left: 10px;
	letter-spacing: 1px;
}

h3 {
	font: bold normal 9pt "Trebuchet MS", Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	padding: 3px 3px 3px 10px;
	text-transform: uppercase;
	margin: 0px;
	width: 90%;
	border: 1px solid #006600;
}


/*  ---------------------- Redefines the li tag  ---------------------- */

li {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:10pt;
	}

ul#float {
	float:left;
	width:180px;
	list-style-type: square;
	list-style-position: outside;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	background-color: #66CCFF;
	height: 100px;
	margin-left: 0px;
	border: 10px solid #FFFFFF;
	}


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #CC6600;
	text-decoration: underline;
}

a:visited {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #CC6600;
	text-decoration: underline;
}

a:hover {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}

a:active {
	font: 9pt "Trebuchet MS", Arial, sans-serif;
	color: #CCCCCC;
	text-decoration: none;
}


/* -------------------- HEADER STUFF --------------------- */

div#header {
	height: 190px;
	margin : 0px auto;
	padding : 0px;
	text-align : left;
	width: 740px;
	position: relative;
	clear: both;
	background-color: #CC0000;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}

div#sloganheader{
	position:absolute; 
	left:330px; 
	top:23px; 
	width:400; 
	height:105; 
	z-index:1
}

div#textheader {
	position:absolute;
	left:329px;
	top:76px;
	width:397px;
	height:54px;
	z-index:2;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 34px;
	text-align: center;
	letter-spacing: -1pt;
}


/* ----------------------------- Creates DIV container for top. ---------------------*/

div#top {
	background-color:#FFFFFF;
	width: 100%;
	height: 20px;
	text-align:right;
	border-bottom: 1px solid #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#contentcontainer {
	width: 740px;
	margin: 0px auto;
	height: auto;
	background-color: #000000;
	padding: 0px;
	border: 1px solid #000000;
}


div#colright {
	text-align:left;
	width:500px;
	height:auto;
	margin: 0px;
	padding: 0px 0px 40px;
	background-color: #FFFFFF;
	float: left;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

div#colleft {
	text-align:left;
	width:200px;
	height:auto;
	padding: 0px;
	float: right;
	color: #FFFFFF;
	margin: 0px;
}

div#colleft p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9pt;
	line-height: 15px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 20px 0px;
}

div#clear {
	clear:both;
	margin: 0px;
	padding: 0px;
	}


/* ---------------------- Creates MAIN NAVIGATION ---------------------- */

div#navcontainer {
	width:227px;
	height:144px;
	position: absolute;
	left: 411px;
	top: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #663300;
	padding: 3px 3px 3px 15px;
}

ul#mainnav {
	margin: 0px;
	padding-top: 10px;
}

ul#mainnav li {
	list-style-type: none;
	display: inline;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 9pt;
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 2px;
	text-transform: uppercase;
}

ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #663300;
	background-color: #FFFFFF;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #999999;
}



/* ---------------------- Creates the div container for the footer. ---------------------- */

div#footer {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	width: 739px;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 30px;
	text-align: right;
	background-color: #CCCCCC;
}

ul#footer {
	width: 100%;
	margin: 0px;
	padding: 4px;
	list-style-type: none;
	text-align: right;
}

ul#footer li {
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: right;
	padding: 8px;
}

div#footer a:link, div#footer a:visited {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #663300;
	text-decoration: none;
	text-align: right;
	display: inline;
}

div#footer a:hover, div#footer a:active {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}


/* -----------------  COPYRIGHT STUFF ----------------- */

div#copyright {
	font-size: 7pt;
	font-family:Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 740px;
	margin: 0px auto;
	padding: 10px 0px 0px;
	clear: both;
	height: 80px;
	text-align: right;
	background-color: #666666;
}


div#copyright a:link {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}

div#copyright a:visited {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #CCCCCC;
	text-decoration: underline;
}

div#copyright a:hover {
	font: 7pt "Trebuchet MS", Arial, sans-serif;
	color: #33CC00;
	text-decoration: none;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	float: left;
	margin: 5px;
	border-top: 1px solid #003269;
	border-right: 1px solid #003269;
	border-bottom: 1px solid #003269;
	border-left: 1px solid #003269;
	background-color: #FFFFFF;
	padding: 4px;
}

img.right {
	float: right;
	margin: 8px;
	border-top: 1px solid #003269;
	border-right: 1px solid #003269;
	border-bottom: 1px solid #003269;
	border-left: 1px solid #003269;
	background-color: #FFFFFF;
	padding: 5px;
}


.clear {
	clear: both;
}
div#map {
	padding: 1px;
	height: 400px;
	width: 425px;
	border: 1px solid #000000;
	margin-left: 30px;
}
