@charset "iso-8859-1";
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: -5px;
	margin-top: 4px;
	font-size: 80%;
	text-align: left;
}
.rssincl-entry {
	margin-bottom: 0px;
}

body  {
	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: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background: url(../images/back-vert.gif) repeat-x;
}
#mainContent h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: -10px;
}

.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../images/page_bk.jpg) no-repeat;
	margin: 10px auto 0; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left;
} 
#disclosure {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
	font-size: 80%;
	line-height: 100%;
}
.twoColFixRtHdr #header {
	padding: 0px;
} 
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	color: #3570B2;
	margin: -5px 0px 0px 10px;
	background: #B3CCE8;
	height: 100%;
}
#navigation {
	background: #E8E7E8 url(../images/navbar_bk.gif) repeat-x;
	margin: 0px 0px 0px;
	padding: 0px;
	float: left;
	height: 25px;
	width: 100%;
	border-top: 1px solid #B3CCE8;
	border-bottom: 1px solid #B3CCE8;
	position: relative;
	top: -5px;
}
p a {
	color: #3570B2;
	text-decoration: none;
}

#sidebar1 p a {
	color: #00005C;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	margin: 0px 220px 0px 0; /* the right margin on this div element creates the column down the right 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: 20px 0px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../images/sidebar_bk.gif) repeat-y 678px;
} 
#mainContent h1 {
	font-weight: normal;
	font-size: 180%;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0px 20px;
	border-top: 1px solid #CCC;
	font-size: 80%;
	line-height: 120%;
	margin-top: 0px;
	clear: both;
	background-color: #FFF;
	background-image: url(../images/background-s.gif);
	background-repeat: repeat-x;
} 

.twoColFixRtHdr #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;
}
.navbuttons {
	margin: 0px -5px 0px 0px;
}

.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;
}
.quote {
	line-height: 140%;
	color: #FFFFFF;
	padding: 10px;
	font-size: 16px;
}
.formfield {
	width: 400px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #666;
}
.whiteborderfoot {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.whiteborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.maptable {
	background-color: #B3CCE8;
	padding: 10px;
	margin: 10px 10px 10px 0px;
	border: 3px solid #FFFFFF;
}
.newsbox {
	font-size: small;
	color: #666666;
	line-height: 130%;
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 620px;
	margin-bottom: 10px;
}
h3 {
	color: #4C70BB;
	font-size: 14px;
}

.imgleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
	margin-bottom: -12px;
	color: #666666;
}
.newstext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 120%;
	padding-right: 10px;
	padding-left: 20px;
	color: #FFFFFF;
	margin-top: 10px;
}
.smallprint {
	font-size: x-small;
	color: #666666;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 120%;
}
#NEWSLETTERS {
	background: #3570B2;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-weight: bold;
	color: #FFF;
	height: 30px;
	text-align: center;
	padding-top: 10px;
}
.sidecontainer {
	background: #e6e6e6;
	border-bottom: 1px solid #3570B2;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 5px;
}
.rssBox {
	font-size: small;
	color: #666666;
	line-height: 130%;
	padding: 0px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 640px;
	margin-bottom: 10px;
}
.rss {
	padding: 5px 10px 15px;
}
