/* BASIC */

body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
	text-align: center;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
	
}
#mainmap
{
	margin-top: 300px;
	width: 865px;
	margin-right: 10px;
	float: right;
	
}
p.redtexta {
	margin: 0px;
	padding: 0px;
	color: #990000;
	text-decoration: underline;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	
	text-transform: uppercase;	
}
p.redtextb {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
}
p.bluetextb {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
}
p.bluetexta {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	text-decoration: underline;
	text-transform: uppercase;
}
p.goldtexta {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font: bold 1.5em "Arial Narrow", sans-serif;
	text-align: center;
}
a img { 
	border: none;
}

/* LAYOUT */
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right: 2px solid #000000;
	border-left: 2px solid #000000;
	background: #FFFFFF repeat-y right top;
	text-align: left;
}

#banner {

	width: 200px;
	height: 200px;
	float: left;
	border-bottom: 2px solid #000000;
	
}


#nav {
	float: left;
	width: 180px;
	clear: left;
	background-color: #FFFFFF;
}
#main {

	margin-top: 2px;
	float: left;
	width: 750px;
	margin-right: 10px;
	padding-left: 10px;
	display: inline;
}
#mainHead {

	margin-top: 2px;
	float: left;
	width: 750px;
	margin-right: 10px;
	padding-left: 10px;
	display: inline;
}


#legal {
	border-top: 1px dashed #999999;
	margin-right: 120px;
	font-weight: bold;
	font: 12pt "Arial Narrow", sans-serif;
	color: #666666;
	padding: 5px 120px 20px;
	clear: both;
}



/* BANNER STYLES */
#banner img {
	float: left;
	border-bottom: 2px solid #000000;
}


/* NAVIGATION */
#mainNav li {
	list-style: none;
	display: inline;
}
#mainNav a {
	text-decoration: none;
	color: #ffffff;
	font-size: 1.1em;
	text-transform: uppercase;
	border-bottom: 1px solid #999999;
	display: block;
	padding: 25px 5px 7px 30px;
	border-right: 1px solid #999999;
	background: url(Images/button.jpg) no-repeat;
	text-align: center;
	

}

#mainNav ul {
	border-top: 1px solid #999999;
	
}

#mainNav a:hover {

	background: url(Images/button.jpg) no-repeat;
	color: #FFCC00;
	padding-right: 15px;
	padding-left: 30px;

	white-space: nowrap;
}




#sitetools li a {
	font-size: 1em;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 2em;
	background: #1B3A89;
	padding: 5px;
	height: 1.5em;
	border: 1px solid #4D69B0;
	font-weight: bold;
}
#sitetools li a:hover {
	color: #10214E;
	background: #DCE5FF;
}

/* MAIN */

#main a {
	text-decoration: none;
	color: #152D6A;
}

#main h1 {
	color: #0000FF;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #000000;
	font: normal 2.7em Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
}

#main h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
}
#main p {
	font-size: 1.25em;
	margin-bottom: 5px;
}

ulist
{
	list-style: square inside;
	font-size: 1.25em;
	
	
}
images
{
	float: right;
	width: 300px;
	padding-bottom: 15px;
	
	
}






/*Link Attributes*/

a.redtexta:link {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #990000;
	text-transform: uppercase;
	text-decoration: none;
	}
a.redtexta:visited {	
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #990000;
	text-transform: uppercase;
	text-decoration: none;
	}
a.redtexta:hover {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #990000;
	text-transform: uppercase;
	text-decoration: none;
	}
	
a.redtextb:link {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px dashed #990000;
	
	text-decoration: none;
	}
a.redtextb:visited {	
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px dashed #990000;
	
	text-decoration: none;
	}
a.redtextb:hover {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	
	border-bottom: 1px dashed #990000;
	text-decoration: none;
	}
	
	

a.bluetexta:link {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #0000FF;
	text-transform: uppercase;
	text-decoration: none;
	}
a.bluetexta:visited {	
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #0000FF;
	text-transform: uppercase;
	text-decoration: none;
	}
a.bluetexta:hover {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 16pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 2px solid #0000FF;
	text-transform: uppercase;
	text-decoration: none;
	}
	
a.bluetextb:link {
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px dashed #0000FF;
	text-decoration: none
	}
a.bluetextb:visited {	
	margin: 0px;
	padding: 0px;
	color: #0000FF;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px dashed #0000FF;
	text-decoration: none
	}
a.bluetextb:hover {
	margin: 0px;
	padding: 0px;
	color: #990000;
	font: bold 12pt "Arial Narrow", sans-serif;
	text-align: center;
	border-bottom: 1px dashed #0000FF;
	text-decoration: none
	}
	

a.legal:link {

	font-weight: bold;
	font: 12pt "Arial Narrow", sans-serif;
	color: #666666;
	border-bottom: 1px dashed #666666;
	text-decoration: none

	}
a.legal:visited {	

	font-weight: bold;
	font: 12pt "Arial Narrow", sans-serif;
	color: #666666;
	border-bottom: 1px dashed #666666;
	text-decoration: none

	}
a.legal:hover {

	font-weight: bold;
	font: 12pt "Arial Narrow", sans-serif;
	color: #666666;
	border-bottom: 1px dashed #666666;
	text-decoration: none
	}




	
/* Javascript stuff*/


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;

}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;

}

#dropmenudiv a:link{ /*hover background color*/

color: #0000FF;
}


#dropmenudiv a:visited{ /*hover background color*/

color: #0000FF;
}


#dropmenudiv a:hover{ /*hover background color*/
background-color: red;
color: #0000FF;
}


