@charset "iso-8859-1";
body  {
	margin: 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;
}
.rssincl-itemtitle {
	margin-bottom: -5px;
	line-height: 120%;
}
.rssincl-itemdate {
	margin-bottom: -5px;
	margin-top: 4px;
	font-size: 80%;
}
.rssincl-entry {
	margin-bottom: 0px;
}
#mainContent h2 {
	font-size: 150%;
	font-weight: normal;
	margin-bottom: -10px;
}
#disclosure {
	width: 900px;
	margin: 10px auto 0;
	text-align: left;
	font-size: 80%;
	line-height: 100%;
}


.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;
} 
#mainContent h3 {
	font-size: 14px;
	color: #3570B2;
}

.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: 0px;
	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;
}
.newsbox {
	font-size: small;
	color: #666666;
	line-height: 130%;
	padding: 5px 10px;
	background: #FFF;
	border: 1px solid #CCC;
	width: 820px;
	margin-bottom: 10px;
}

p a {
	color: #3570B2;
	text-decoration: none;
}
#sidebar1 p a {
	color: #00005C;
	text-decoration: none;
}

.twoColFixRtHdr #mainContent {
	margin: 0px 0px 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 20px 0px;
} 
#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;
	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 */
}
.navbuttons {
	margin: 0px -5px 0px 0px;
}
.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;
}
.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 120%;
	padding-right: 0px;
	padding-left: 20px;
	color: #666666;
	margin-top: 10px;
	text-align: left;
}
.smallprint {
	font-size: x-small;
	color: #666666;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 120%;
}
.imgleft {
	float: left;
	margin-right: 10px;
}

.peoplebox {
	height: 100px;
	width: 240px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #666;
	font-size: 10px;
	padding-top: 5px;
	background: #FFF url(../images/grad_bk.gif) repeat-x;
	display: inline;
	float: left;
	line-height: 100%;
	margin-left: 0px;
	padding-left: 10px;
}

.peoplepic {
	border-right: 1px solid #CCC;
	float: left;
	height: 105px;
	width: 70px;
	margin-right: 5px;
	margin-top: -5px;
}
