img { 
/*display: block;*/ 
}
body {
    background-color: #FFFFFF;
    margin: 0px;
    font-family:"Times New Roman", Times, serif;
    font-size: small;
    color: #000000;
	width:990px;
	margin:0 auto;
}

#container {
	padding:0;
	margin:0;
	zoom:1;
}

.caption {font-size:smaller; font-style:italic;}

.floatleft {float: left; margin: 0 15px 10px 0px;}
	
/* general link stylings */
a {text-decoration: none;}
a:link {color: #000033}

/* top bar stuff */
.banner {
background-image:url(/images/modellaw_banner.gif);
background-position: left; 
background-color: #000033;
width: 100%;
height: 150px;
vertical-align:top;
}

.sponsor { 
float: right;
margin-top:40px;
margin-right:0px;
padding-right: 10px;
color: FFFFFF;
}

.leftnav {
left:0px;
width: 160px;
font-weight: bold;
color:#FFFFFF;
background-color:#CC9933;
vertical-align:top;
border-right: 1px dotted #000033;
}

.leftnav div {
border-bottom: 1px dotted #000033;
width: 146px;
text-align: left;
padding:3px 7px 11px 7px;
vertical-align:top;
}

.leftnav div:hover {
background-image: url('http://environmental-action.org/images/sidebar_transparent.gif');
background-repeat: repeat;
color: #000033;
}

.leftnav a {color: #FFFFFF;}
.leftnav a:hover {color: #000033;}

.leftnavbottom {left:0px;
width: 160px;
background-color:#CC9933;
font-weight: bold;
font-size:medium;
vertical-align:top;
border-right: 1px dotted #000033;
height:600px;
}

/* home page right bar stuff*/
.rightnav {
font-family:Verdana, Arial, Helvetica, sans-serif;
float:right;
width: 13em;
border-left:1px dotted #000033;
vertical-align: top;
background-color:#D2D9E8;
height:600px;
}

.header {
	color: #000033;
	font-weight: bold;
	padding: 7px;
	border-bottom:1px dotted #000033;
}
ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	width: 13em;
	background-color:#D2D9E8;
	}
		
ul li {
	position: relative;
	}
	
	
ul li ul {
	position: absolute;
	right: 13.1em;
	top: 0px;
	display: none;
	border-left: 1px dotted #000033;
	border-top: 1px dotted #000033;
	}

	
ul li a {
	display: block;
	text-decoration: none;
	color: #000033;
	background: #fff;
	padding: 7px 0px 7px 7px;
	border-bottom: 1px dotted #000033;
	background-color:#D2D9E8;
	}
	
ul li a:hover {background-color:#9EA4C3;}	
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul { display: block; }	

/* HOME PAGE content stuff */
.content {
	/*position:absolute;*/
	margin-left: 180px;
	margin-right: 11em;
	font-size: medium;
	width:600px;
}
	
.content a {color: #003366;}

.content a:hover {text-decoration: underline;}
	
.contentheadline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:medium;
	color:#000033;
	line-height: 110%;
}

.contentheadline a { 
	color: #000033; 
	text-decoration: none;
}

.contentheadline a:visited {
	color: #666666;
}

/* INSIDE PAGE CONTENT STUFF*/

/*.content2 hr {
border: 1px;
background-color: #003366;
position: absolute;
right: 250px;
left: 180px;
top: 175px;
height: 1px;
}*/


.content2 {
	padding: 10px;
	margin-left: 170px;
	margin-right: 50px;
}
	
.content2 a {color: #003366;}

.content2 a:hover {text-decoration: underline;}
	
.content2headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	color: #003366;
	line-height: 110%;
}

.content2headline a { 
	color: #003366; 
	text-decoration: none;
}

.content2headline a:visited {
	color: #99CCFF;
}
.content4headline {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:medium;
	color: #003366;
	line-height: 110%;
}

.content4headline a { 
	color: #003366; 
	text-decoration: none;
}

.content4headline a:visited {
	color: #99CCFF;
}

/* bottom bar */
.bottombar1 {
    clear: both;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
}
.bottombar2 {
    clear: both;
    width: 100%;
    height: 25px;
    background-color: #333300;
	color: #999900;
	text-align: center;
	padding-top: 7px;
}
.bottombar2 a {color: #999900;}
.bottombar2 a:active {color: #999900;}
.bottombar2 a:visted {color: #CCCC99;}
.bottombar2 a:hover {color: #CCCC99;}
.bottombar3 {
	background-color:#FFFFFF;
	height: 100px;
	}
	

#footer {
	background-color:#333366;
	width:100%;
	clear:both;
	text-align:center;
	color:#fff;
	padding:5px 0;
	font:13px Verdana, Geneva, sans-serif;
}

#footer a {
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}


	
