@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
}
.redirect {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006600;
	margin: 20px;
	width: 700px;
}

#headerian {
	height: 124px;
	background-color: #CEEBAD;
}
#footerlinks {
	line-height: 1.5;
	background-color: #333333;
	letter-spacing: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	margin-top: 20px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 950px;

}
#footerlinks p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

a.footerlinks:active {
	color: white;
	text-decoration: none;
	padding-right: 10px;

}
a.footerlinks:link {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	font-size: 10px;
}
a.footerlinks:hover {
	color: white;
	text-decoration: underline;
	padding-right: 10px;
	font-size: 10px;
}
a.footerlinks:visited {
	color: white;
	text-decoration: none;
	padding-right: 10px;
	font-size: 10px;

}

.whiteseperator {color: #FFFFFF}

