td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
}

body {
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 15px;
	padding-top: 0px;

}


/* -------------- NAV STYLES -------------- */

#navmain {
	background-color: #7FC41C;
	background-image: url(images/navmain_bgrnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}



/* -------------- LINK STYLES -------------- */


a:visited {
	color: #5fc31c;
	text-decoration: none;
}
a:link {
	color: #5fc31c;
	text-decoration: none;
}
a:active {
	color: #5fc31c;
	text-decoration: none;
}
a:hover {
	color: #BADF0D;
	text-decoration: none;
}


a.linkgrey:visited {
	color: #666666;
	text-decoration: none;
}
a.linkgrey:link {
	color: #666666;
	text-decoration: none;
}
a.linkgrey:active {
	color: #666666;
	text-decoration: none;
}
a.linkgrey:hover {
	color: #7FC41C;
	text-decoration: none;
}


a.linkdarkgreen:visited {
	color: #336600;
	text-decoration: none;
}
a.linkdarkgreen:link {
	color: #336600;
	text-decoration: none;
}
a.linkdarkgreen:active {
	color: #336600;
	text-decoration: none;
}
a.linkdarkgreen:hover {
	color: #7FC41C;
	text-decoration: none;
}


/* -------------- BOX STYLES -------------- */


.shortboxbgrnd2 {
	background-image: url(images/shortboxbgrnd2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

.greenboxbgrnd {
	background-image: url(images/greenboxbgrnd.gif);
	background-repeat: repeat-y;
}
.greenboxbgrnd2 {
	background-image: url(images/greenboxbgrnd2.jpg);
	background-repeat: repeat-y;
	background-position: bottom;
}

.LeftColBgrnd {
	background-image: url(images/bgrnd_logo.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/* -------------- TEXT STYLES -------------- */



.quote {
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	color: #7FC41C;
	font-family: Arial, Helvetica, sans-serif;
}

.textbiggreen {
	font-size: 18px;
	font-weight: bold;
	color: #7FC41C;
	line-height: normal;
}

.textbiggrey {
	font-size: 18px;
	font-weight: bold;
	color: #999999;
	line-height: normal;
}

.textgreen {
   color: #7FC41C;
}

h1 {
   color: #5fc31c;
   margin-top:0;
   margin-bottom:0;
   font-size:22px;
}

h2 {
   color: #5fc31c;
   margin-top:0;
   margin-bottom:0;
   font-size:17px;
}

h3, 
.subtitle {
	font-size: 12px;
	line-height: normal;
	font-weight: bold;
	color: #5fc31c;
    margin-top:0;
	margin-bottom:0;
}

h4 {
	font-size: 11px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:0;
}

p {
	margin-top:0;
	margin-bottom:11px;
}

.specialhomepage {
   color: #5fc31c;
   margin-bottom:0;
   font-size:17px;
}

.specialtitle {
   color: #5fc31c;
   margin-bottom:11px;
   font-size:18px;
}

/* -------------- MISC STYLES -------------- */


.margin0x0x5x0 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.padding5x5x5x5 {
	padding: 5px;
}

.PictureLeft {
	margin-top: 3px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
}


/* -------------- FORM STYLES -------------- */

form {
	margin-bottom: 0px;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/textfield_bgrnd.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 291px;
	border: none;
	padding: 4px;
	background-position: right;
}
.textfield2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(images/textfield_bgrnd2.gif);
	background-repeat: no-repeat;
	height: 22px;
	width: 101px;
	border: none;
	padding: 4px;
	background-position: right;

}
.textfield3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding: 4px;
	width: 291px;
	border: 1px solid #CCCCCC;
}



.greenboxbgrnd-border-only {

	background-image: url(images/greenboxbgrnd-borderonly.gif);
	background-repeat: repeat-y;
	background-position: bottom;
}
ul {
	list-style-position: outside;
	list-style-type: disc;
}
li {
	margin-bottom: 5px;
	font-size: 12px;
}

.greenboxbgrnd-pic {
	background-image: url(images/greenboxbgrndpic.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}


ul#news_list {
	margin: 0px;
	padding: 0px;
}

#news_list li {
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 2px top;
	margin: 0px;
	padding: 0px;
	padding-left:20px;
}

.home_sidebox {
	margin-bottom:4px;
}

ul.bulletList {
margin:0;
padding:0;
}

ul.bulletList li{

background-image:url(images/bullet_text.gif);
background-repeat:no-repeat;
background-position: 0 5px;
list-style-type:none;
padding-left:15px;

}
