/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#pageContainer {
	margin-right: auto;
	margin-left: auto;
	margin-top:-15px;
	width: 850px;
	height: auto;
	font-size: 11px;
}


#header {
	height:176px;
	width:850px;
	margin-top: 0px;
	top: 0px;
	display:inline;
	margin-left:auto;
	margin-right:auto;
}

#header span {
	display:none;
}

#bannerImages {
	width:850px;
	height:227px;
	margin-left:auto;
	margin-right:auto;
	margin-top:-2px;
}

#mainNav {
	height: 35px;
	position: relative;
	text-decoration: none;
	width: 850px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;
	margin-left:auto;
	margin-right:auto;
}

#mainContent {
	width:820px;
	height:auto;
	padding:15px;
	margin-left:auto;
	margin-right:auto;
}

#columnLeft {
	width: 175px;
	height:325px;
	border: #C2C2C2 1px solid;
	float:left;
	display:inline;
	margin-right: 15px;
	background-color: #FFFFFF;
}

#columnLeft a:link, #columnLeft a:visited {
	color: #274462;
	text-decoration: none;
}

#columnLeft h3, #columnCentre h3, #columnRight h3, #columnRightInside h3 {
	display:none;
	margin-top: 0px;
	margin-bottom: 0px;
}

#columnCentre {
	width:420px;
	height:385px; /* 325 previous*/
	border: #C2C2C2 1px solid;
	float:left;
	display:inline;
	margin-right: 15px;
	background-color: #FFFFFF;
}

#columnCentreL {
	width: 208px;
	margin-top: 0px;
	float:left;
	display:inline;
	text-align: left;
	height: auto;
}

#columnCentreR {
	border-left:#999999 1px dashed;
	width: 209px;
	height: 275px;
	margin-top:0px;
	float:left;
	display:inline;
	text-align: left;
}

#columnCentreL h3, #columnCentreR h3 {
	background-color:#C5C9E9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#274462;
	padding: 5px 8px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#columnCentreL p, #columnCentreR p {
	padding: 0px 12px;
}

#columnCentreL a:link, #columnCentreL a:visited, #columnCentreR a:link, #columnCentreR a:visited {
	text-decoration:none;
	color: #274462;
}
	
#columnRight {
	width:189px;
	height:385px; /* 325 previous*/
	border: #C2C2C2 1px solid;
	float:left;
	display:inline;
	background-color: #FFFFFF;
}
#columnRight p {
	color: #485367;
	text-align: left;
	padding-left:12px;
}

#columnRight a:link, #columnRight a:visited {
	color:#274462;
	text-decoration:none;
}

#register {
	font-size:14px;
	font-weight:bold;
	color: #274462;
	background-color: #D5D5D5;
	text-align: center;
	width: 818px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	display: inline;
	float: left;
	/*margin-right: auto;
	margin-left: auto;*/
	border: #C2C2C2 1px solid;
}



#register a:link, #register a:visited {
	color: #274462;
}

#register a:hover {
	color: #477CB1;
}

.foundingMemberLogos {
	border:none;
	font-size: 9px;
	padding: 13px 0px 10px 7px;
	float: left;
	width: 80px;
	text-align: center;
	display:inline;
}
.leftAlignImage {
	float: left;
	vertical-align: middle;
}
.seeDetails {
	font-size: 10px;
	color: #274462;
	text-decoration: none;
}
.button {
	font-family::Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #274462;
	margin-top: 10px;
	border: 1px solid #274462;
	margin-bottom: 10px;
	margin-left:5px;
	cursor:pointer;
}
.textInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 5px;
}


#footer {
	clear: both;
	font-size: 9px;
	color: #274462;
	text-align: center;
	height: 50px;
	padding-top: 10px;
}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color:#274462;
}
h2 {
	color: #274462;
	font-size: 15px;
	font-weight: bold;
}
.titleSmall {
	font-weight: bold;
	color: #274462;
	font-size: 12px;
}
.coach {
	float: left;
}


.register {
	margin-left: 0px;
	margin-top: 10px;
}
.thumb {
	padding: 10px;
	float: left;
}

#news {
	font-size:10px;
	font-weight: bold;
	color: #1A252F;
	border-bottom: #ABABAB 1px dashed;
	padding-bottom:10px;
}

#news a:link, #news a:visited {
	color: #084592;
}
	
	
.newsItem {
	list-style-image: url(../images/news.gif);
	color: #274462;
	font-weight: bold;
	text-decoration: none;
}
.newsItem a:link, .newsItem a:visited {
	color: #084592;
	text-decoration:underline;
}
.newsItem a:hover {
	color: #084592;
	text-decoration:none;
}
.statement {
	color:#08388E;
	font: bold 12px Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #0033FF;
	text-decoration:underline;
}

a:hover {
	color: #477CB1;
	text-decoration:none;
}
