@charset "UTF-8";
/* CSS Document */

body {
	background: #052559;
	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: #000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a:link {
	color:#002360;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-decoration: none;
} /* unvisited link */
a:visited {
	color:#002360;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
} /* visited link */
a:hover {
	color:#AA2C00;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
} /* mouse over link */

.news_text {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
	width: 190px;
}
.twoColFixLtHdr #container {
	width: 920px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header { 
	background: #DDDDDD; 
	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. */
} 
.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:  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: 200px; /* 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: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #8DB2C6;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: right;
}
.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;
}
body,td,th {
	color: #000;
}
h1 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #79A96D;
	color: #6A816E;
}

.boxedimage {
	border: 1px solid #78B83E;
	padding: 3px;
}
h2 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6B89A5;
	color: #6886A2;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h3 {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #393;
	padding: 0px;
	color: #393;
}

.download_text {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: normal;
	text-align: center;
}
.currentnews {
	background-color: #BACDDB;
	border: 1px dotted #00245C;
	padding: 5px;
	margin: 10px;
	width: 350px;
}
.surveybox {
	background-color: #FFE2C1;
	border: 1px dotted #00245C;
	padding: 10px;
	margin: 10px;
	width: 200px;
	text-align: center;
	font-size: 14px;
}
.surveybox_newstext {
	background-color: #FCE3C4;
	border: 1px dotted #930;
	width: 170px;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.surveybox_alert{
	background-color: #9ACCA7;
	border: 1px dotted #61A824;
	width: 170px;
	text-align: left;
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 10px;
}

.takesurvey {
	background-color: #8AB0C5;
	border: 1px dotted #00245C;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
.alert {
	border: 1px dotted #61A824;
	padding: 10px;
	font-size: 11px;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #D8FCA8;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#calendar {
	width: 141px;
	border-left: 1px solid #A2ADBC;
	font: normal 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}



.nav, .nav a {
	font: bold 18px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;

}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}



th {

	font: bold 11px/20px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

	color: #616B76;

	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;

	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;

}



.cityspaces {
	font-size: 10px;
	color: #999;
}
.imgbowen {
	border: 1px dotted #6A816E;
	padding: 5px;
}
