/* Basic body formatting of the page */
body {
	background-image: url(images/back.gif);
	background-color: #FFFFFF;
	text-align:center;
	padding:10px;
}


/* This is the top portion of the sidebar on the right */
.sidebar_top {
	background-color:#E2E2E2;
}


/* This controls the sidebar link color only; to keep it dark blue */
.sidebar_top a:link, .sidebar_top a:active, .sidebar_top a:visited, .sidebar_top a:hover {
	color:#002B85;
}


/*This is the bottom portion of the sidebar on the right */
.sidebar_bottom {
	background-color:#F0F0F0;
}


/* This controls the sidebar link color only; to keep it dark blue */
.sidebar_bottom a:link, .sidebar_bottom a:active, .sidebar_bottom a:visited, .sidebar_bottom a:hover {
	color:#002B85;
}


/* This is the footer/copyright area */
.footer {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
}

.footer a:link, .footer a:active, .footer a:visited {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.footer a:hover {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}