
/*  UNIVERSAL STYLES */


body
{
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
}

img.layout_image
{
	display: block;
}

div.sub_nav
{
	margin-left: 0px;
}

a
{
	text-decoration: none;
	color: #248523;
}

a:hover
{
	text-decoration: underline;
	color: #248523;
}


/*  GENERAL SUBPAGE STUFF  */

div.sub_content_holder
{
	position: relative;
	margin: 0px 0px 0px 0px;
	width: 774px;
}

div.sub_nav_vertical
{
	position: absolute;
	left: 36px;
	top: 40px;
}

div.header
{
	background-color: #ff9900;
	width: 100%;
	overflow: hidden;
}

div.home_holder
{
	margin-top: 30px;
	margin-bottom: 15px;
	background-color: #e9e9e9;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

td.home_body
{
	vertical-align: middle;
	width: 312px;
}

table.home_holder
{
	width: 982px;
}

p.home_body
{
	text-align: justify;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 0px;
	margin-left: 78px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 212px;
}

td.home_image
{
	vertical-align: middle;
	width: 400px;
}

td.home_news
{
	vertical-align: top;
	width: 270px;
}

img.hdr_news
{
	margin-top: 9px;
	margin-left: 9px;
}

div.sub_nav
{
	clear: both;
	margin-left: 60px;
}

p.news_item_title
{
	font-family: "Arial", sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
	margin-top: 10px;
	margin-left: 22px;
	margin-right: 5px;
}

a.news_item_title:link, a.news_item_title:visited
{
	color: #005B7B;
	text-decoration: none;
}

a.news_item_title:hover
{
	color: #28611C;
	text-decoration: none;
}

p.news_item_content
{
	font-family: "Arial", sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 22px;
	margin-right: 5px;
	text-align: justify;
}




