body
{
	font-family: Myriad Pro;
	background-color: #EEEEEE;
}
a:link, a:visited
{
	text-decoration: none;
}
a img
{
	border: none;
}
.pageContainer
{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CCCCCC;
	overflow: auto;
}
.back
{
	display: inline;
}
.back a:link, .back a:visited
{
	font-size: smaller;
	color: #404040;
	font-weight: bold;
	text-decoration: none;
	display: inline;
	padding: .3em;
	border: 1px solid #cccccc;
}
.back a:hover
{
	color: #EEEEEE;
	background-color: #404040;
	text-decoration: none;
}
.informationContainer
{
	background-image: url('/images/InformationBackground.jpg');
	height: 600px;
	background-repeat: no-repeat;
	margin: .4em 0 1em 2em;
}
.footer
{
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: auto;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.footer .links a:link, .footer .links a:visited
{
	margin: .2em .6em .2em .6em;
	color: #99cc99;
	font-size: small;
	font-weight: 600;
}
.footer .links a:hover
{
	color: #eeeeee;
	background-color: #99cc99;
}
.buttonText
{
	font-family: Myriad Pro;
	font-size: 1.6em;
	color: White;
}
a:visited .buttonText 
{
	color: White;
	text-decoration: none;
}
a:hover .buttonText 
{
	font-weight: bolder;
	text-decoration: none;
}