/***** Main Layout CSS *****/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin: 10px;
	background-color: #6E747A;
	color :#505459;
	color:#4C4F53;
	text-align:center;/* center layout in ie5 and 5.5. */
}
#container {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 20px; 
	width:886px;
	text-align:left;
}
#content {
	padding: 0;
	background-color: #CEF2D3;
	background-repeat:no-repeat;
}
#left {
	float:left;
	width:620px;
	padding-top:15px;
	padding-bottom:15px;
	/*margin-left:25px;*/
	padding-left:25px;
}
#center {
	float:left;
	width:861px;
	padding-top:15px;
	padding-bottom:15px;
	/*margin-left:25px;*/
	padding-left:25px;
}
#sidebar {
	float:left;
	width:241px;
	margin-top: 10px;
	/*margin-left: 8px;*/
}
#header, #footer {
	/*text-align:center;*/
}
#header {
	background-image:url(../images/layout/headcolour.png);
	background-repeat:no-repeat;
	height:204px;	
}
#headimg {
	left: 0px;
	top: 83px;
	position: absolute;
}
#footer {
background-image:url(../images/layout/footer.jpg);
background-repeat:no-repeat;
height:60px;
color:#FFFFFF;
font-size:9px;
font-weight:bold;
text-align:left;
padding-bottom:15px;
}
a.ftrlink {
	text-decoration:none;
	color:#FFFFFF;
}
#adminlnk{
position:relative;
float:right;
}
#headlines 
{
	padding-left:8px;
}
/****Green Box****/
.bl {background: url(../images/layout/bl.gif) 0 100% no-repeat #77B580; width: 225px}
.br {background: url(../images/layout/br.gif) 100% 100% no-repeat}
.tl {background: url(../images/layout/tl.gif) 0 0 no-repeat}
.tr {background: url(../images/layout/tr.gif) 100% 0 no-repeat; padding:5px}
/*****************/
img.sbimg {
padding-top:5px;
padding-bottom:5px;
padding-left:7px;
border-width:0px;
}
img.coachimage {
	margin-right: 15px;
	margin-bottom: 15px;
}
h1.news{
	padding-top: 0px;
	color:#FFFFFF;
}

p.news{
	padding-right:10px;
	color:#FFFFFF;
}
h1{
	font-size:18px;
	font-weight:bold;
	color: #0071BC;
	margin-top: 0px;
}
h2{
	font-size:14px;
	font-weight:bold;
	color: #025D9A;
	margin-top: 0px;
}
p{
	padding-right:30px;
}
p.foot{
padding-left:10px;
}
table
{
   border:solid 1px #6E747A;
   border-collapse:collapse;
   padding:5px;
   /*width:70%;*/
}
table.fullwidth
{
width:95%;
}
td
{ 
   border:solid 1px #6E747A;
   padding:5px;
   vertical-align:top;
}
th
{ 
   border:solid 1px #6E747A;
   padding:5px;
   font-weight:bold;
   /*background-color: #D2EEBC;*/
}

a
{ 
    color:#505459;
    font-weight:bold;
    text-decoration:underline;
}
a:hover
{
	text-decoration:none;
}
a.news
{
	color:White;
	font-weight:bold;
	text-decoration:underline;
}
a.news:hover
{
	text-decoration:none;
}
table.form
{
	border-style:none;
}
td.form
{
	border-width:0px;
}
fieldset
{
	width:70%;
}
hr
{
	width:800px;
	border-style:solid;
	border-color:#6E747A;
	margin-bottom:20px;
	margin-top:20px;
}
img, div { behavior: url(scripts/iepngfix.htc)}	
#gallery{ text-align:center;}