@charset "UTF-8";
/* CSS Document */


/* Global Styles */	

body {
	background-image: url(images/map_header.jpg);
	background-repeat: repeat-x;
	background-color: #005164;
}
a:link {
	text-decoration: none;
	color: #23560F;
}
a:visited {
	text-decoration: none;
	color: #005064;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 11px;
	color: #23560F;
	line-height: 15px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
h3 {
	font-size: 10px;
	color: #482200;
	line-height: 13px;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: square;
	list-style-position: outside;
	list-style-image: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-type: decimal;
	list-style-position: outside;
}

/* ID Styles */

#navigation td {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	background-position: top;
	position: fixed;
	height: 100%;
	display: block;
	vertical-align: top;
	}

#maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #482200;
	background-color: #E8E4DE;
	background-image: url(images/sun.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 7px;
	border-bottom-width: 5px;
	border-left-width: 7px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #DED6C7;
	border-bottom-color: #DED6C7;
	border-left-color: #DED6C7;
	margin: 0px;
}

	
#information a {
	color: #DED6C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
#information a:hover {
	color: #E8E4DE;
	text-decoration: underline;
	}

#sidebar td {
	margin: 0px;
	padding: 0px;
}

	
	/* Class Styles */
	
.smallText {
	color: #ffffff;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
.medText {
	color: #005B6D;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 24px;
	display: block;
	}
.sidebar {
	line-height: 0em;
	margin: 0px;
	padding: 0px;
	background-position: top;
	}	

.infotext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #005163;
	line-height: 13px;
	margin: 0px;
	padding: 0px;
	}	

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #482200;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
	} 
	
.footer {
	margin: 0;
	line-height: 0px;
	padding: 0px;
	}
	
.breadcrumb {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #FFFFFF;
	text-align: center;
	line-height: 12px;
	font-weight: bold;
}
.caption {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	line-height: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-right: 8px;
	margin-left: 8px;
	color: #23560F;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #E8E4DE;
	text-align: center;
	line-height: 8px;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.copyright a {
	color: #DED6C7;
}
.copyright a:hover {
	color: #E8E4DE;
	text-decoration: underline;
}
