p.contact{
	font-size: 11px;
	font-color: green;
	font-weight: normal;
	}

table.main{ 
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-size: 12px;
	font-family: Times New Roman, serif;
	font-weight: normal;
	text-indent: 2ex;
}
	

table.nav {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-size: 10px;

}
table.nav td {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none dashed none;
	border-color: black black green black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

/*table.side {
	border-width: 0px 0px 0px 0px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
	font-size: 12px;
}
*/
table.side td {



	background-color: white;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: none;
	border-left-width: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #006600;
}

A.menuItem
{
	font-family: serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	display: block;
	padding-left: 0;
	padding-right: 0;
	padding-top: none;
	padding-bottom: none;
	border-bottom: none;
}


A.menuItem:hover
{
	font-family: serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding-left: 0;
	padding-right: 0;
	padding-top: none;
	padding-bottom: none;
	background-color: #6ca76c;
}

.footerText
{
	font-family: serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	letter-spacing: 1px;
	color: #000000;
	

}

</style>