body {
	margin: 0px ;
	font-family: arial, sans-serif ;
	font-size: 12px ;
	background: #205D21 ;
	background-position: top ;
	background-repeat: repeat-x ;
	color: #000000 ;
}

input, select, textarea, button {
	font-family: arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: top ;
}

h1 {
	font-size: 28px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #777777 ;
	margin-top: 0px ;
}

.under_h1 {
	font-size: 14px ;
}

h2 {
	font-size: 17px ;
	font-weight: bold ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	background-image: url(/images/button_bg.png) ;
	background-position: top ;
	border-left: 1px dashed #373737 ;
	display: block ;
	text-align: center ;
	font-size: 14px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
	padding: 60px 10px 10px 10px ;
	color: #aaa ;
}

a.button:hover {
	color: #fff ;
	background-image: url(/images/button_up.png) ;
}


a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #666666 ;
	text-decoration: none ;
	font-size: 10px ;
	font-family: verdana ;
	font-weight: bold ;

}

a.navLink:hover {
	color: #999999 ;
	text-decoration: underline ;
}

a:link {
	color: #1F5C23 ;
}

a:active, a:visited {
	color: #999999 ;
}

a:hover {
	color: #319036 ;
}

#main {
	background: url(images/pageBg.gif) ;
	background-position: center ;
	background-repeat: repeat-y ;
}

#holder {
	width: 960px ;
	margin: auto ;
	background: url(images/topBg.jpg) ;
	background-position: center top ;
	background-repeat: no-repeat ;
}

#heading {
	background: url(images/headingbg.gif) ;
	text-align: right ;
	padding-right: 220px ;
	padding-top: 3px ;
	padding-bottom: 4px ;
}

.content {
	padding: 15px ;
}

a.topNavLink:link, a.topNavLink:active, a.topNavLink:visited {
	color: #ccc ;
	font-weight: bold ;
	font-size: 13px ;
	font-family: verdana ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.topNavLink:hover {
	color: #fff ;
	text-decoration: underline ;
}

a.botLink:link, a.botLink:active, a.botLink:visited {
	color: #B5B2A5 ;
	font-weight: bold ;
	font-size: 12px ;
	font-family: tahoma ;
	text-decoration: none ;
}

a.botLink:hover {
	color: #1F5C23 ;
	text-decoration: underline ;
}

.navButton {
	padding: 3px 5px ;
	border-bottom: 1px dashed #999999 ;
}

.required {
	text-align: center; 
	color: #990000;
}

a.link_white:link, a.link_white:active, a.link_white:visited, a.link_white:hover {
	color: #fff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

a.category:link, a.category:active, a.category:visited, a.category:hover {
	border-bottom: 1px dashed #999 ;
	font-size: 14px ;
	letter-spacing: -1px ;
	font-weight: bold ;
	text-decoration: none ;
	padding: 6px 12px ;
	display: block ;
	color: #777 ;
	background: none ;
}

a.category:hover {
	background: #fff ;
	color: #205D21 ;
}