body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #FFEDA6;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p {
	padding: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 12px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}


h1 {
	font-size: 22px;
	text-align: left;
	color: #CE0C82;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CE0C82;
}

ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 35px;
	list-style-type: circle;

}
.normal_lineht {
	line-height: 16px;
}


address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 150px;
	padding-right: 0px;
	padding-top: 15px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 18px;
	text-align: center;

}

.login {
	float: right;
	padding-right: 5px;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

#listfloatleft {
            float: left;
            padding: 0 20 0 40px;
            margin-right: auto;
            margin-left: auto;
}
/* ----------------- DIVS ----------------- */
div#header {
	width: 770px;
	height: 219px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_header_2.jpg);
	background-repeat: no-repeat;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1E3072;
	padding-left: 20px;
}


div#container {
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 770px;
	border: 1px solid #800CCE;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
}

div#content {
	margin: 0px;
	color: #000000;
	width: 565px;
	text-align: left;
	font: 14px/22px Arial, Helvetica, sans-serif;
	padding: 0px 0px 10px;
	float: right;
}
div#sidebar {
	float: left;
	width: 200px;
	margin: 0px;
	padding: 0px;
}
address a {
	text-align: center;
	color: #1E3072;
	font-weight: bold;
}


div#footer {
	clear: both;
	width: 760px;
	height: 93px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cabc3f;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #cabc3f;
}

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #800CCE;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}
div#audio {
	padding-right: 20px;
	padding-top: 10px;
	padding-left: 0px;
	float: right;
}

div#map {
	border:solid 1px #000000;
	height: 350px;
	width: 350px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 5px;
}

div#iframe {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

div#clear {
	clear: both;
}

/* ----------------- NAVIGATION ----------------- */

div#mainnav {
	width: 205px;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cta {
	padding-top: 5px;
}


ul#nav {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

ul#nav li {
	display:inline;
	padding: 0px;
	margin: 0px auto;
}

ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	display:block;
	font-size:12px;
	font-weight: bold;
	text-decoration:none;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 35px;
	text-align: center;
	padding: 0px;
	background-image: url(images/nav_bg.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC00;
}

ul#nav li a#current:link, ul#nav li a#current:visited {
	color:#FFCC01;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	background-image: url(images/nav_current.gif);
}

ul#nav li a:hover {
	background-image: url(images/nav_hover.gif);
	background-repeat: no-repeat;
	color: #800CCE;

}


/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	border: 1px solid #1199CC;
	margin-left: 10px;
	margin-bottom: 5px;

}
/* ----------------- CUSTOM CLASSES ----------------- */
#listfloatleft {
	float: left;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50px;

}
