/* Beginning tag modifying CSS */
a {
	color: #3399FF;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #003366;
}
body {
	background-color: #FFFFFF;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
li {
	color: #0094DA;
	letter-spacing: 2px;
}
/* End tag modifying CSS */


/* Beginning Class modifying CSS */
.footer {
	background-image: url(footer-blue.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 50px;
}
.legal {
	font-size: 10px;
	color: #999999;
	padding-top: 120px;
}


.header {
	background-image: url(header-blue.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 100px;
	padding-left: 5px;
	margin-bottom: 75px;
}
.content {
	width: 75%;
	margin-right: auto;
	margin-left: auto;
}
/* End Class modifying CSS */


/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */

