/* CSS Document */


/* footer */

div#footer
{
	width: 950px;  /* this will create a container 80% of the browser width */
     margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
.footerbar
{
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #ffffff;
	line-height: 12px;
	border-top: 8px #060C56 solid;
	text-align: left;
	margin: 0;
}
.contact {
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	padding:0 0 0 15px;
	color:#060C56;
	line-height:18px;
	
}

.contact p{
	font: 12px "Arial", Helvetica, Verdana, sans-serif;
	color:#060C56;
	line-height:18px;
	padding:0;
	margin:0;
	

}
.contact a{
	color: #060C56;
	font: bold;
	
}
.contact a:hover, .contact a.selected
{
	font: bold;
	color: #255DD3;
	
}
.comment {
	float:right;
	color: #060C56;
	padding:10px 20px 0 0;
}
.comment a:link {
	color: #060C56;
	font-weight:normal;	
	}

.comment a:visited {	
	color: #060C56;
	font-weight:normal;
	}

.comment a:hover {
	color: #255DD3;
	font-weight:normal;
	}

.comment a:active {
	color: #ffffff;
	font-weight:normal;
	text-decoration: underline;
}
.copyright {
	font-size: 12px;
	color: #003397;
	line-height: 12px;
	display: block;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.copyrightspace {
	letter-spacing: 3px;
}
.bottommenu {
	font-size: 12px;
	color: #003397;
	line-height: 14px;
	margin-top: 14px;

 }
.bottommenuspacer {
	letter-spacing: 5px;
}