A:hover        {
	text-decoration: none;
	color: #D22229;
}

body {
	padding:0px;
	margin:0px;
	background-image:url(../images/background.png);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: bottom left;
	font-family: Arial, Helvetica, sans-serif;
}


/* USED TO CENTER ON SCREEN */
#centeringBox 	{
	text-align: center;
	margin-top: -350px;
	margin-left: -450px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible;
}

.contentArea {
	width: 900px;
	height:600px;
	background-image: url(../images/backgroundContentArea.png);
	background-repeat:no-repeat;
}

.menuArea {
	height:28px;
	vertical-align:top;
	background-image:url(../images/menu/background.png);
}

.contentBox {
	width: 869px;
	height: 325px;
	overflow: auto;
	text-align:justify;
	padding:15px;
	font-size: 13px;
	color:#626366;
}

.heading {
	font-size: 17pt;
	font-weight: bold;
	color: #D22229;
}

.subheading {
	font-size: 11pt;
	line-height:11pt;
	text-decoration:none;
	font-weight: bold;
	color: #005f9d;
}

.date {
	font-size: 8pt;
	text-decoration:none;
	font-weight: bold;
	color: #f58a1f;
}

.regular {
	font-size: 10pt;
	color: #005E9E;
	line-height: 12pt;
	text-decoration: none;
}

.inputField {
	background-color: #FFE06A;
	font-weight: bold;
	font-size: 10pt;
	color: #005E9E;
}

/*FAQ Section */
.showstate{ 
	cursor:hand;
	cursor:pointer;
	float: right;
	margin-top: 2px;
	margin-right: 3px;
}

.headers{
	width: 840px;
	border: 1px solid #123456;
	background-color:#f1f1f1;
	padding: 2px;
	padding-left: 8px;
	font-size: 10pt;
	font-weight: bold;
	color: #ec1c24;
	text-decoration: none;
}

.switchcontent{
	width: 840px;
	border: 1px solid #123456;
	border-top-width: 0;
	padding: 2px;
	padding-left: 8px;
	font-size: 10pt;
	color: #005E9E;
}