/* CSS Document */

* {
padding:0px;
margin:0px;
}body {
	font: 10pt Geneva, Arial, Helvetica, sans-serif;
	background: #EBF0F3;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	padding: 0 0px;
	background: #fff;
	text-align: left;
	overflow: hidden;
	z-index: 90;
	border: 1px solid #999999;
}


.main_nav {
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}

#container {
	width:100%;
	padding-top: 5px;
	padding-bottom: 5px;
}
ul#navbar {
	border-bottom:2px solid #CC0000;
	border-top:1px solid #333366;
	list-style-type:none;
	height:27px;
	margin: 0;
	padding: 0px;
	
}
ul#navbar li {
	float:left;
}
ul#navbar li a {
	display:block;
	padding:5px 8px 8px;
	font-stretch:condensed;
	text-decoration:none;
	color:#333366;
	border-right: 1px dashed #666666;
	font-size: 9pt;
	font-weight: bold;
}
#footer {
	border-top: 1px solid #CC0000;
	font-size: 9px;
	text-align: center;
	font-style: italic;
	background: url(images/american-flag_footer.jpg) no-repeat top;
	height: 25px;
	vertical-align: middle;
	padding-top: 5px;
	clear: both;
}
.header {
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	margin: 10px;
}

#header {
	background: #001B5C url(images/header_background.jpg);
	display: block;
	height: 145px;
}
#header-wrapper {
	width: 200px;
	padding: 10px 0px 0px;
	z-index: 55;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 125px;
	height: 145px;
}

#wrapper p {
	display: block;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#wrapper p a {
	color: #333366;
	text-decoration: none;
}
#wrapper p a:hover {
	text-decoration: underline;
	color: #CC0000;
}





ul#navbar li a:hover {
	color:#CC0000;
}
ul#navbar li a#current {
	background:url(/images/current.gif) no-repeat center bottom;
	color:#CC0000;
}


#logo {
	float: left;
}

#state {
	float: none;
	background: url(images/district.jpg) no-repeat right top;
	color: #FFFFFF;
	height: 145px;
}
#contrib_box {
	padding: 10px;
	width: 300px;
	border: 1px dashed #333333;
	background: #FFFF00;
	float: right;
	margin: 10px;
	font-size: 8pt;
	clear: both;
}
.contrib_header {
	font-size: 20pt;
	font-weight: bold;
}
#date {
	font-size: 10pt;
	font-weight: bold;
	float: right;
	display: block;
}
#wrapper h1 {
	display: block;
	font-size: 20pt;
	font-weight: bold;
	font-style: italic;
	margin: 10px;
	border-bottom: 1px solid #333333;
	width: 60%;
}
#header-text {
	float: right;
	display: block;
	z-index: 1;
	height: 100px;
	width: 336px;
	font-size: 20pt;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	position: relative;
}
.readMore {
	font-size: 8.5pt;
	font-weight: bold;
	text-transform: capitalize;
	color: #990000;
	margin-top: 5px;
	display: block;
	border-bottom: 1px solid #666666;
	line-height: 15px;
	padding-bottom: 3px;
}
.readMore a {
	color: #990000;
}
.readMore a:hover {
	text-decoration: underline;
}


.newsSource {
	font-size: 8pt;
	font-style: italic;
}

