/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px;
	padding: 0px;
	text-align: center;
	background-color: #037398;
}

/* 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: 15px;
	margin-left: 45px;
	margin-bottom: 20px;
	text-transform: none;
	padding: 0px;
	margin-top: 0px;
}

h1 {
	font: bold 15px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	padding: 5px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3D90F;
	text-indent: 0px;
	text-transform: capitalize;
	background-color: #F65344;
}
h2 {
	font-size: 13px;
	color: #000000;
	margin-left: 45px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
}
/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}
a:hover {
	text-decoration: underline;
	color: #D42D73;
}

address {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #037398;
	padding: 0px;
	margin: 20px 0px 20px 15px;
	text-align: left;
}
address a:link {
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background:  url("images/header2.jpg") no-repeat;
	position: relative;
	width: 770px;
	height: 182px;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

/* Creates the div container for the site. */
div#container {
	background: #FFFFFF url(images/contentbg.gif) repeat-y;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
}

/* Creates the div for the content */
div#content {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 570px;
}

div#content img.left {
	float: left;
	clear: left;
	margin-left: 30px;
	margin-bottom: 25px;
	margin-right: 20px;
	padding: 5px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
}

/* Creates the div container for the footer. */
div#footer {
	clear: both;
	margin: 0px auto;
	padding: 5px 0px 0px;
	width: 770px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 9px;
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #F7F07D;
	margin: 0px auto;
	padding: 0px;
}
div#copyright a {
	font-size: 12px;
	color: #F7F07D;
	text-decoration: underline;
	font-weight: normal;
}
div#copyright a.enter {
	font-size: 12px;
	color: #F7F07D;
	text-decoration: underline;
	font-weight: bold;
}

div#flash {
	text-align: left;
	margin: 0px;
	padding: 0px;
}


/* ----------------- left NAVIGATION ----------------- */

div#nav {
	float: right;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	width: 175px;
}
ul#nav {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border:0px;
	/* border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3D90F; */
}
ul#nav li {
	display: inline;
	list-style: none;
	width:175;
	border:0px;
	margin: 0px;
	padding: 0px;
}

ul#nav li.home  a:link, ul#nav li.home a:visited, ul#nav li.home a:active {
	background: url(images/home.gif) repeat;
	height:25px;
	width:175;
	border:0px none;
	margin: 0px;
	padding: 0px;
}

ul#nav li.home a:hover, ul#nav li.home a.current:link, ul#nav li.home a.current:visited {
	background: url(images/home_on.gif) repeat;
	height:25px;
	width:175;
	border:0px none;
	margin: 0px;
	padding: 0px;
}
ul#nav li.welcome a:link, ul#nav li.welcome a:visited, ul#nav li.welcome a:active {
	background: url(images/welcome.gif) repeat;
	height:25px;
	width:175;
	border:0px none;
	margin: 0px;
	padding: 0px;
}
ul#nav li.welcome a:hover, ul#nav li.welcome a.current:link, ul#nav li.welcome a.current:visited {
	background: url(images/welcome_on.gif) repeat;
	height:25px;
	width:175;
	border:0px none;
	margin: 0px;
	padding: 0px;
}
ul#list {
	font-size: 12px;
	color: #000000;
	margin-left: 80px;
	margin-bottom: 20px;
	margin-right: 25px;
	padding: 0px;
	margin-top: 20px;
}

ul#list li {
	list-style-image: url(images/bullet.gif);
	margin-bottom: 2px;
	list-style-position: outside;
}

iframe {
	padding: 0px;
	clear: left;
	float: left;
	margin: -50px 0px 0px 10px;
}
h3 {
	font-size: 12px;
	color: #666666;
	margin-left: 45px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-transform: none;
}
iframe.map {
	padding: 0px;
	clear: left;
	float: left;
	margin: 0px 0px 0px 45px;
	border: 1px solid #503A65;
}
applet {
	background-color: #CEC4B8;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
div#content img.right {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}
img.nav {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	border: none;
}
div#flash {

	background: #FFFFFF;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 8px solid #FFFFFF;
}
