/*`Basic HTML
----------------------------------------------------------------------------------------------------*/
BODY
{
	font: 13px/1.5 Helvetica, Arial, "Liberation Sans", FreeSans, sans-serif;
}
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: 18px;
	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: 0px;
	padding-top: 25px;
	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: 0px;
	padding-top: 15px;
	text-transform: capitalize;
}
H4
{
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 21px;
}
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;
}
LI
{
	margin-left: 30px;
}
P, DL, HR, H1, H2, H3, H4, H5, H6, OL, UL, PRE, TABLE, ADDRESS, FIELDSET
{
	margin-bottom: 10px;
}
A
{
	color: #4A6D61;
	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;
	margin-top: 20px;
}
A:hover
{
	color: #3F8C72;
}
.req
{
	color: #7F7F7F;
	font-weight: bold;
}
#pageleft P
{
	margin-top: 20px;
}
P.mission
{
	text-align: center;
	font-style: italic;
	width: 350px;
	margin-left: 55px;
	color: #828282;
	font-family: georgia, "times new roman", times, serif;
	border: 1px dashed #CCCCCC;
	padding: 5px;
}
.smalltext
{
	font-size: 10px;
}
TD.title
{
	font-size: 15px;
	border-left: 5px solid #7F7F7F;
	padding-left: 5px;
	font-weight: bold;
	border-bottom: 1px dotted #C5C5C5;
	border-top: 20px dotted #FFFFFF;
}
DIV.reviewcontainer P
{
	/*+placement:shift 0px -20px;*/
	position: relative;
	left: 0px;
	top: -20px;
	margin-left: 10px;
}
DIV.twocoltext
{
	column-count: 2;
	-webkit-column-count: 2;
	-moz-column-count: 2;
}

