.LogoCell {
	background-image: url(../images/LogoArea.jpg);
	background-repeat: no-repeat;
	height: 211px;
}
.LogoCell .Container {
	padding-left: 25px;
}

.FlashCell {
	background-image: url(../images/FlashBg2.jpg);
	background-repeat: no-repeat;
}
.ContentCell {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #606060;
	background-color: #333333;
}
.Nav p a {
	text-decoration: none;
	color: #121c82;
}
.Nav p a:hover {
	color: #660000;
}
.Nav {
	font-weight: bold;
	padding: 15px;
	width: 145px;
}
.Nav p {
	font-size: 11px;
	font-weight: normal;
}

.Nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.Nav li {
	margin-top: 6px;
	margin-bottom: 8px;
}
.Nav li a{
	color: #121c82;
	text-decoration: none;
	font-size: 12px;
}
.Nav li a:hover{
	color: #660000;
}
.FeaturedBoxContent {
	background-image: url(../images/BoxBg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 10px;
	padding-left: 5px;
}
.FeaturedBoxText {
	padding-left: 121px;
	padding-right: 1px;
	padding-top: 7px;
	padding-bottom: 7px;
	font-size: 12px;
	color: #202020;
}
.FeaturedBoxHeaderPurple {
	background-image: url(../images/BoxPurpleHeader.jpg);
	background-repeat: no-repeat;
	height: 28px;
}
.FeaturedBoxHeaderRed {
	background-image: url(../images/BoxRedHeader.jpg);
	background-repeat: no-repeat;
	height: 28px;
}
.ContentCell h1 {
	font-size: 14px;
	color: #f36523;
}
.ContentCell p {
	line-height: 20px;
}
.FeaturedBoxText a {
	font-weight: bold;
	text-decoration: none;
}
.FeaturedBoxText a:hover {
	color: #660000;
}
.Footer {
	color: #6b6b6b;
	background-image: url(../images/Footer.jpg);
	background-repeat: no-repeat;
	height: 40px;
}
.Footer a{
	color: #6b6b6b;
	text-decoration:none;
}
.Footer a:hover{
	text-decoration:underline;
}
.FeaturedBoxHeaderPurple p {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
}
.FeaturedBoxHeaderRed p {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin: 0px;
	padding-top: 5px;
	padding-left: 15px;
}
/* FAQ List */
.FAQList{margin:0px; padding:0px; list-style-type:none}
.FAQList a{
	font-weight:bold;
	text-decoration:none;
	margin-bottom:3px;
	display:block;
	color: #121c82;
}
.FAQList li{}
.FAQList div{margin-bottom:10px; display:none; padding-left:10px}
.FlashCell .Container {
	border: 1px solid #FFFFFF;
	height: 168px;
	width: 255px;
	margin-top: 8px;
}

