body {
margin:10px auto;
padding:0;
width:800px;
background:#CCCCCC;
font-size:.95em;
text-align:center;
font-family:arial;
}
#container
{
position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
clear:both;
float:left;
background-color:#FFFFFF;
width:790px;				/* width of whole page */
overflow:hidden;		/* This chops off any overhanging divs */
border:1px solid #000066;
}
/* Start of Column CSS */
#maincontainer {
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
	background:#ffffff; /* column 2 background colour */
}
#sidecontainer {
	float:left;
	width:100%;
	position:relative;
	right:630px;
	background:#000066; /* column 1 background colour */
}
#sidebar {
	float:left;
	width:150px;
	padding:5px;
	position:relative;
	left:630px;
	overflow:hidden;
	font-size:.8em;
	text-align:left;
	color:#FFFFFF;
}
#sidebar a:link,
#sidebar a:visited
{
text-decoration:none;
color:#FFFFFF;
}
#sidebar a:hover
{
text-decoration:underline;
color:#FFFFFF;
}
#sidebar hr
{
background-color:#FFFFFF; 
color:#FFFFFF; 
height:1px; 
noshade; 
border:0px;
}
#content {
	float:left;
	width:610px;
	position:relative;
	left:630px;
	padding:10px;
	overflow:hidden;
	text-align:justify;
}
/* Header styles */
#header 
{
background-color:#000066;
color:#FFFFFF;
padding:0px;
margin:0px;
}
#dateheader 
{
background-color:#FFCC33;
font-size:0.8em;
font-weight:bold;
padding:3px;
text-align:left;
margin:0px;
width:792px;
border-bottom:1px solid #000066;
}
/* Footer styles */
#footer {
clear:both;
margin:0px;
width:790px;
padding:3px;
text-align:Center;
background-color:#000000;
}
#footer p {
padding:1px;
margin:0;
}
#footer a:link 
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
#footer a:visited
{
color:#FFFFFF; 
text-decoration:underline;
font-size:0.75em;
}
/* --> 
<!--[if lt IE 7]>
<style media="screen" type="text/css">
.col1 {
width:100%;
}
</style>
<![endif]-->*/

/*cols for Leg Women's Caucus*/
.womencol1
{
width: 295px;
float: left;
}
.womencol2
{
width: 295px;
float: right;
}
/* menu style for leg section side menu */
#legmenu {
background-color:#cccccc;
margin-left:15px;
font-size:.85em;
width:200px;
float:right;
padding:5px;
line-height:1.8em;
}
#legmenu a {
text-decoration:underline;
}
#legmenu a:hover {
text-decoration:none;
}
.legarrow {
width:15px;
float:left;
}
.legmenutxt {
margin-left:20px;
text-align:left;
}
.legclear {
clear:both;
}
#memsearch {
font-size:.95em;
}
#memsearch .col1 {
float:left;
width:110px;
}
#memsearch .col2 {
margin-left:120px;
}
#memsearch .clear {
clear:both;
padding:5px;
}
#memsearch .srchmsg {
font-weight:bold;
color:#000066;
font-size:1.1em;
font-style:normal;
}
#memsearch .copyright {
margin-top:420px;
font-weight:normal;
color:#33608c;
font-size:.8em;
font-style:italic;
}
#memsearch .reqfld {
color:#FF0000;
font-size:.8em;
font-style:italic;
}
#memsearch a {
text-decoration:none;
}
#memsearch a:hover {
text-decoration:underline;
}