/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	background-color: #000000;
	padding: 5px 0 5px 0;
}
#container {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bgcontainer.jpg);
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#pageHeader {
	margin: 0;
	background-color: #000000;
	background-image: url(images/bg_subTagLine.jpg);
	height: 149px;
	width: 780px;
	text-align: left;
}
#nav {
	padding: 0px;
	margin: 0;
	color: #97FF36;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	white-space: nowrap;
	list-style-type: none;
	text-align: center;
	height: 40px;
}
#nav ul {
	margin: 0px;
	padding-top: 4px;
	padding-left: 0px;
}
#nav li {
	display:inline;
}
#nav li a {
	padding:0 .5em 0 .5em;
/*	padding:0.2em .5em 0 0;    */
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
}
#nav li a:hover {
	color:#97FF36;
	background:#000000;
	text-decoration: none;
}
#nav .static {
	color:#97FF36;
	background:#000000;
	text-decoration: none;
}
#sidebar {
	float: left;
	width: 168px;
	margin: 0 0 0 0;
	padding: 0px;
	text-align: left;
}
#content {
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	padding: 0px;
	background-color: #FFFFFF;
	width: 612px;
}
#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	padding: 0px 20px 0px 20px;
}
#content p{
	text-align:left;
	padding: 0 20px 0px 20px;
}
#content ul{
    line-height: 20px;
}
#contact1 {
	padding: 10px 20px 0px 0px;
	float: left;
}
#contact2 {
    padding: 10px 0px 0px 0px;
	float: left;
}
.contacttitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
#content .textlinks {
	clear: both;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0;
}
.textlinks a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:visited {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:active {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #000000;
   text-decoration: underline;
   font-size: 13px;
   background-color: #97FF36;
}
#footer{
	clear: both;
	width: 780px;
	background-color: #000000;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 80px;
}
.copyright{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 32px 0 0 10px;
	line-height: 15px;
	text-align: center 
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold; 
}
.copyright a:visited {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.copyright a:active {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.copyright a:hover {
    color: #000000;
	text-decoration: none;
	font-size: 11px;
	background-color: #97FF36;
}
a:link {
	color:#000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:visited {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:active {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
    color: #000000;
	background-color: #97FF37;
    text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
#sitemap1 {
	float: left;
	padding: 10px 80px 0 0;
}
#sitemap2 {
	float: left;
	padding: 10px 0 0 0;
}
.titlefrequent {
	color: #000000;
	text-align: center;
	background-color: #97FF36;
	background-image:url(images/bg_oppor.jpg);
	font-weight: bold;
}










