/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 0px 0px 20px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-color: #194171;
	background-repeat: repeat-y;
	background-position: center;
}
/* 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; /* Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}
h1 {
	font: bold 18px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	margin-right: 20px;
	text-transform: uppercase;
	border-bottom-style: solid;
	border-bottom-color: #F2D899;
	padding: 5px;
	background-color: #FCEABD;
}
h2 {
	font-size: 18px;
	line-height: 16px;
	color: #194171;
	margin-right: 35px;
	margin-left: 35px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2D899;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h3 {
	background-color: #FCEABD;
	font-size: 12px;
	text-transform: uppercase;
	padding: 5px;
}
iframe {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #F2D899;
}
address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #FCEABD;
	text-align: left;
	margin: 0px;
	padding: 20px;
	background-color: #353535;
}
address a:link, address a:visited {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}
address a:hover {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #83B450;
	font-size: 10px;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 990px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 408px;
}

div#header2 {
	position: relative;
	width: 990px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	height: 408px;
	background-color: #FFFFFF;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#applet {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	clear: right;
}
div#video2 {
	padding: 0px;
	height: 450px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
div#map {
	padding: 0px;
	height: 450px;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div#column {
	float: right;
	margin-right: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}
div#video {
	position: absolute;
	left: 809px;
	top: 42px;
	height: 31px;
	width: 162px;
}
/* Creates the div for the content */
div#content {
	float: right;
	margin: 1px 0px 0px;
	padding: 0px;
	width: 785px;
	position: relative;
}
div#clear {
	clear: both;
}
div#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 150px;
}
div#content img {
	padding: 2px;
	text-align: left;
	border: 1px solid #F2D899;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
div#content img.right {
	text-align: left;
	margin-top: 0px;
	margin-right: 35px;
	margin-bottom: 20px;
	margin-left: 10px;
	float: right;
	background-color: #FFFFFF;
	clear: right;
}

div#right {
	text-align: left;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	float: right;
	background-color: #FFFFFF;
	padding: 0px;
	width: 250px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px;
	width: 990px;
	background-color: #1E1E1E;
	color: #FCEABD;
	font-size: 10px;
}
div#footer a:link, div#footer a:visited {
	font-size: 10px;
	color: #FCEABD;
	text-decoration: none;
	font-weight: normal;
	text-transform: uppercase;
}
div#footer a:hover {
	text-decoration: underline;
}
/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 10px auto 0px;
	padding: 0px;
	clear: both;
}
div#copyright a:link, div#copyright a:visited {
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a:hover {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
div#list {
	float: left;
	width: 200px;
}
div#list p {
	text-transform: uppercase;
}
/* ----------------- left NAVIGATION ----------------- */

div#leftnav {
	float: left;
	width: 204px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
div#leftnav strong {
	text-transform: uppercase;
	color: #FCEABD;
	font-size: 11px;
}
ul#leftnav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
ul#leftnav li {
	display: inline;
	list-style: none;
	line-height: 15px;
}
ul#leftnav li a:link, ul#leftnav li a:visited, ul#leftnav li a:active {
	display: block;
	border-bottom: 1px solid #2C2C2C;
	color: #FCEABD;
	text-decoration: none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 0px;
	margin: 0px;
	text-align: left;
	text-indent: 15pt;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5F5C5C;
	text-transform: uppercase;
}
ul#leftnav li a:hover {
	background-color: #2C2C2C;
}
ul#leftnav li a.current:link, ul#leftnav a.current:visited {
	color: #444343;
	background-color: #FCEABD;
}
ul#list {
	font-size: 12px;
	color: #000000;
	margin-left: 60px;
	margin-bottom: 20px;
	margin-top: 10px;
	margin-right: 0px;
	font-weight: bold;
}
ul#list li {
	line-height: 13pt;
	list-style-position: outside;
	list-style-type: disc;
}
.clear {
	clear: both;
}
.clearleft {
	clear: left;
}

.textright {
	text-align: right;
	color: #FF0000;
	font-weight: bold;
	text-transform: uppercase;
}
