body
{
	border-top: solid 10px #A4001D;
	background-color: #FFFFFF;
	font-family: Arial;
	margin: 0px;
	font-size: 9pt;
}

.errortext
{
	color: Maroon;
	font-size: 8pt;
}

.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: xx-small;
}

.requiredfield
{
	background-color: #ffffcc;
}
h1, h2, h3, h4
{
	color:#4C4B4B;
}

h1
{
	font-size: 13pt;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
}

h3
{
	font-size: 11pt;
	font-weight: bold;
	margin-bottom: 0px;
}

h4 
{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 0px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.clear{ clear: both;}

.page
{
	position: relative;
	background-color: White;
	border: solid 1px #FFFFFF;
	margin: 10px auto 5px auto;
	width: 900px;
}

.header
{
	width: 100%;
}

.header_content
{
	vertical-align: bottom;
}

.header_logo
{
	float: left;
	width: 300px;
	height: 75px;
}
.header_logo_content
{
}



.main
{
	width: 100%;
}

.main_content
{
	margin: 25px 5px 5px 5px;
}

.main_sidebar
{
	float: left;
	width: 240px;
}
.main_sidebar_content
{
}

.main_body
{
	float: right;
	width: 645px;
	border-left: solid 1px #CCCCCC;
	
}
.main_body_content
{
	padding: 5px 5px 5px 10px;
}


               
.banner_image
{
	clear:both;
	padding-top: 10px;
}

.banner_image_content
{
}

/**********/
/** Menu **/
/**********/
.menu_nav
{
	float: right;
	width: 525px;
	background-color: #FFFFFF;
	text-transform: uppercase;
	height: 20px;
	vertical-align: bottom;
	margin-top: 20px;
}
.menu_nav_content
{

}

.menu_nav_header
{
	margin-bottom: 2px;
}

/**********/
/** News **/
/**********/
.sidebar_news
{
	padding-top: 5px;
	padding-bottom: 5px;
}

.sidebar_news_headline
{
	font-weight: bold;
}

.sidebar_news_date
{
	color: Gray;
	font-size: 8pt;
}

.sidebar_news_detail
{
}

.news_item
{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px silver;
}

.news_headline
{
	border-bottom: solid 1px silver;
}

.news_headline h1
{
	margin-bottom: 0px;
}

.news_sub_headline
{
	font-size: 7pt;
	color: Silver;
}

.news_body
{
	margin-top: 5px;
}

.news_list
{
}

.news_list_item
{
	margin-bottom: 10px;
}

.news_list_headline
{
	font-size: 120%;
}

.news_list_date
{
	font-size: 8pt;
	color: Gray;
}

.news_list_detail
{
}

/********************/
/** FAQ List       **/
/********************/
.faq_questions
{
	margin-left: 15px;
}
.faq_question
{
	padding: 5px 0px 5px 0px;
	margin-left: 15px;
	
}
.faq_answer
{
	margin-left: 30px;
}

/* ----------------- */
/* Sidebar Widget Items  */
/* ----------------- */
.sidebar_container
{
	
}
.sidebar_widget
{
	background-color: WhiteSmoke;
	margin-top: 5px;
	border: solid 1px Gray;
	text-align: center;
}

.sidebar_content
{
	padding: 2px;
}

.sidebar_content a, .sidebar_content a:link, .sidebar_content a:visited, 
.sidebar_content a:hover, .sidebar_content a:active
{
	color: Navy;
}

/*****************/
/** Footer Area **/
/*****************/
.bottom
{
	clear: both;
	height: 10px;
}
.bottom_content
{
}
.footer_container
{
	clear: both;
	background: #ECECEC;
	border-top: 1px solid #E0E0E0;
	width: 100%;
	height: 60px;
}


.footer a
{
	color: black;
}
.footer
{
	width: 900px;
	clear: both;
	margin: 0 auto;
	text-align:left;
}
.footer_content
{
	padding: 10px 0;
}