/* South Stanley Partnership Stylesheet */
body {
   margin-top: 0px;
	font-family: Arial, Helvetica, sans serif;
	background-color: white;
	color: black;
}
a {
	text-decoration: none;
	color: red;
}
a:hover {
	color: white;
	background-color: red;
	text-decoration: none;
}
/* Main Divisions */
#container {
	width: 800px;
	margin-left: 50px;
}
#header {
	padding: 0px;
	margin: 0px;
}
#menu {
	text-align: center;
	background-color: green;
	color: white;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#menu ul {
	list-style: none;
	margin-top: 0px;
}
#menu li {
	display: inline;
	padding: 20px;
}
#menu a {
	text-decoration: none;
	background-color: green;
	color: white;
}
#menu a:hover {
	text-decoration: none;
	background-color: green;
	color: yellow;
}
#colleft {
	float: left;
	margin-top: 0px;
	width: 100px;
	padding: 0px;
}
#contents {
	width: 600px;
	padding: 0px;
	margin-left: 150px;
	background-color: white;
}
#contents p {
	text-align: justify;
}
#singlecol {
   width: 700px;
	margin-left: 40px;
	padding: 0px;
}
#singlecol p, dd {
	text-align: justify;
}
h2, h3 {
	text-align: center;
	color: green;
}
#footer {
	clear: both;
	width: 800px;
	background-color: Green;
	padding: 5px;
	text-align: center;
	font-size: .8em;
	color: white;
}
#contents h2 {
	text-align: center;
	font-size: 1.4em;
	color: green;
}
#contents h3 {
	text-align: center;
	font-size: 1.2em;
	color: green;
}
#validation {
   display: block;
   width: 0 auto;
   text-align: center;
}
#validation a:hover{
   background-color: transparent;
}
#tablepage {
   width: 700px;
   margin-left: 80px;  
   padding: 0px;
}
.w3cimg {
   width: 88px;
   height: 33px;
   border: 0px;
   margin-right: 20px;
}
/* Addional styles */
.box {
	width: 130px;
	margin-left: 5px;
	margin-top: 20px;
	border: thin solid green;
}
.boxheader {
	background-color: green;
	font-weight: bold;
	font-size: .8em;
	color: white;
	text-align: center;
	padding: 2px;
}
.boxcontents {
	font-size: .8em;
	color: green;
	background-color: white;
	padding: 5px;
	text-align: justify;
}
.boxfooter {
	background-color: green;
	color: white;
}
.caption {
	font-size: .8em;
	font-style: italic;
}
.redtext {
   color: red;
}
.greentext {
   color: green;
}
.counter {
	width: 600px;
	font-size: .9em;
	background-color: white;
}
.counter a:hover {
	background-color: white;
	text-decoration: none;
}
.floatleft {
   float: left;
   margin-right: 10px;
}
.floatright {
   float: right;
   margin-left: 10px;
}
.imgcenter {
   display: block;
   margin: 0 auto;
   text-align: center;
}
/* End of Stylesheet */
