body {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #E4FEE2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000000;
}
#wrapper {
	width: 770px;
	margin: 0 auto;
	border-right-color: #CCCCCC;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-color: #CCCCCC;
	border-left-style: solid;
	border-left-width: 1px;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFDDB;
}	
#hLinks {
	font: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #FFFF99;
	border-bottom-color: #999999;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-top-color: #999999;
	border-top-style: solid;
	border-top-width: 1px;
}
#hLinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#hLinks ul li{
	margin: 0;
	padding: 0;
	display: inline;
}
#hLinks a:link, #hLinks a:visited, #hLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	text-decoration: none;
	background-color: #FFFFFF;
	border-right-color: #009900;
	border-right-style: solid;
	border-right-width: 1px;
	padding-left: 22px;
	padding-right: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-color: #CCCCCC;
	border-bottom-color: #999999;
	border-left-color: #009900;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#hLinks a:hover {
	text-decoration: none;
	background-color: #FFFDDB;
}
body#constructionpage li#construction a, body#contactpage li#contact a, body#homepage li#home a, body#maintenancepage li#maintenance a, body#sportspage li#sports a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#009900;
	border-right-color: #009900;
	border-right-style: solid;
	border-right-width: 2px;
	padding-left: 20px;
	padding-right: 20px;
}
#content {
	padding-left: 20px;
	padding-right: 20px;
}
#contentLeft {
    float: left;
	width: 400px;
}
#contentRight {
    padding=left: 300px;
}
#contentBottom {
    clear: both;
}
#copyright {
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	padding-right: 10px;
}
#copyright a:link, #copyright a:visited, #copyright a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#floatLeft {
    float: left;
    padding-right: 20px;
}
#floatRight {
    float: right;
    padding-left: 20px;
}
a:link, a:visited, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: underline;
}
.maintext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

/* Form layout */
div.row {
  clear: both;
  padding-top: 5px;
  }

div.row span.label {
  float: left;
  width: 90px;
  text-align: right;
  }

div.row span.formw {
  float: right;
  width: 430px;
  text-align: left;
  } 

/* end form layout */


/* Table layout */
#table {
   border: 1px solid #FD6D09;
   }
#table tbody td{
   border: 1px solid #FD6D09;
   padding: 4px 4px 4px 4px;
   }
#table thead{
 background-color:#36c;}
#table tbody th{
 background-color: gray;}
#table tfoot{
 background-color:#c63;}
/* end table layout */
