/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #900;
}

/* 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, ol, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #737D72;
}
/* Redefines the p tag */
p {
	font-size: 11px;
	line-height: 16px;
	margin-right: 35px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0px;
	margin-top: 0px;
	color: #000000;
}

h1 {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #990000;
	padding: 0px;
	margin-top: 15px;
	margin-right: 30px;
	margin-bottom: 20px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-transform: capitalize;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
	color: #000000;
}
a:visited {
	color: #515A50;
}
a:hover {
	text-decoration: underline;
	color: #929D91;
}

address {
	font: bold normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	margin: 0px 0px 20px;
	text-align: center;
	text-transform: uppercase;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

table.sitebg {
	background: #E7E7E7;
	width: 850px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	text-align:center;
}

/* Creates the div container for the site. */
div#container {
	background: url(images/contentbg.gif);
	width: 800px;
	margin: 0 auto;
	padding: 0;
}

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.gif) no-repeat;
	position: relative;
	width: 800px;
	height: 155px;
	margin: 0px;
	padding: 0px;
}

/* Creates the div for the nav or sidebar */
div#nav {
	float: left;
	width: 140px;
	margin: 0px 0px 0px 2px;
	padding: 0px;
	vertical-align: top;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 565px;
}

div#content img {
	padding: 0px;
	margin: 0px;
	text-align: left;
	float: none;
}

div#content img.right {
	float: right;
	clear: right;
	margin-left: 30px;
	border: 1px solid #000000;
	padding: 2px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 35px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	background-image: url(images/footerbg.gif);
	background-repeat: repeat;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0px auto;
	padding: 0px;
	text-transform: capitalize;
}
div#copyright a {
	font-size: 9px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
/* ----------------- MAIN NAVIGATION ----------------- */
ul#mainnav {
	padding: 0px;
	margin: 0px;
	width: 198px;
	vertical-align: top;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	line-height: 15px;	
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 173px;
	font: bold normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 0px 12px;
	text-indent: 10px;
	margin: 0px;
	text-transform: capitalize;
	background-image: url(images/nav.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #FFFFFF;
	background-image: url(images/navover.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

ul#list {
	margin-left: 60px;
	margin-bottom: 20px;
	margin-right: 80px;
}

ul#list li {
	font-size: 11px;
	margin-bottom: 5px;
	list-style-type: disc;
	color: #000000;
}

iframe {
padding: 0px;
margin: 0 0 0 -20px;
}

iframe.map {
	padding: 0px;
	margin: 0px 0px 20px;
	border: 1px solid #515A50;
}
div#contentend {
	margin: 0px;
	padding: 0px;
}
hr {
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 1px;
}


.style1 {
	font-size: 24px;
	color: #990000;
	font-weight: bold;
}
