/* CSS Document */
/* Color values for penitential purple: background: #454157 link header: #4C203C */ 
BODY
{
	margin: 0px 0px 0px 0px;
	background-color: #618D34;
	font-family: "Tahoma", "Arial", "Helvetica", sans-serif;
	font-size: small;
	color: white;
}
DIV#content
{
	position: absolute;
	width: 100%;
	top: 127px;
	left: 0px;
	padding: 5px 5px 5px 5px;
}
DIV#logo
{
	position: absolute;
	top: 0px;
	left: 0px;
}
DIV#info
{
	position: absolute;
	white-space: nowrap;
	top: 88px;
	left: 400px;
	font-size: x-small;
}
DIV#linkheader
{
	position: absolute;
	white-space: nowrap;
	width: 100%;
	top: 105px;
	font-size: medium;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 0px 5px 2px 5px;
	background-color: #256360;
}
DIV#linkheader A
{
	text-decoration: none;
	color: white;
}
DIV#linkheader A:hover
{
	text-decoration: underline;
	color: #FBCA0C;
}
A
{
	color: #FBCA0C;
}
A:hover
{
	color: white;
}
