.body  { background: "#fff"; margin: 0; color: #333;}

A:link { color: #039;}

A:hover { color: #666;}

A:active { color: #600;}

A:visited { color: #060;}

/* DIVS */

#header {
	width: 650px;
	height: 60px;
	background: #A8C6A8;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	padding-top: 5px;
	padding-bottom: 7px;

}

#homepage {
	width: 450px;
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	background: #DFEADF;
	padding: 7px;
}

#nav {
	width: 650px;
	height: 23px;
	background: #003399;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-width: 1px;
	border-left-color: #333333;
	text-align: center;
}

#mainContent {
	width: 650px;
	background: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
}

#leftCellTop {
	padding-top: 10px;
	padding-bottom: 7px;

}
#subHeader {
	background: #A8C6A8;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-width: 1px;
	height: 23px;
	width: 250px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.leftCellMain {
	padding: 10px;
}

.rightCellBorder {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333333;
	height: 450px; 
}

.rightCellMain {
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

#footer {
	width: 650px;
	height: 15px;
	background: #FFF;
	padding-top: 5px; 
	padding-bottom: 5px;
	border: 1px solid #333333;
}

.footerPaddingLeft {
	padding-left: 10px;
}

.footerPaddingRight {
	padding-right: 10px;
}

.nextCell {
   padding-right: 10px;
   padding-bottom: 2px;
}

.indexContent {
	height: 440px; 
	padding-top: 10px;
}


/* OLD DIVS for JAVASCRIPT VERSION */

.rightCellProjects {
	padding-top: 17px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
    visibility: hidden; 
	width: 398px; 
	position: absolute; top: 100px;
}



.description {   
	position: absolute; top: 155px;  left: 335px; 
	width: 300px; height: 180px; 
	padding-left:  20px; padding-top: 0px;
	background-color: white; 
	z-index: 20; visibility: hidden;  }



/* TEXT  HEADER */

.headerLeft {
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: normal;
	padding-left: 10px;
}

.headerRightPadding {
	padding-right: 10px;
}

A.headerRight {
	text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.headerRight:visited {
	text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

A.headerRight:hover {
	text-align: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #366D36;;
	font-weight: normal;
	text-decoration: underline;
}


/* NAVIGATION */

.contentNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
}

A.contentNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
	text-decoration: none;
}

A.contentNav:visited {
	color: #FFFFFF;
}

A.contentNav:hover {
	color: #FFFFFF;
	text-decoration: underline;

}

.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336633;
	text-decoration: none;
}

A.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

A.subNav:visited {
	color: #000;
}

A.subNav:hover {
	color: #366D36;
	text-decoration: underline;

}

A.subNavOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #366D36;
	text-decoration: none;
}

A.subNavOn:visited {
	color: #366D36;
}

A.subNavOn:hover {
	color: #366D36;
	text-decoration: underline;

}

/* CONTENT */

.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.content2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.subTitle2 {
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #366D36;
	font-weight: bold;
}

.headerEnviro {

	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003399;
	font-weight: normal;
}

.subTitle {
	text-align: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.p {
	text-align: left;

}


/* FOOTER */

.footer {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}

A.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

A.footer:visited		 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	text-decoration: none;
}

A.footer:hover		 {
	text-decoration: underline;
}









