/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#header{
	width:1000px;
	height:106px;
	clear:both;
}

#mainContent{
	width:860px;
	position:absolute;
	left:142px;
	top:106px;
}

#footer {
	width:860px;
	height:64px;
	font-size:11px;
	color:#666666;
	background-image:url(../images/footer_bgrnd.gif);
	background-repeat:no-repeat;
	text-align:center;
	clear:both;
}

.footerTop{
	display:inline;
	padding:20px 15px 10px 20px;
	color:#666666;
	vertical-align:middle;
}

a.footerLinks:link{
	color:#666666;
	text-decoration:none;
}

a.footerLinks:visited{
	color:#666666;
	text-decoration:none;
}

a.footerLinks:hover{
	color:#666666;
	text-decoration:underline;
}

a.footerLinks:active{
	color:#666666;
	text-decoration:underline;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #990000;
	text-decoration: none;
}


