/* CSS Document */

body
{
background: url('images/bkgd.jpg') repeat-y center center;
background-color: #66cc33 !important;
font-family: Calibri, Verdana, Helvetica, sans-serif;
text-align: left;
padding: 0px;
margin: 0px;
font-size:: medium;
}
.wrapper
{
 width: 900px;
 height: 100%;
 margin: 0px auto;
 text-align: center;
}
.header
{
width: 886px;
height: 250px;
padding-top: 25px;
padding-left: 15px;
border-style: solid none;
border-width: 25px 0px 10px 0px;
border-color: #333;
text-align: left;
background: Transparent right center no-repeat;
}
.reports ul, .reports li
{
margin-top: 0px;
padding-top: 0px;
list-style-type: none;
}
.reports h3
{
margin: 2px 0px;
}
.links
{
float: right;
clear: right;
text-align: center;
margin-top: 195px;
margin-right: 25px;
}
.links a:link, .links a:visited, .links a:active
{
	display: block;
	float: left;
	width: 75px;
	height: 33px;
	padding: 7px 12px 7px 12px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 700;
	text-decoration:none;
	color: #333;
	background: url('images/LinkBG.png') no-repeat;
}
.links a:hover
{
	display: block;
	float: left;
	width: 75px;
	height: 33px;
	padding: 7px 12px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 700;
	text-decoration:none;
	color: #333;
	background: url('images/selectedLinkBG.png') no-repeat;
}
.content
{
text-align: left;
padding: 5px 15px;
}
.video
{
text-align: center;
}
h1
{
text-align: left;
font-size: 1.3em;
}
h1.attLink
{
text-align: center;
}
h2
{
	margin-left: 10px;
	font-size: 1.1em;
}
ul
{
	list-style-type: circle;
	margin: 5px 15px 5px 25px;
	font-size: medium;
}
ul.members
{
	list-style-type: circle;
	margin: 5px 35px 5px 55px;
	font-size: medium;
float: left;
text-align: left;
}
li
{
margin: 3px 0px;
font-size: 1em;
font-weight: normal;
}
p
{
font-size: 1em;
}
a:link, a:visited, a:active
{
	font-weight: bold;
	color: #333;
	font-size: 1.1 em;
	text-decoration: none;
}
a:hover
{
	font-size: 1.1 em;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
div.subcommittee
{
 border-bottom: solid 1px #66cc33;
 width: 700px;
 margin: 10px 100px;
 clear: both;
}
fieldset
{
width: 800px;
text-align: center;
margin: 0px 20px;
}
legend
{
	font-size: 1.2 em;
	font-weight: bold;
	color: #000000;
}
.subcommitteeMain
{
	text-align: center;
}
.subcommittee h2
{
	font-size: 12 em;
	margin: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.subcommittee h3
{
	margin: 5px 25px;
	font-size: 1 em;
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}
.subcommittee h4
{
	margin: 5px 45px;
	font-size: 1em;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}
#sidebar
{
width: 175px;
padding: 0px 7px 0px 15px;
}
#main
{
width: 640px;
margin: 0px 10px;
float: left;
}
h2.date-header
{
font-size: 1.4em;
font-weight: bold;
display: block;
width: 630px;
border-bottom: solid 2px #000000;
}
div.post
{
border-bottom: dashed 1px #66cc33;
margin: 0px 25px;
}
h3.post-title
{
font-size: 1.2em;
font-weight: bold;
}
h2.sidebar-title
{
font-size: 1.2em;
text-decoration: none;
font-style: italic;
font-weight: bold;
display: block;
width: 175px;
}
.post-body
{
padding: 0px 15px;
}
ul.archive-list
{
list-style-type: circle;
}