/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#003366;
	background-color:#FFFFFF;
}
/* full width container, holds background image aligned to the bottom and extending throught top as necessary */
#pageContainer {
	background-image: url(../images/pageBG.jpg);
	background-repeat: repeat-x;
	background-position:bottom;
}
#containerMain{
}
#headerTable{
	background-image:url(../images/headerBG.jpg);
	background-repeat:no-repeat;
}
#navBar{
	padding-bottom:30px;
	padding-right:10px;
}
.navItem{
	font-size:16px;
	color:#588020;
	padding-right:12px;
	padding-left:12px;
}
.navItem a {
	color:#588020;
	text-decoration:none;
}
.navItem a:hover {
	color:#a61111;
	text-decoration:none;
}
.navItem a:visited {
	color:#588020;
	text-decoration:none;
}
.navItemInactive {
	font-size:16px;
	padding-right:12px;
	padding-left:12px;
	color:#a61111;
}
#contentMain{
	width:830px;
	height:560px;
	margin-bottom:5px;
	background-image:url(../images/greenIdeas_contentBG.jpg);
	background-repeat:repeat-y;
}
#footer{
	height:40px;
	font-size:9px;
	color:#999999;
}
a {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#0099FF;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
}