/* NOTE: line-height is set to 18px - increase line-height for elements larger than 18px */
/* padding-top; padding-right; padding-bottom; padding-left */
#topNav
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
#topNav a, #topNav a:link, #topNav a:visited, #topNav a:active
	{
		font-size: 12px;
		font-weight: bold;
		padding-bottom: 3px;
		padding-top: 3px;
		padding-left: 10px;
		padding-right: 10px;
		text-decoration: none;
		color: #666;
		background: #D2DBD6;
		border: 1px solid black;
	}
#topNav a:hover
	{
		color: #316C55;
		background: #66CDAA; /* #00FA9A #90EE90 #00cc99 #99cc99; */
	}
#bottomNav a:link, #bottomNav a:visited, #bottomNav a:active
	{
		font-size: 12px;
		color: black;
		text-decoration: underline;
	}
#bottomNav a:hover
	{
		color: #316C55;
	}
#infoBox
	{
		padding-bottom: 20px;
		/* height: 100%; */ /* for Firefox */
	}
#infoBox table
	{
		width: 175px;
		border-right: 1px solid #316C55;
		padding: 0px;
		font-size: 12px;
		/* height: 100%; */ /* for IE */
	}
#infoBox th
	{
		text-align: left;
		background-color: #cccccc;
		border-bottom: 0px solid gray;
		color: #316C55;
		font-weight: bold;
		font-size: 14px;
		height: 30px;
	}
#infoBox td
	{
		background-color: #D2DBD6; /*#eeeeee; #D2DBD6;*/
		padding: 5px;
		vertical-align: top;
	}
#infoBox ul
	{
		margin-left: 20px;
	}
a:link, a:visited, a:active
	{
		color: #006633;
		text-decoration: underline;
	}
a:hover
	{
		color: #66cc99;
		text-decoration: underline;
	}
body 
	{
		font-size: 12px;
		font-family: arial,helvetica,sans-serif;
		line-height: 18px;
		background-color: white;
		margin: 0px;
		padding: 0px;
		background-image: url('../images/bg_left.gif');
		background-repeat: repeat-y;
	}
table.borderTop
	{
		background-image: url('../images/bg_top.gif');
		background-repeat: no-repeat;
		height: 45px;
	}
table
	{
		font-size: 12px;
		font-family: arial,helvetica,sans-serif;
		line-height: 18px;
	}
td.dash
	{
		background-image: url('../images/dash.gif');
		background-repeat:repeat-x;
		vertical-align: middle;
	}
img
	{
		border: 0px;
	}
img.floatRight
	{
		float: right;
		margin-left: 15px;
		padding-left: 15px;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}
img.floatLeft
	{
		float: left;
		margin-right: 15px;
		padding-right: 15px;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}
h1
	{
		font-size: 18px;
		font-weight: bold;
		color: #316C55;
	}
h2
	{
		font-size: 16px;
		font-weight: bold;
	}
h3
	{
		font-size: 15px;
		font-weight: bold;
		margin-bottom:4px;
	}
hr
	{
		color: gray;
		height: 1px;
	}
hr.green
	{
		color: #316C55;
		height: 1px;
	}
ul
	{
		margin-top:4px;
	}
.quote
	{
		margin-right: 5px;
		font-size: 12px;
		font-style: italic;
		font-weight: bold;
		color: gray;  /*#339999; */
		line-height: 12px;
	}
.quote a
	{
		color: #339999;
		font-weight: bold;
		font-style: normal;
	}
.quote a:hover
	{
		color: #66cc99;
	}
.quoteFrom
	{
		margin-right: 10px;
		font-weight: normal;
		font-style: normal;
	}
div.testimonial
	{
		line-height: 14px;
		font-style: normal;
		padding-top: 0px;
	}
div.testimonialFrom
	{
		margin-left: 150px;
		font-weight: bold;
		font-style: normal;
		padding-top: 5px;
		padding-bottom: 20px;
	}
.welcome
	{
		font-size: 20px;
		line-height: 24px;
		font-weight: bold;
		color: gray;
		padding-left: 50px;
	}
.textSmall
	{
		font-size: 10px;
	}
.textStrong
	{
		font-size: 14px;
		font-weight: bold;
	}
.textGreen
	{
		color: #316C55;
	}
.indent
	{
		margin-left: 25px;
		clear: both;
	}
.form td
	{
		padding: 5px;
	}
