body 
{
	margin: 0px;
	font-family: "Trebuchet MS";
	font-size: 0.7em;
}

a, a:link, a:visited, a:hover
{
	color: #66afd1;
	text-decoration: underline;
}


.Normal
{
	font-family: "Trebuchet MS";
	font-size: 1em;
}

.c_content
{
	font-family: "Trebuchet MS";
	font-size: 12px;
}

img
{
	border: none 0px white;
}

#mainarea
{
	width: 100%;
}

#homepagearea
{
	width: 100%;
	height: 411px;
	background: url("../Images/homepagebg.gif");	
}

#homepagemain
{
	width: 990px;
}

#footer
{
	position: relative;
	width: 100%;
	height: 70px;
	background: url("../Images/footer.jpg");
}

#footercontent
{
	width: 990px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}

#contentheaderarea
{
	width: 100%;
	height: 153px;
	background: url("../Images/headerbg.gif");
}

#contentheadercontent
{
	width: 990px;
}

#contentmainarea
{
	position: relative;
	width: 100%;
	margin-top: 15px;
}

#contentcontentarea
{
	position: relative;
	width: 990px;
	text-align: left;
}

#contentfooter
{
	position: relative;
	margin-top: 30px;
	width: 100%;
	height: 70px;
	background: url("../Images/footer.jpg");
}

#contentfootercontent
{
	width: 990px;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
}