A:hover        {
	text-decoration: underline;
	color:#4F886C;
}

A:hover.footer        {
	text-decoration: underline;
	color:#243300;
}

A:hover.heading        {
	text-decoration: underline;
	color:#C83935;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FBC725;
	background-image:url(../images/masthead_background.png);
	background-position: top;
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#243300;
}

.contentAreaMain {
	width:810px;
	min-height: 600px;
	background: url(../images/bglogo.gif);
	text-align:left;
}

.contentAreaLeft {
	width:577px;
	min-height:200px;
	float: right;
}

.contentAreaRight {
	width:233px;
	min-height: 200px;
	float: left;
}

.contentInside {
	min-height: 150px;
	padding: 12px;
}

.footerAreaMain {
	width:810px;
	height:62px;
	text-align:left;
}

.footerAreaLeft {
	width:577px;
	height:62px;
	background-image: url(../images/footerLeft.png);
	float: left;
}

.footerAreaRight {
	width:233px;
	height: 62px;
	float: right;
}

.footer {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#FFFFFF;
	text-decoration : none;
}

.heading {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold; 
	color:#4F886C;
}

.regular {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px; 
	color:#243300;
}

.list {
	list-style:square;
}

.inputField {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C83935;
	border: 1px solid #243300;
	background-color: #FFFFFF;
	background-image: url(../images/form_background.gif);
	background-repeat: repeat-x;
}

.handcursor{
	cursor:hand;
	cursor:pointer;
}

.author {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color:#243300;
	text-decoration : none;
}