body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #316D91;
	background-image: url(images/bgspacer.jpg);
	background-position:center;
	background-repeat: repeat-y;
	
}

.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #999999;
}

.titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #990000;
	font-weight:bold;
}
.main_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666666;
}

.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #316D91;
    text-decoration:none;
}
.menu:link:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #316D91;
    text-decoration:none;
}
.menu:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
    text-decoration:none;
}

.menuBOLD {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #316D91;
	font-weight: bold;
}



.left_indent {
    padding-left:160px;
}

.right_indent {
    padding-right:10px;
	margin-right:auto;
}