﻿/*
CSS for SPB site
*/

body 
{
  	font-family: Verdana, Helvetica, Arial;
  	background-color: #ccccff;
}

/*----------------------------------------------------------------*/
ul#navigation
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #306d20;
/*	float: left;  */
/*	width: 100%; */
}

ul#navigation li
{
	display: inline;
}

ul#navigation a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #306d20;
	border-right: 1px solid #fff;
	font-size: 80%;
	position: relative; left: 30%;			/* Was 8% with "results" in */
}

ul#navigation a:hover
{
	color: #000;
	background: #7af659;
}

/*--------------------------------------------------------------*/
ul#navigation2
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	background: #306d20;
/*	float: left;  */
/*	width: 100%;  */
/*	position: relative; left:25%: */
}

ul#navigation2 li
{
	display: inline;
}

ul#navigation2 a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #306d20;
	border-right: 1px solid #fff;
	font-size: 80%;
	position: relative; left: 10%;
}

ul#navigation2 a:hover
{
	color: #000;
	background: #7af659;
}
/*---------------------------------------------------------------*/

p {
  font-size: small;
}
li {
  font-size: small;
}

/*--------------------------------------------------------------*/

table { font-size: small; border-collapse: collapse; width: 325px; }
td { border: 1px solid black; padding: 0.2em; }
td { text-align: center; }
td {background: white;}

/*--------------------------------------------------------------*/

#premdivision
{
  position: absolute;
  top: 200px;
  left: 50px;
}

#premdivision2
{
  position: absolute;
  top: 200px;
  left: 50px;
}

#divisionone
{
  position: absolute;
  top: 200px;
  left: 450px;
}

#divisionone2
{
  position: absolute;
  top: 200px;
  left: 450px;
}

#divisiontwo
{
  position: absolute;
  top: 550px;
  left: 50px;
}

#divisiontwo2
{
  position: absolute;
  top: 620px;
  left: 50px;
}

#divisionthree
{
  position: absolute;
  top: 550px;
  left: 450px;
}

/*---------------------------------------------------------------*/

#footer
{
  text-align: right;
  clear: both;
  font-size: 80%;
  background: #387A9B;
  padding: 5px 10px;
}

/*---------------------------------------------------------------*/

  