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

body {
background: #fff;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .9em;
}

p { 
font-family: Verdana, Arial, Helvetica, sans-serif;  margin: 12px 0px 14px 0px;
} 
td { 
font-size: 0.9em; font-family: Verdana, Arial, Helvetica, sans-serif;
} 
img { 
border: none;
}

.toplinksdiv {
height:20px;
margin: 0px; 0 0 0px;
line-height:24px;
color:#000;
}

.navlinksdiv {
height:34px;
margin: 4px 0 0 0px;
line-height:24px;
color:#fff;
font-size: 16px;
}

#topbar {
color:#444444;
font-size: 8pt;
width: 740px;
height: 150px;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
background: url(images/enviro/topbar.jpg) transparent fixed; 
background-attachment: scroll;
background-repeat: no-repeat;
}

#navbar {
color:#fff;
margin: 0 0 0 0px;
padding: 0 0 0 0px;
font-size: 8pt;
background: url(images/enviro/navbar.gif) transparent fixed; 
background-attachment: scroll;
background-repeat: no-repeat;
width: 740px;
height: 34px;
}

#mainbody
{
padding: 8px 0 0 0px;
margin: 0 10 0 0px;
}

.toplinks { 
cursor: hand; color: #fff; font-weight: bold; font-size: 13px; text-decoration:none;
}

.navlinks { 
cursor: hand; 
color: #fff; 
font-weight: bold; 
font-size: 16px;
text-decoration:none; 
margin: 0 0px 0 0px; 
padding:8px 6px 0 6px;
line-height: 16px;
}


.highlightbox {
background: #f9fcff; border: medium solid #e3efff; padding:10px 10px 0px 10px;
}



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

ul li {padding:3px 0px;}

ul.check {list-style-image: url(images/enviro/check.gif);}

ul.check1 {list-style-image: url(images/enviro/check.gif); margin-left: 15px;}

ul.check2 {list-style-image: url(images/enviro/check2.gif); margin-left: 15px;}

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


/* START SIDEBAR CODING */

#navcontainer1
{
margin: -10px 0 25px 0px;
width: 156px;
height: 250px;
padding: 0px;
background: #ffb703;
/*
background: url(images/enviro/sidebar1.gif) white fixed; background-attachment: scroll;
background-attachment: scroll;
background-repeat: no-repeat;
*/
}

#navlist1
{
padding-left: 0;
margin: 0 5px 0 5px;
width: 156px;
padding: 0px;
background: #ffd467;
}

#navlist1 li
{
list-style: none;
margin: 8px 0 7px 0px;
padding: 0px;
line-height: 16px;
text-align : center;
font-family: helvetica, arial, sans-serif;
font-size: 15px;
font-weight: bold;
}

#navlist
{
padding-left: 0;
margin: 10px 0 0 0px;
border-bottom: 1px solid gray;
width: 156px;
}

#navlist li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
font-size: 13px;
}

#navlist li a { text-decoration: none; }

#active a:link, #active a:visited, #active a:hover
{
color: #ff8c00;
}


/* END SIDEBAR CODING */



h1 { 
padding: 0px; font-size: 22px; margin: 0px 0 3px 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#0c379e
} 
h2 { 
font-size: 16px; margin-bottom: 0px; margin-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#0f44c4
} 
h3 { 
font-size: 14px; margin-bottom: 0px;  padding-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; color:#000;
} 
h4 { 
font-size: 13px; margin-bottom: 0px; font-family: Verdana, Arial, Helvetica, sans-serif;color: #000;
} 



.tinyhelp { 
font-size: 11px;
font-weight:;
margin: 3px 0 0 15px;
}

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


/*********************************************************************/
/*                                IMAGES                          */
/*********************************************************************/

/* set the amount of space around an image surounded by text */
.image_style {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid Black;
}

/* set the amount of space around an image that sits top and left */
.image_topleft {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid Black;
}

/* set the amount of space around an image athat sits top and right */
.image_topright {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid Black;
}

/* set the amount of space around an image that sites bottom right */
.image_bottomright {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid Black;
}

/* set the amount of space around an image that sites bottom left */
.image_bottomleft {
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	border: 1px solid Black;
}


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

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

a:link { 
color: #0f44c4
} 
a:visited { 
color: #0c379e
} 
a:hover { 
color: #e30315
} 
a:active { 
color: #ff0000 
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 

a.toplinks {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height:24px;
  margin: 0 0 0 0px;
  padding:0px 2px 0 10;
  text-decoration: none;
  font-weight:bold;
}

a.toplinks:link { 
color: #fff;
} 
a.toplinks:visited { 
color: #fff; 
} 
a.toplinks:hover { 
color: #0c379e;
} 
a.toplinks:active { 
color: #e30315; 
} 


a.navlinks:link { 
color: #fff;
} 
a.navlinks:visited { 
color: #fff; 
} 
a.navlinks:hover { 
color: #87cefa;
} 
a.navlinks:active { 
color: #e30315; 
} 

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

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 

.blue {color:#0e42c0}
.red {color:#e30315}
.larger {font-size: 1.25em;}
.bold {font-weight: bold;}
.italic {font-style: italic;}
.center {text-align: center;}
.white {color: white;}

.nobr { 
white-space: nowrap 
} 

.small { 
font-size: .85em; 
} 

.smalltext { 
font-size: 11px; 
} 
.tinytext { 
font-size: 9px;
}

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

.print {
display: none
}


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

#printheadings{display:none}

@media print 
{ 

.noprint {
display: none
}

.print {
display: block;
}

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 
} 

#printheadings{display:block}

H1.print {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 26px;
color:black;
font-weight: bold;
}

H2.print {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color:black;
font-weight: bold;
}

.noprint {
display: none
}
td.body1 {
display: none
}
td.body4 {
display: none
}
td.nav1 {
display: none
}
td.nav2 {
display: none
}
td.nav4 {
display: none
}
td.bottom {
margin-right:600px;
}
td.body2 {
margin-right:600px;
}


blockquote { 

} 
ul { 

} 
ol { 

} 
dl { 

} 

} 
