body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #B40000;
}

/* 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: "Times New Roman", Times, serif;
}
/* Redefines the p tag */
p {
	padding: 0px;
	color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
}


h1 {
	font-size: 22px;
	text-align: left;
	color: #000000;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #949494;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	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;

}

address {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 20px;
	width: 200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 10px;
	color: #000000;

}

.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 {
}
/* ----------------- DIVS ----------------- */
div#header {
	width: 770px;
	height: 202px;
	padding: 0px;
	margin: 0px;
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat;
}

div#container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	width: 770px;
	background-image: url(images/bg_content.gif);
	background-repeat: repeat;
	border: 1px solid #313131;
}
h2 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFBBBF;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}


div#content {
	margin: 0px;
	color: #000000;
	width: 527px;
	text-align: left;
	font: 14px/22px Verdana, Arial, sans-serif;
	padding: 0px 0px 10px;
	float: right;
}
div#sidebar {
	float: left;
	width: 243px;
	margin: 0px;
	padding: 0px;
}
address a {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}


div#footer {
	clear: both;
	width: 750px;
	height: 25px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

div#footer a:link, div#footer a:hover, div#footer a:visited, div#footer a:active {
	color: #FFFFFF;
}

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #FFFFFF;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}
div#audio {
	padding-right: 0px;
	padding-top: 10px;
	margin: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

div#map {
	border:solid 1px #000000;
	height: 300px;
	width: 350px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	float: right;
	margin-right: 20px;
}

div#iframe {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 20px;
}

/* ----------------- NAVIGATION ----------------- */

div#mainnav {
	width: 243px;
	margin:0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
table {
	padding: 0px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 16px;
}
th {
	text-align: center;
}

.red {
	color: #FF0000;
}
td {
	text-align: center;
}
div#clear {
	clear: both;
}



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:#333333;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 29px;
	background-color:#a19da1;
	text-align: center;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

ul#nav li a#current:link, ul#nav li a#current:visited, ul#nav li a:hover {
	color:#F5F5F5;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #B40000;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.right {
	float: right;
	margin-left: 15px;
	border: 1px solid #000000;
	margin-bottom: 15px;
	padding: 2px;
}

#listfloatleft {
	float: left;
	padding: 0 0 0 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
