﻿body
{
	font-family: 'Franklin Gothic Book';
	font-size: 10pt;
	color: White;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
}

a
{
	color: White;
	text-decoration: none;
}

.header
{
	background-color: #3C6180;
}

.content
{
	color: #003866;
}
.content a
{
	color:#003866;
}

.content_bg
{
}

.footer
{
	background-color: #FFFFFF;
	color: #003866;
}

.menu
{
	background-image: url( 'images/menu_bg.png' );
	background-repeat: no-repeat;
	height: 62px;
}

.menu_divider
{
	height: 43px;
	width: 2px;
}

.logo_spacer
{
	width: 235px;
}

.logo_bg
{
	background-image: url(   'images/logo_bg.png' );
	height: 336px;
}

.logo_container
{
	border-style: solid;
	border-color: Black;
	border-bottom: none;
	border-top: none;
	border-width: 2px;
}

.content_text
{
	text-align: justify;
	padding-left: 15px;
	padding-right: 15px;
}
.news_table_header
{
	font-weight: bold;
}

.button
{
	background-color: #3C6180;
	border-style: none;
	color: White;
}
.ReadMoreLink
{
	color: #003866;
	font-weight: bold;
	font-size: small;
}
.gridview a
{
	color: #3C6180;
}
.bottom_separator
{
	width: 100%;
	border-bottom: double 1px #cbcbcb;
}
p.MsoNoSpacing
{
	margin-bottom: .0001pt;
	font-size: 11.0pt;
	font-family: "Calibri" , "sans-serif";
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
}
p
{
	margin-right: 0cm;
	margin-left: 0cm;
	font-size: 10pt;
	font-family: 'Franklin Gothic Book';
}
p.MsoPlainText
{
	margin-bottom: .0001pt;
	font-size: 10pt;
	font-family:'Franklin Gothic Book';
	margin-left: 0cm;
	margin-right: 0cm;
	margin-top: 0cm;
}

.accordionHeader
{
		width:750px;
		background-image:URL('../Images/Headers/headerBG.png');
		/*background-color: #3C6180;*/
		margin-bottom:2px;
		padding:4px;
		color:#FFF;
		font-family:'Franklin Gothic Book';
		cursor:pointer;
		text-align:left;
}
.accordionHeaderSelected
{
		width:754px;
		background-image:URL('../Images/Headers/headerBG.png');
	/*background-color: #3C6180;*/
		margin-bottom:2px;
		padding:2px;
		color:#FFF;
		font-family:'Franklin Gothic Book';
		cursor:pointer;
		text-align:left;
}
.accordionContent
{
	width:738px;
	padding:0px 10px 0px 10px;
	text-align:justify;
	margin-bottom:4px;
	border:solid 1px #DDD;
}
