﻿/*********************************************************************/
/*                 GENERAL TEXT AND BACKGROUND COLORS                */
/*********************************************************************/

body {
background: #f5f5f5 url("images/enviro/background.gif") repeat-x;
background-position: top left;
margin: 9px 0 0 0px;
padding:0px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .80em;
}

#bluebar {
margin: 0 auto;
width:785px;
}

p { 
font-family: Verdana, Arial, Helvetica, sans-serif; margin: 12px 0 12px 0px;
} 

ul { 
font-family: Verdana, Arial, Helvetica, sans-serif;  margin: 0px 5px 10px 25px;
} 

td { 
font-family: Verdana, Arial, Helvetica, sans-serif;
} 

td { 
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;
} 

img { 
border: none;
}


ul { 
margin-bottom: 0%; padding-top:3px; font-family: Verdana, Arial, Helvetica, sans-serif; list-style-type: square; 
}

ul.standard li {padding:3px;}

input.text { 
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border : 1px;
	border-color : 7F9DB9;
	border-style : solid;
}


/*********************************************************************/
/*                               LAYOUT                              */
/*********************************************************************/

#mainbody
{
padding: 8px 0 0 0px;
background-color: #fff;

}

#wrapper {
text-align: left;
margin: -3px auto;
padding: 0px;
width: 780px;
background: #fff;
background-attachment: scroll;
background: #fff url("images/enviro/back.gif") repeat-x top left;
}


#footer {
	margin: -3px auto;
	padding: 0px;
	width:780px;
	clear: both;
	padding: 10px 0px;
	background: url("simages/enviro/content.gif") repeat-y;
	background-attachment: scroll;

}


#content {
	padding: 0px 10px 0px 10px;
}

div.hr {

  height: 6px;
  background: #f00;
  width: 707px;
}
div.hr hr {
  display: none;
}




/*********************************************************************/
/*                               NAVBAR                              */
/*********************************************************************/
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

#menu3 {
	margin: 10px 0px 10px 10px;
	}
	
#menu3 li a {
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 150%;
	font-weight:bold;
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	

.selected {
	color: black;
	}

#menu3 li a:link, #menu3 li a:visited {
	color: #888;
	display: block;
	background: url(images/menu3.gif);
	padding: 8px 0 0 20px;
	}
	
#menu3 li a:hover, #menu3 li a:active {
	color: #006400;
	background: url(images/menu3.gif) 0 -32px no-repeat;
	padding: 8px 0 0 20px;
	}


/* END NAVBAR CODING */




/*********************************************************************/
/*                               HEADINGS                              */
/*********************************************************************/



h1 { 
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 125%;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
} 


h2 { 
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 200%;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
} 

h3 { 
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 150%;
	font-weight:bold;
	margin-top:10px;
	color: darkgreen;
} 

h4 { 
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 125%;
	font-weight:bold;
	margin-top:10px;
} 



#copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
text-align : center;
padding-top:5px;
}

#copyright a {
color:#aaaaaa;
}

#copyright a:hover {
color:red;
}

#gotop { 
float: right;
margin:15px  25px 15px 15px;
text-align:center;
font-size: 8pt;
} 
 


div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 70px;
  text-align: right;
  font-weight:bold;
  }

div.row span.formw {
  float: right;
  width: 205px;
  text-align: left;
  font-weight:bold;
  }


/*********************************************************************/
/*                                LINKS                              */
/*********************************************************************/

.cursor {cursor: default;}
.hand {cursor: hand;}

a {text-decoration:none;}

a:link { 
color: #228b22
} 
a:visited { 
color: #006400
} 
a:hover { 
color: #32cd32; text-decoration:underline;
} 
a:active { 
color:#cc0000
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 



#footerlinks { 
font-size: 11px; 
text-align:center;
text-transform: uppercase;
} 




/*********************************************************************/
/*                             MISCELLANEOUS                         */
/*********************************************************************/

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 
.nobr { 
white-space: nowrap 
} 
.smalltext { 
font-size: 11px; 
line-height:13px;
padding:3px;
} 
.tinytext { 
font-size: 9px; 
}

.indent1 { 
margin-left: 12px;  
} 
.indent2 { 
margin-left: 24px; 
} 
.indent3 { 
margin-left: 36px; 
} 
.indent4 { 
margin-left: 48px; 
} 
.indent5 { 
margin-left: 60px; 
} 

#printheadings{display:none}

.print {
display: none
}



/*********************************************************************/
/*                               PRINTING                            */
/*********************************************************************/

@media print 
{ 




/* display the print header */
#printheadings{display:block; width:700px;}

/* turn off navigation and ad bar */
.left-margin {display: none}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0px solid red;
	width: 700px;
	background-color: #fff;
}


img.noprint {display: none}

td.noprint {
display: none
}

.noprint {
display: none
}

.print {
display: block;
}

td {color:#000;}

h1 {  
page-break-inside: avoid 
} 
h2 { 
page-break-inside: avoid 
} 
h3 { 
page-break-inside: avoid 
} 
h4 { 
page-break-inside: avoid 
} 
h5 { 
page-break-inside: avoid 
} 
h6 { 
page-break-inside: avoid 
} 


blockquote { 

} 
ul { 

} 
ol { 

} 
dl { 

} 

} 

footerdiv{
width:787px;
}
div#footertop{
background: url(images/top.png) no-repeat;
width:787px;
height:5px;
}
div#footermid{
background: url(images/mid.png)  repeat-y;
margin-top:-12px;
margin-bottom:-12px;
}
div#footerbottom{
background: url(images/bottom.png) no-repeat;
height:15px;
}
div#footertext
{
text-align:center;
}
.footertextsmall
{
font-family: Garamond, Arial, Helvetica, sans-serif;
font-size: 16px;
}
.footertextlarge
{
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 150%;
	font-weight:bold;
}
.footertextlarge2
{
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 250%;
	font-weight:bold;
}

headerdiv{
width:787px;
}
div#headertop{
background: url(images/headertop.png) no-repeat;
width:787px;
height:6px;
}
div#headermid{
background: url(images/headermid.png)  repeat-y;
margin-top:-12px;
/*margin-bottom:-12px;*/
}
div#headerbottom{
background: url(images/headerbottom.png) no-repeat;
height:6px;
}
div#headertext
{
text-align:center;
padding-bottom: 5px;
}
.headertextsmall
{
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
}
.headertextlarge
{
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 200%;
	font-weight:bold;
}
.headertextlarge2
{
	font-family: Garamond, Gerorgia, Times, serif;
	font-size: 250%;
	font-weight:bold;
}
.gap{
	height:5px;
}
