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

body {
background: #eeeeee;
margin: 10px;
padding: 0px;
color: #000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

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

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

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


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;
}


#wrapper {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 736px;
	background: #fff;
	border: 2px solid #c70404;
}

#header {
	margin: 0px;
	padding:0px;
	background: white;

}

#side-left {
	float: left;
	width: 145px;
	margin: 0px;
	padding: 0px;
}

#side-right {
	float: right;
	width: 200px;
	background: url("images/enviro/sidebar-right.gif") repeat;
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}

#content { 
	float: left;
	width: 550px;
	margin: 0px 0px 10px 10px;
	padding: 0px;
}

#footer {
	clear: both;
	padding: 10px 0px;
	background: #fff;
}

div.hr {

  height: 17px;
}
div.hr hr {
  display: none;
}



/*********************************************************************/
/*                               NAVBAR                              */
/*********************************************************************/

 #navcontainer { margin: 5px 0 0 4px;}

 #navcontainer[new] { margin-left: 0px; margin-top: -2px;}


 
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: arial, helvetica, sans-serif; 
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
padding: 4px 0px 3px 0px;
width: 135px;
color: #fff;
background-color: #dc0606; /* Inactive Not Hovered */
text-decoration: none;
border-top: 1px solid #C9E6F3;
border-left: 1px solid #C9E6F3;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
font-weight: bold;
font-size: 13px;
background-repeat: no-repeat;
background-position: 0 0;
}

#navcontainer a:hover
{
color: #fff;
background-color: #ff0000; /* Inactive Hover */
text-decoration: none;
border-top: 1px solid #C9E6F3;
border-left: 1px solid #C9E6F3;
border-bottom: 1px solid #000;
border-right: 1px solid #000;
}

#active a
{
background-color: #000000; /* Active Not Hovered */
}

#active a:hover
{
background-color: #333333; /* Active Hover */
}

#navcontainer ul ul li { margin: 0;}

#navcontainer ul ul a
{
display: block;
padding: 3px 0px 3px 0px;
width: 135px;
color: #333;
background-color: #fff;
text-decoration: none;
font-size: 11px;
font-weight: bold;
border-top: 0px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#navcontainer ul ul a:hover
{
color: #333;
background-color: #f5f5f5;
text-decoration: none;
border-top: 0px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
}

#subactive a
{
background-color: #f5f5f5;
background-image: url(images/enviro/arrow.gif);
background-repeat: no-repeat;
background-position : right;
}



/* END SIDEBAR CODING */


h1 { 
padding: 0px; font-size: 22px; margin: 5px 0 0 0px; font-family: arial, helvetica, sans-serif; color:#8b0000;
} 

h2 { 
font-size: 16px; margin-bottom: 3px; font-family: arial, helvetica, sans-serif;  color:#000;
} 

h3 { 
font-size: 14px; margin-bottom: 0px;  padding-bottom: 0px; font-family: arial, helvetica, sans-serif; color:#8b0000;
} 

h4 { 
font-size: 13px; margin-bottom: 0px; font-family: arial, helvetica, sans-serif; color: #000;
} 







#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:5px 10px;
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:link { 
color: #dc0606 
} 
a:visited { 
color: #8b0000 
} 
a:hover { 
color: #ff0000 
} 
a:active { 
color: #ffb700 
} 
a.hide { 
display: none 
} 
a.clean { 
text-decoration: none 
} 



 
#content a:link { 
color: #dc0606;
} 

#content a:visited { 
color: #8b0000;
} 

#content a:hover { 
color: #ff0000;
} 

#content a:active { 
color: #ffb700;
} 




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



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

acronym { 
color: #666666 
} 
.ucase { 
text-transform: uppercase 
} 
.nobr { 
white-space: nowrap 
} 
.smalltext { 
font-size: 10px; 
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}

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

img.noprint {display: none}

td.noprint {
display: none
}

.print {
display: block;
}

.noprint {
display: none
}


#mainbody {
width:640px;
color:#000;
}

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 
} 

td.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 { 

} 

} 

