body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #D3DFF1;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #29427B; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D3DFF1; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 20px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	FONT-SIZE: 0.75em;
	border-left:solid;
	border-bottom-width:medium;
	border-left-color:#29427B;
	background: #FFFFFF;
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#29427B; 
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#header {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 0.85em;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	WIDTH: 955px;
	PADDING-TOP: 0px;
	HEIGHT: 73px;
	TEXT-ALIGN: left;
}
.linkstop {
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 20px;
	FONT-SIZE: 14px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	TEXT-ALIGN: left;
	color: #FFFFFF;
	text-decoration: none;
}
.linkstop:hover {

	text-decoration: underline;
}
.linkstopsm {
	FONT-SIZE: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.linkstopsm:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.white {

	color: #FFFFFF;
}
h1 {
	FONT-SIZE: 1.4em;
}
h2 {
	FONT-SIZE: 1.3em;
}
h3 {
	FONT-SIZE: 1.1em;
}
h4 {
	FONT-SIZE: 1em;
}
.nav_container {
	width: 170px;
}
.nav_container ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav_container a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 6px;
	width: 160px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-weight: bold;
}
.nav_container a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.nav_container a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.nav_container a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: none;
	font-weight: bold;
}
.nav_container a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
	background-color: #F0F5FF;
	font-weight: bold;
}
A {
	TEXT-DECORATION: none;
}
A:hover {
	TEXT-DECORATION: underline;
}

.bold {
	font-weight: bold;
}

.towns {
	FONT-SIZE: 0.85em; FLOAT: left; WIDTH: 250px;
	font-weight:bold
}
.towns UL {
	LIST-STYLE: disc url(../images/arrow.gif) outside;
}
.towns LI {
	 FONT-SIZE: 1em; 
}
.towns LI A {
	TEXT-DECORATION: none
}
.towns LI A:hover {
	LIST-STYLE: disc url(../images/arrow1.gif) outside;
	TEXT-DECORATION: underline;
	color:#FF0000
}





	




#right {
	MARGIN: 0px 0px 0px 20px; WIDTH:330px
}
#right #explore {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px;  PADDING-BOTTOM: 70px; PADDING-TOP: 0px
}
#right #explore DIV.header {
	HEIGHT: 26px
}

#right #explore .links {
	FONT-SIZE: 0.85em; FLOAT: left; WIDTH: 330px;
	font-weight:bold
}
#right #explore .links UL {
	LIST-STYLE: disc url(../images/arrow.gif) outside;
}
#right #explore .links LI {
	 FONT-SIZE: 1em; 
}
#right #explore .links LI A {
	TEXT-DECORATION: none
}
#right #explore .links LI A:hover {
	LIST-STYLE: disc url(../images/arrow1.gif) outside;
	TEXT-DECORATION: underline;
	color:#FF0000
}





.boxOuts {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 0px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut {
	PADDING-RIGHT: 8px; PADDING-LEFT: 8px; PADDING-BOTTOM: 8px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 8px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut DIV {
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 1px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 1px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut P {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 0px; WIDTH: 95%; BORDER-TOP-STYLE: none; PADDING-TOP: 2px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut OL {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 0px; WIDTH: 95%; BORDER-TOP-STYLE: none; PADDING-TOP: 2px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut UL {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 0px; WIDTH: 95%; BORDER-TOP-STYLE: none; PADDING-TOP: 2px; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.boxOut TABLE {
	WIDTH: 100%
}
.boxOut LI {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; LIST-STYLE-POSITION: inside; PADDING-BOTTOM: 2px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 2px; BORDER-BOTTOM: #dbdbdb 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none
}
.boxOut TABLE TD {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; LIST-STYLE-POSITION: inside; PADDING-BOTTOM: 2px; MARGIN: 0px; BORDER-TOP-STYLE: none; PADDING-TOP: 2px; BORDER-BOTTOM: #dbdbdb 1px solid; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none
}
.boxOut .header {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	PADDING-TOP: 2px;
	BACKGROUND-COLOR: #000080
}
.boxOut .header P {
	FONT-WEIGHT: bolder; COLOR: #fff; LINE-HEIGHT: 10px
}
.boxOut .body {
	BORDER-RIGHT: #000080 1px solid; BORDER-LEFT: #000080 1px solid; BORDER-BOTTOM: #000080 1px solid; BACKGROUND-COLOR: #fff
}
.boxOut .body A {
	TEXT-DECORATION: none
}
.boxOut .body A:hover {
	TEXT-DECORATION: underline;
	COLOR: #333;
	font-weight:bold;	
}
.boxOut .footer {
	COLOR: #333; BACKGROUND-COLOR: transparent
}
.boxOut .footer P {
	FONT-WEIGHT: bold; COLOR: #3a3a3a
}
.boxOut .footer P A {
	FONT-WEIGHT: bold; COLOR: #3a3a3a
}
.popup {
	BORDER-RIGHT: #ccc 3px solid; BORDER-TOP: #ccc 3px solid; MARGIN: 10px 10px 0px; BORDER-LEFT: #ccc 3px solid; BORDER-BOTTOM: #ccc 3px solid; BACKGROUND-COLOR: #f3f3f3
}
.boxOut P {
	FONT-SIZE: 12px; WORD-SPACING: normal; COLOR: #464646; LINE-HEIGHT: 1.35em; LETTER-SPACING: -0.03em
}
.boxOut LI {
	FONT-SIZE: 10px; WORD-SPACING: normal; COLOR: #464646; LINE-HEIGHT: 1.35em; LETTER-SPACING: -0.03em
}
.boxOut DT {
	FONT-SIZE: 10px; WORD-SPACING: normal; COLOR: #464646; LINE-HEIGHT: 1.35em; LETTER-SPACING: -0.03em
}
.boxOut TH {
	FONT-SIZE: 10px; WORD-SPACING: normal; COLOR: #464646; LINE-HEIGHT: 1.35em; LETTER-SPACING: -0.03em
}
.boxOut TD {
	FONT-SIZE: 10px; WORD-SPACING: normal; COLOR: #464646; LINE-HEIGHT: 1.35em; LETTER-SPACING: -0.03em
}
.boxout IMG {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}