body {
	background-color: #FFFFFF;
	margin-left: 20px;
	margin-top: 20px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #333333;
	text-decoration: none;
}

a:hover{
	color: #336600;
	text-decoration: underline;
	background-image: none;
	font-weight: bold;
}

/************** menu styles *****************/

.menu{
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: #333333;
	text-align: right;
}
.menuon{
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
	color: #336600;
	text-decoration: none;
	font-weight: bold;
}

/************** feature styles *****************/

.content{
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #333333;
	text-align: left;
}
html>body .content {height: auto;}
.content h2{
	color: #336600;
	padding: 0px 0px 0px 0px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	
}
.content h3{
	color: #000000;
	padding: 0px 0px 0px 0px;
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 125%;
	font-weight: bold;
}
.content th1{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}
.content th2{
	font-family: "Century Gothic", Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #336600;
}
/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;

}

#sectionLinks a:link, #sectionLinks a:visited {
	font-size: 10pt;
	font-family: "Century Gothic", Verdana, Arial;
	font-weight: bold;
	color: #336600;
}

#sectionLinks a:hover{
	background-color: #99CC99;
	background-image: none;
	font-weight: bold;
	text-decoration: underline;
}

/************** siteInfo styles ****************/

.siteInfo{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 9pt;
	color: #333333;
	margin-top: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
}
/************** contact styles ****************/

.contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 8pt;
	color: #000000;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}
.contact h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: bold;
}
/******* link end page *******/

#endpage a:link, #endpage a:visited{
	color: #336600;
	text-decoration: underline;
	font-size: 10px;
}

#endpage a:hover{
	text-decoration: underline;
}
