A. {
	color: Black;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

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

body {
	background: url(../images/bgMain.gif);
	margin: 0px;
}

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

#mastheadArea{
	width:620px;
	height:148 px;
}

#mainArea {
	vertical-align: top;
	width: 620px;
	height: 340px;
	background-color: #252525;
}

#footerArea {
	width: 620px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	color:#7E7C7C;
}

.contentArea {
	width: 490px;
	height: 320px;
	background-color:#CCCCCC;
	vertical-align: top;
	padding: 10px;
	overflow:auto;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color : #000000;
	line-height: 14pt;
	text-decoration : none;
}

.leftMenu {
	width: 45px;
	padding-right: 10px;
}

.rightMenu {
	width: 45px;
	padding-left: 10px;
}

.heading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15pt;
	text-decoration: none;
	color:#663300;
}


.subheading {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
	text-decoration: none;
	color:#663300;
}

.regular {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9pt;
	color : #000000;
	line-height: 14pt;
	text-decoration : none;
}

.footer {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 7pt;
	color:#7E7C7C;
	text-decoration : none;
}

.list {
	list-style-type:square;
}