/* CSS Document */

/* CSS Document */

/* All content & layout */

* {
padding: 0;
margin: 0;
}
a, a:link, a:visited, a:active {
	color: #7AC141;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: #7AC141;
	text-decoration: none;
	font-weight: normal;
}

body {
	margin: 9 auto;
	font-family:  Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #0000;
	background: #fff;
}

.maintable {
    width:937px;
	height: 500px;
}
.leftnav {
    width:221px;
    height: 598px;	 
}
.content {
    width:716px;
	padding: 69px 0 0 0;	 
}
.navpadding {
	padding: 0 0 3px 0;
}
.navbar{
	padding: 0 0 5px 0;
	border-bottom: 1px solid Black;	
}
.navtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;

}
a.navtext:link, a.navtext:visited, a.navtext:active  {
	text-decoration: none;
	font-weight: normal;	
	color: #000000;
	text-align: left;	
	
}
a.navtext:hover {
	text-decoration: none;
	font-weight: normal;	
	color: #7AC141;	
	text-align: left;		
} 
.pageheader {
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.pageheaderpadding {
/*	padding: 34px 0 30px 0;*/
	padding: 30px 0 30px 0;
}
.contenttext {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font: lighter;
}
.contenttext2 {
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	font: lighter;
}
.text2 {
	color: #F37735;
}
.text3 {
	color: #BF82B8;
}
.text4 {
	color: #EE2E23;
}
.text5 {
	color: #7AC141;
}
.text6 {
	color: #BDBEC0;
}
.padding1 {
	padding: 20px 0px 0px 0px;
}
.padding2 {
	padding: 30px 0px 0px 0px;
}
.padding25 {
	padding: 25px 0px 0px 0px;
}
.footer {
	padding: 30px 0px 0px 0px;
}
.footertext {
	font-size: 9px;
	color: #000000;
}
a.footertext:link, a.footertext:visited, a.footertext:active  {
	text-decoration: none;
	font-weight: normal;	
	color: #000000;
	text-align: left;	
	
}
a.footertext:hover {
	text-decoration: none;
	font-weight: normal;	
	color: #7AC141;	
	text-align: left;		
} 
.bar{
	padding: 5px 0 0 0;
	border-top: 1px solid Black;
}
#custom {
	margin: 1px;
/*	width: 10em;	*/
	padding: 0px;
	}	
#custom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#custom li {
	list-style-image: none;
	list-style-type: none;
}	
