/* 

Generic pages will be controlled by this style sheet.

*/ 


body {
	background-color: #FBE7BA;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.jpg);
	background-attachment: fixed;
}

/* ------- Text Effets ------- */


div#toplinks {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #938567;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 7px;
}
div#toplinks a, a:link, a:visited, a:active {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AC6C30;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 7px;
}
div#toplinks a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FBFBFB;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 7px;
	background-color: #7F6B3E;
}



/* ------- The text on the page. ------- */


div#text {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484333;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
	line-height: 15px;
}
div#text a, a:link, a:visited, a:active {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7E4F22;
	text-decoration: underline;
}
div#text a:hover {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4D743B;
	padding-top: 1px;
	padding-bottom: 1px;
}



/* ------- Table. ------- */


div#table {
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	text-align: left;
	line-height: 15px;
}
div#table a, a:link, a:visited, a:active {
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
	text-decoration: underline;
}



/* ------- The 'small print' at the bottom of the page. ------- */


div#smallprint {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
	text-decoration: none;
	text-align: center;
	padding-bottom: 10px;
}
div#smallprint a, a:link, a:visited, a:active {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 9px; 
	color: #999999; 
	text-decoration: none;
}
div#smallprint a:hover {
	color: #FFFFFF; 
	text-decoration: underline;
}


td.off {
 }
td.on {
 background: #B1B1B1;
}


.whitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.boldwhitetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}



.temp {
	color: #DE002C;
	font-weight: bold;
}
.subhead {
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-shadow: 0.0em 0.3em 0.3em #424242
	text-transform: capitalize;
	color: #254C1D;
}
