
/*
Style sheet for http://www.greenengineer.com
Author: Janice M. Ward, acanthi designs
Created: 5.14.09 | Last Revised:  6.03.09
Copyright(c) greenengineer.com; all rights reserved.

*/
html {
     overflow: -moz-scrollbars-vertical;
}

body {
	font-family: verdana, sans-serif; 
	font-size: 11px;
}
h1 { 
	font-family: verdana, sans-serif; 
	font-size: 24px; 
	font-weight: normal;
	color: #000000;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 15px;
}

h2 { 
	font-family: verdana, sans-serif;
	font-size: 16px; 
	font-weight: normal;
	color: #008000;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 15px;
}
h1.home { 
	font-family: verdana, sans-serif; 
	font-size: 36px; 
	font-weight: normal;
	color: #000000;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 15px;
}

h2.home { 
	font-family: verdana, sans-serif;
	font-size: 24px; 
	font-weight: normal;
	color: #008000;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 15px;
}

td.navhome { 
	font-family: verdana, sans-serif; 
	font-size: 16px; 
	font-weight: normal;
	color: #ffffff;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 20px;
}
td.nav { 
	font-family: verdana, sans-serif; 
	font-size: 10pt; 
	font-weight: normal;
	color: #ffffff;
	text-align: center; 
	padding-bottom: 0px;
	line-height: 20px;
}
p, td, div {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
	line-height: 15px;
	margin: 10px 15px 10px 24px;
}

div.bullet p {
	background-image: url(images/bullet2.gif);
	background-repeat: no-repeat;
	margin: 10px 0px 10px 0px;
	padding-left: 13px;

}

.ahead {
    margin-left: 24px;
	font-weight:bold;
	font-size: 16px;
	padding-top: 20px;
}

.bhead {
    margin-left: 24px;
	font-weight:bold;
	font-size: 14px;
	color: #008000;
	padding-top: 10px;
}
.copyright {
	font-size: 10px;
	color: #000000;
}

ul li {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	list-style-type: square;
	line-height: 18px;
	margin: 10px 15px 10px 10px;
}

ol li {
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 18px;
	margin: 10px 15px 10px 10px;
}

.navhome a:link {
	color: #ffffff; 
	text-decoration: none; 
}
.navhome a:visited {
	color: #ffffff;   
	text-decoration: none; 
}
.navhome a:hover {
	color: #ffd700;  
	text-decoration: none; 
}
.nav a:link {
	color: #ffffff; 
	text-decoration: none; 
}
.nav a:visited {
	color: #ffffff;   
	text-decoration: none; 
}
.nav a:hover {
	color: #ffd700;  
	text-decoration: none; 
}

a.blacknodeco:link {
    color: #000000;
	text-decoration: none;
	font-weight: 400;
    font-size: 24px;
}
a.blacknodeco:visited {
    color: #000000;
	text-decoration: none; 
	font-weight: 400;
    font-size: 24px;
}
a.blacknodeco:hover {
    color: #000000;
	text-decoration: none; 
	font-weight: 400;
    font-size: 24px;
}

a.greennodeco:link {
    color: #008000;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
}
a.greennodeco:visited {
    color: #008000;
	text-decoration: none; 
	font-weight: 600;
	font-size: 15px;
}
a.greennodeco:hover {
    color: #008000;
	text-decoration: none; 
	font-weight: 600;
	font-size: 15px;
}

a:link {
	color: #008000; 
	text-decoration: none;
	font-weight: bold; 
}
a:visited {
	color: #006400;   
	text-decoration: none; 
	font-weight: bold; 
}
a:hover {
	color: #008800;  
	text-decoration: underline; 
	font-weight: bold; 
}


