﻿body 
{
	background-color: #73595A;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
	color: #FFFFFF;
}
#wrapper
{
	margin: 0px auto;
	width: 901px;
	background-color: #6b4a4c;
}
.section
{
	overflow: hidden;
	text-align: left;
}

/* Heading Styles */
.HeaderText
{
	font-size: 20px;
	font-weight: bold;
}
.FaqHeaderText
{
	font-size: 14px;
	font-weight: bold;
}
.FaqSubHeaderText
{
	font-size: 14px;
	font-weight: bold;
}

/* Link Styles */
a:link, a:active, a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #7baece;
	text-decoration: none;
}

/* List Styles */
.FaqList
{
	list-style-position: outside;
	padding: 0px;
	margin: 15px 25px;
}

/* Footer Styles */
.FooterNav
{
	color: #FFFFFF;
	line-height: 16px;
	font-weight: bold;
}
.FooterNav a
{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.FooterNav a:hover
{
	color: #5f95c0;
	text-decoration: none;
}

/* Edit Styles */
.EditButton
{
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #000000 !important;
	background-color: #D7EEF4;
	width: 30px;
	border: solid 1px #000000;
	text-decoration: underline;
	text-align: center;
	z-index: 100;
	position: absolute;
}
.EditMode .section
{
	border: dashed 1px #000000;
}

/* Error Styles */
.ErrorBox
{
	display: block;
	border: solid 1px red;
	background-color: #ffebe8;
	padding: 10px;
}

/* Table Padding */
.tablePaddingAll td
{
	padding: 2px;
}