body {
	font: 62.5%/1.4 'Lucida Grande', Verdana, sans-serif;
	color: #666;
}

a {
	color: #689E21;
}

a:hover {
	color: #3A3417;
}



/*
	Branding
*/

div#branding h1 {
	font-family: Georgia, "Times New Roman", Times, "New Century Schoolbook", serif;
	padding: 12px 0 0 12px;
	margin: 0;
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
	letter-spacing: -.02em;
	font-variant: small-caps;
	color: #fff;
}
div#branding h4 {
	font-family: Georgia, "Times New Roman", Times, "New Century Schoolbook", serif;
	font-weight: bold;
	font-style: italic;
	padding: 0 0 0 18px;
	font-size: 1.4em;
	line-height: 1em;
	letter-spacing: -.06em;
	margin: 5px 0 6px 0;
	color: #fff;
}

/*
	Content
*/


div#col_wrap {
	font-size: 1.2em;
	line-height: 1.5em;
	letter-spacing: 0em;
	word-spacing: -.1em;
}
div#col_wrap p {
	margin: 4px 0 6px 0;
}

h2 {
	font-size: 2em;
	line-height: 1.1em;
	font-weight: bold;
	margin: 18px 0 6px 0;
}
h2#choose {
	margin: 0 0 12px 0;
}


p.note {
	font-size: .85em;
	line-height: 1.4em;
}

em {
	font-style: italic;
}

.col_2, .col_3 {
	font-size: .95em;
	line-height: 1.3em;
}

.col_2 h3, .col_3 h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	padding: 0 0 4px 0;
	font-weight: bold;
}


/*
	Forms
*/

.menuDiv {
	font-size: 1em;
	line-height: 1.2em;
}


/*
	Footer
*/


#ftr_nav a:link, #ftr_nav a:visited {
	color: #b2dc97;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #b2dc97;
}

#ftr_nav a:hover {
	padding-bottom: 0pt;
	color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}

#ftr_nav {
	margin: 9px 0 12px 28px;
	color: #b2dc97;
}

#ftr_nav li {
	display: inline;
	padding: 4px 6px 2px 0;
}
