BODY
{
	background-image:		url(background_grid.gif);
	background-position:	left bottom;
	background-repeat:		repeat-x;
	background-color:		#FFFFFF;
	font-family:			Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
}
.top_tagline
{
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 400;
}
A
{
	text-decoration: none;
	color: #324D96;
}
A:Hover
{
	color:#0000FF;
	text-decoration: underline;
}
.bottom_menu
{
	position: relative;
	bottom: 0px;
	left: 0px;
}
.bottom_link
{
	background-color: #BDC6DD;
	padding: 15px 15px 15px 15px;
	font-size: 12px;
	font-weight: 200;
}
.bottom_link:Hover
{
	background-color: #324D96;
	color: #FFFFFF;