body
{
	background-color: White;
	font-family: Arial;
	font-size: 10pt;
	margin: 0px;
}

a
{
	color: #0033CC;
}

a:hover
{
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6
{
	color:#0033CC;
	margin: 0px;
}

h1
{
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px;
}

h2
{
	color: #0000AF;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 10px;
}

h3
{
	font-size: 130%;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 
{
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 5px;
}

h5
{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 5px;
}

h6
{
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

p
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.errortext
{
	color: Maroon;
	font-size: 8pt;
}

.pagemessage
{
	background-color: Yellow;
	color: Maroon;
	font-size: xx-small;
}

.requiredfield
{
	background-color: #ffffcc;
}

.page_container
{
	border-top: solid 10px #0000AF;
}

.page
{
	background-color: White;
	margin: 0px auto 0px auto;
	width: 900px;
}

/************/
/** Header **/
/************/
.header
{
	background-color: White;
	height: 110px;
}

.header_content
{
	padding: 10px 5px 10px 5px;
}

.header_left
{
	float: left;
	width: 300px;
}

.header_right
{
	float: right;
	width: 500px;
	text-align: right;
}

/**********/
/** Menu **/
/**********/
.menu_nav
{
	background-color: #0033FF;
	height: 25px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.menu_nav_content
{
	padding-left: 5px;
}

/*****************/
/** Top Content **/
/*****************/
.top_content
{
}

.no_marquee
{
	text-align: center;
}

/**********/
/** Main **/
/**********/
.main
{
}

.main_content
{
	margin: 5px 0px 5px 0px;
}

.main_body
{
	float: right;
	width: 640px;
}

.main_body_content
{
	padding: 0px 10px 0px 0px;
}

.main_footer
{
	clear: both;
	padding-top: 5px;
}

/*************/
/** Sidebar **/
/*************/
.sidebar
{
	float: left;
	width: 240px;
}

.sidebar_content
{
}

.sidebar_news
{
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.sidebar_news_headline
{
	font-weight: bold;
}

.sidebar_news_date
{
	color: Gray;
	font-size: 8pt;
}

.sidebar_news_detail
{
	font-size: 9pt;
}

.sidebar_item_title
{
	background-color: #F79C00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: White;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}

.sidebar_item_body
{
	padding-bottom: 5px;
}

.sidebar_item_list_item
{
	font-weight: bold;
	padding: 0px 5px 5px 5px;
}

.sidebar_item_list_item a
{
}

/*************/
/** News    **/
/*************/
.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%;
	font-weight: bold;
}

.news_list_date
{
	font-size: 8pt;
	color: Gray;
}

.news_list_detail
{
}

/* ----------------- */
/* Sidebar Widget Items  */
/* ----------------- */
.sidebar_container
{
	
}

.sidebar_widget
{
	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 **/
/************/
.footer_container
{
	background-color: #ECECEC;
	clear: both;
}

.footer
{
	margin: 0px auto 0px auto;
	width: 900px;
}

.footer_content
{
	font-size: 8pt;
	padding: 10px;
	text-align: right;
}
