/*
	Main stylesheet

*/

@import "structure.css";


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
/*	background: url("../images/scotsbanner4b.jpg") center top;  */
	background-color: #E0F0D6;
	background-repeat: no-repeat;
	text-align: center;
	margin: 0px;
}



p.indent { text-indent: 20px; }


#footer table {
	width: 100%;
}
#footer td {
	background-color: #CEEDEF;
	width: 780px;
	height: 20px;
	vertical-align: middle;
	text-align: center;
	font-size: 8pt;
}
#footer a { white-space: nowrap; }


a { text-decoration: none; }
a:link { color: #336699; }
a:visited {	color: #336699; }
a:active { color: #336699; }
a:hover {
	color: #ff0000;
	text-decoration: underline;
}


form#contact {
	color: #000000;
	border: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: center;
}

#contact table {
	color: #000000;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#contact td {
	font-size: 8pt;
	text-align: left;
}

#contact th {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
	padding: 8px 0px 0px 0px;
}



