
/*HTML styles */

body {
	background: url(/images/page_bg.gif) #990B0B ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;	
	margin: 15px 0px ;	
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #000000 ;
}

p, li, div, td {
	line-height: 18px ;
}

table {
	border-collapse: collapse ;
}

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

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

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

h1 {
	font-size: 28px ;
	font-weight: normal ;
	color: 1B4C18 ;	
	margin-top: 0px ;
	line-height: 30px ;
	letter-spacing: -2px ;
}

h2 {
	font-size: 22px ;
	font-weight: normal ;
	line-height: 24px ;
	letter-spacing: -1px ;
}

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

#content_holder {
	background: url(/images/content_bg.jpg) #ffffff ;
	background-position: top ;
	background-repeat: repeat-x ;
}

#heading {
	padding: 5px 0px 0px 10px ;
}	

#content {
	padding: 5px 15px 15px 15px ;
}

.location {
	color: #1B4C18 ;
	margin: 15px 0px ;
	font-size: 13px ;
	line-height: 15px ;
	letter-spacing: -1px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	color: #ffffff ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	padding: 10px ;
	display: block ;
	border-left: 1px solid #3FB237 ;
	border-right: 1px solid #1B4C18 ;
	text-decoration: none ;
	background: #2D7F27 ;
	text-align: center ;
}

a.button:hover {
	background: #990B0B ;
	border-left: 1px solid #CC0E0E ;
	border-right: 1px solid #660707 ;
}

a.link_green:link, a.link_green:active, a.link_green:visited {
	color: #1B4C18 ;
	text-decoration: none ;
}

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

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

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

a:link {
	color: #1B4C18 ;
}

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

a:hover {
	color: #3FB237 ;
	text-decoration: none ;
}