/* Beginning tag modifying CSS */
a {
	color: #3366CC;
}
a:hover {
	color: #990000;
}
a:visited {
	color: #330000;
}
body {
	background-color: #E4F1FC;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	margin-top: 150px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #4D6986;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
}
li {
	color: #009966;
	line-height: 30px;
	font-size: 18px;
	letter-spacing: 2px;
}
/* End tag modifying CSS */


/* Beginning Class modifying CSS */
.content {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.content td {
	padding: 12px;
}
.legal {
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}
.footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: auto;
	margin-bottom: 0px;
	height: 44px;
	text-align: center;
	vertical-align: top;
	padding-top: 70px;
	padding-bottom: 25px;
}
/* End Class modifying CSS */


/* Beginning Id modifying CSS */
/* CSS regarding IDs are for single instances ie class="generic" id="unique" */

/* End Id modifying CSS */

