body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background: #80efff url(../_images/grad1.gif) repeat-x;
	/*background: #000 url(../_images/body.gif) repeat-x top;*/

}
#container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ccffff url(../_images/background_grad_blu2.jpg) repeat-y 180px top;
	margin: 20px auto 0;
	text-align: left;
	border-top: none #000000;
	border-right: none #000000;
	border-bottom: none #000000;
	border-left: none #000000;
}
#header {
	padding: 0;  /* 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. */
	height: 138px;
	width: 1024px;
	margin: 0px;
	position: relative;
}
#mainbody {
	width: 1024px;
	background: #ccffff url(../_images/background_grad_blu2.jpg) repeat-y 180px top;
	position: relative;
	z-index: 10;
	height: auto;
}
#mainContent {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 10px 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #CCFFFF url(../_images/background_grad_blu2.jpg) repeat-y 180px top;
	position: relative;
	float: left;
	width: 674px;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #CCFFFF url(../_images/leftimage2.png) no-repeat; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 5px; /* padding keeps the content of the div away from the edges */
	clear: both;
	height: 480px;
	position: relative;
	z-index: 1000;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 140px; /* 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: #8789af; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
}
#footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8789af;
	width: 100%;
	text-align: center;
	border: thin solid #000000;
	margin-top: 10px;
}
#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 */
}
#leftheader {
	background: url(../_images/headerleft2.gif);
	float: left;
	height: 138px;
	width: 754px;
}
#rightheader {
	height: 138px;
	width: 270px;
	float: left;
}
#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 */
}
.pageImage {
	margin: 20px 0px 0px 10px;
}

#titleLeft {
	float: left;
}

#titleLeft .heading{
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
}

#titleLeft .titletext {
	font-size: 14px;
	font-style: oblique;
	font-weight: bold;
	color: #000000;
}

#titleRight {
	float: right;
	font-size: 12px;
	font-style: oblique;
	font-weight: bold;
	padding-right: 20px;
}
#titlebar {
	background: #dfe7fa;
	position: absolute;
	height: 30px;
	width: 839px;
	left: 185px;
	top: 104px;
}
.leftColumn {
	background: #dddddd;
	float: left;
	width: 200px;
	padding: 5px 10px;
	margin: 10px;
}

.rightColumn {
	background: #dddddd;
	float: right;
	width: 300px;
	padding: 5px 10px;
	margin: 10px;
	text-align: left;
}
.rightColumn h3 {
	text-align: center;
}

#navigation {
	background: #FF9900;
	height: auto;
	width: 100px;
}

#LeftMenu {
	font-family: Arial, Helvetica, sans-serif;
}
#Rightenu {
	font-family: Arial, Helvetica, sans-serif;
}

.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;
}
/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 8em;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	font-style: oblique;
	text-decoration: underline;
	vertical-align: middle;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul {
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible {
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li {
	width: 8.2em;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical {
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul {
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a {
	display: block;
	cursor: pointer;
	padding: .5em 0.75em 0.5em .25em;
	color: #FFFFFF;
	text-decoration: none;
	background: #8789af url(../_images/vtabs3.png) no-repeat;
	height: 10px;
	width: 120px;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a.current, ul.MenuBarVertical a:hover.current, ul.MenuBarVertical a:focus.current {
	display: block;
	cursor: default;
	padding: .5em 0.75em 0.5em .25em;
	color: #FFFFFF;
	text-decoration: none;
	background: #8789af url(../_images/vtabs3.png) no-repeat 0px -50px;
	height: 10px;
	width: 120px;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus {
	color: #000000;
	background: #3472a3 url(../_images/vtabs3.png) 0px -25px;
	text-decoration: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible {
	background-color: #3472a3;
	color: #000000;
	text-decoration: none;
}
/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu {
	background-image: url(../_images/vtabs3.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover {
	background-image: url(../_images/vtabs3.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {
ul.MenuBarVertical li.MenuBarItemIE {
	display: inline;
	f\loat: left;
	background: #FFF;
}
}
.weather {
	width: 200px;
	border: medium solid #000000;
	float: left;
}
#commHeader {
	float: left;
	width: 650px;
	height: 170px;
	background: url(../images/pic_2.jpg);
}
.horizMenu {
	float: left;
	width: 674px;
	text-align: center;
}
.horizMenu table {
	display: block;
}
#linkTable {
	float: left;
	width: 674px;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: medium solid #660000;
	margin-bottom: 10px;
}
#linkTable .Col1, #linkTable .Col2 {
	float: left;
}

#linkTable .Col1 {
	height: auto;
	width: 330px;
	background: #ccffFF;
	margin-right: 5px;
	margin-left: 4px;
}
#linkTable .Col2 {
	height: auto;
	width: 330px;
	background: #ccffff;
	margin-right: 3px;
}
#linkTable table caption{
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	background: #0000FF;
	line-height: 24px;
}
#linkTable th, #linkTable td {
	width: 240px;
}
#facts, #profile, #Economics{
	padding: 10px;
	width: 660px;
	margin-bottom: 10px;
	border: medium solid #660000;
}

#topImg {
	background: #ffffff url(../images/KeyCommunityLinks.png) no-repeat;
	width: 674px;
	height: 40px;
}
