/*`Basic HTML
----------------------------------------------------------------------------------------------------*/
BODY
{
	font-family: arial, helvetica, "lucida sans", lucida, sans-serif, sans;
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
A:focus
{
}
HR
{
	border: 0 solid #CCC;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
/*`Headings
----------------------------------------------------------------------------------------------------*/
H1
{
	font-size: 33px;
	line-height: 1.1;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", serif;
	color: #545454;
	font-weight: normal;
	padding-bottom: 25px;
	padding-top: 10px;
	text-transform: capitalize;
	border-bottom: 1px dotted #E5E5E5;
}
H2
{
	font-size: 25px;
	line-height: 1.4;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", serif;
	color: #555555;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}
H3
{
	font-size: 20px;
	line-height: 1.2;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", serif;
	color: #555555;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
	text-transform: capitalize;
}
H4
{
	font-size: 14px;
}
H5
{
	font-size: 17px;
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", serif;
	color: #828282;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: -37px;
}
H6
{
	font-size: 15px;
}
/*`Spacing
----------------------------------------------------------------------------------------------------*/
OL
{
	list-style: decimal;
}
UL
{
	list-style: square;
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
}
LI
{
	margin-left: 30px;
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 10px;
}
A
{
	color: #BA442C;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#headerright A
{
	font-family: Georgia, Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif,", "Bitstream Vera Serif", "Liberation Serif", serif;
	font-weight: normal;
}
P
{
	font-family: arial, helvetica, "lucida sans", lucida, sans-serif, sans;
	color: #565656;
	font-size: 12px;
	font-weight: normal;
}
A:hover
{
	color: #F32C00;
}
.bodytext
{
	font-family: arial, helvetica, "lucida sans", lucida, sans-serif, sans;
	color: #565656;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	padding-right: 20px;
}
.req
{
	color: #7F7F7F;
	font-weight: bold;
}
#pageleft P
{
	margin-top: 25px;
}
.smalltext
{
	font-size: 10px;
}
#pageleft #bottomhalf #boardmembers P
{
	margin-top: 8px;
	margin-bottom: 8px;
}
