﻿
#mainContainer
{
	background-image: url( '../../../images/newbgLogo-2.jpg' );
}

#middleContainer
{
	border-top: solid 2px #CCCCCC;
	background-color: #F3F3F3;
}


p
{
	font-size: 9pt;
	text-align: justify;
}

a img
{
	border: 0;
}


#container
{
}


.itemPane
{
	display: block;
	text-decoration: none;
	border: solid 1px #F3F3F3;
	padding: 10px;
}

.itemPane:hover
{
	border: solid 1px #CCCCFF;
	background-color: #EEEEF0;
}

.itemPane:active
{
	border: solid 1px #CCCCFF;
	background-color: #DDDDF0;
	
}

.itemPaneCell
{
	width: 300px;
	vertical-align: top;
	padding-bottom: 20px;
}

.itemPane img
{
	padding-bottom: 10px;
}

.text
{
	text-align: justify;
	width: 250px;
	color: #555555;
}
.section
{
	border-top: solid 1px #CCCCCC;
	margin-right: 30px;
	padding-left: 10px;
	padding-bottom: 20px;
}
.sectionContent
{
	width: 450px;
}
.sectionTitle
{
	font-size: 8pt;
	font-family: Arial;
	padding-top: 30px;
	padding-bottom: 5px;
}
.FAQ
{
	padding: 10px 0px;
}
.FAQQuestion
{
	color: #2173AF;
	font-size: 10pt;
	font-family: Arial;
	font-weight: bold;
	padding-bottom: 3px;
}
.FAQText
{
	font-size: 9pt;
	font-family: Arial;
	text-align: justify;
	color: #555555;
}

#miniFAQMore
{
	display: block;
	font-size: 8pt;
	font-family: Arial;
	color: #2173AF;
	text-decoration: none;
	padding-top: 5px;
}


#miniFAQMore:hover
{
	text-decoration: underline;
}

