/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c2432;
}

a:link {
	color: #636567;
	text-decoration: underline;
}

a:visited{
	color: #636567;
	text-decoration: underline;
}

.footerNav {
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

.footerNav a:link{
	color: #FFFFFF;
	text-decoration: none;
}
.footerNav a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footerNav a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.PlatefooterNav {
	font-size: 10px;
	color: #636567;
	font-weight: bold;
	text-decoration: none;
}

.PlatefooterNav a:link{
	color: #636567;
	text-decoration: none;
}
.PlatefooterNav a:hover{
	color: #636567;
	text-decoration: underline;
}

.PlatefooterNav a:visited{
	color: #636567;
	text-decoration: none;
}

.border {
	border: 1px solid #999999;
}

.footerText {
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}

.footerText a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.footerText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.footerText a:visited{
	color: #FFFFFF;
	text-decoration: none;
}

.PlatefooterText {
	font-size: 9px;
	color: #636567;
	text-decoration: none;
}

.PlatefooterText a:link {
	color: #636567;
	text-decoration: none;
}

.PlatefooterText a:hover{
	color: #636567;
	text-decoration: underline;
}

.PlatefooterText a:visited{
	color: #636567;
	text-decoration: none;
}

.buttonText {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.buttonText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.buttonText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.buttonText a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.bookText {
	font-size:11px;
	font-style: italic;	
}

/* Maroon Column on Right */
#FunStuff {
	position:relative;
	left:20px;
	top:0px;
	width:150px;
	height:180px;
	z-index:1;
}

.FunStuffText {
	font-size:11;
	color:#FFFFFF;
}

.FunStuffText a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

.FunStuffText a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

.FunStuffText a:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

.requiredText {
  font-size:8px;
  color:#993300;
}

.errorMsg {
	color:#FF0000;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFCC;
	text-align: center;
}

a.signUp:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a.signUp:visited{
	color: #FFFFFF;
	text-decoration: underline;
}

a.signUp:hover{
	color: #FFFFFF;
	text-decoration: none;
}

a.PlatesignUp:link {
	color: #636567;
	text-decoration: underline;
}

a.PlatesignUp:visited{
	color: #636567;
	text-decoration: underline;
}

a.PlatesignUp:hover{
	color: #636567;
	text-decoration: none;
}