/* Normal content links for family */
a:link    {
	color: #3E5B31;
	text-decoration: underline;
}
a:visited  {
	color: #3E5B31;
	text-decoration: underline;
}
a:hover  {
	color: #3E5B31;
	text-decoration: none;
}

/* Links at bottom of page */
a:link.footer    {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited.footer  {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover.footer  {
	color: #F8FA6E;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.bold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #000027}
.regular_black {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; font-weight: normal}
.Subhead1 {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #000027}
.white_regular {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF}
.white_bold {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF}
.regular_maroon {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #773428}

a.boldbuttons{
background: transparent url('/images/css-buttons/roundedge-green-left.gif') no-repeat top left;
display: block;
float: left;
font: bold 13px Arial; /* Change 13px as desired */
line-height: 22px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
height: 30px; /* Height of button background height */
padding-left: 8px; /* Width of left menu image */
text-decoration: none;

}

a:link.boldbuttons, a:visited.boldbuttons, a:hover.boldbuttons, a:active.boldbuttons{
color: white; /*button text color*/
}

a.boldbuttons span{
background: transparent url('/images/css-buttons/roundedge-green-right.gif') no-repeat top right;
display: block;
padding: 4px 10px 4px 2px; /*Set 10px to be equal or greater than'padding-left' value above*/
}

a:hover.boldbuttons{ /* Hover state CSS */
text-decoration: underline;
}


.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}