body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #2c5eb1;
	font-size: 12px;
	color: #333333;
}
#contentContainer a {
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
}

#contentContainer {
	width: 100%;
	min-height:300px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}


#headerContainer {
	background-color: #2c5eb1;
	height: 198px;
	width: 100%;
	background-image: url(img/headerBG.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#headerContainer #header {
	background-image: url(/header1.jpg);
	height: 198px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-position: center top;
	background-repeat: no-repeat;
}
#linkbarContainer  {
	background-image: url(grayFade.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	background-position: left center;
	background-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
}
#linkbarContainer #linkbar {
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: right;
}
#linkbarContainer #linkbar a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
}
#linkbarContainer #linkbar a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	height: 30px;
	background-image: url(blueFade.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 5px;
	padding-bottom: 3px;
}
#footerBarContainer {
	background-image: url(grayFade.jpg);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
	background-position: left center;
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.clearBoth {
	clear: both;
}

#footer {
	background-color: #2c5eb1;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#contentContainer #content {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	background-color: #FFFFFF;
}
#contentContainer  #content #left-column {
	width: 580px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 15px;
}
#contentContainer  #content   h1  {
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066cc;
}
#contentContainer #content #right-column p {
	margin-bottom: 8px;
	margin-top: 8px;
	font-size: 12px;
	font-weight: normal;
}
#contentContainer #content #right-column p.disclaimer {
	margin-bottom: 1px;
	margin-top: 20px;
	font-size: 12px;
	font-weight: normal;
	padding-right: 25px;
}
.italicTxt {
	font-style: italic;
	font-size: 14px;
	color: #333333;
}


#contentContainer #content #right-column {
	width: 350px;
	float: left;
	padding-left: 15px;
}
#contentContainer a:hover {
	color: #0066cc;
	text-decoration: underline;
	font-weight: normal;
}
#contentContainer  #content  h3  {
	font-style: italic;
	color: #003399e;
	font-weight: bold;
	font-size: 14px;
}
#contentContainer  #content  li  {
	color: #666666;
}
#contentContainer #content #left-column .smallheading {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #333333;
}
.parensText {
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
}
#contentContainer #content #left-column p {
	padding-left: 10px;
}
#contentContainer #content #left-column li {
	list-style-type: square;
}
#contentContainer #content #contentFull {
	width: 990px;
}
#contentContainer  #content  #contentFull  .coach  {
	min-height:250px;
	clear: both;
	margin-bottom: 10px;
	color: #FFFFFF;
	border-top-color: #0066cc;
	border-right-color: #0066cc;
	border-bottom-color: #0066cc;
	border-left-color: #0066cc;
}
#contentContainer #content #contentFull .coach li {
	color: #0066cc;
	list-style-type: square;
}
#contentContainer #content #contentFull .coach ul {
	padding-left: 20px;
}


label
{
	width: 75px;
	float: left;
	text-align: left;
	margin-right: 5px;
}
input {
	width: 275px;
	font-size: 12px;
	border: 1px solid #660000;
	background-color: #FFFFFF;
}
textarea {
	font-size: 12px;
	border: 1px solid #660000;
	width: 315px;
}


.submit input
{
	background-color: #FFFFFF;
	margin-top: 10px;
	background-image: url(grayFade.jpg);
	background-repeat: repeat-x;
}

.errorText {
	color: #990000;
}
#successBox {
	font-size: 14px;
	color: #006600;
	padding: 10px;
	width: 95%;
	border: 1px solid #006600;
	text-align: center;
	font-weight: bold;
	background-color: #99CC99;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
#contentContainer #content #contentRegister {
	width: 990px;
	background-image: url(img/fieldFade.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#errorBox {
	font-size: 14px;
	color: #0066cc;
	padding: 10px;
	width: 95%;
	border: 1px solid #0066cc;
	text-align: center;
	font-weight: bold;
	background-color: #CCCCCC;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	
}
#contentContainer #content #left-half {
	width: 475px;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 15px;
}
#contentContainer #content #right-half {
	width: 475px;
	float: left;
	padding-left: 15px;
}
.submitBtn {
	background-color: #CCCCCC;
	border: 1px solid #333333;
	color: #333333;
	width: 280px;
}
.submitBtn:hover {
	background-color: #999999;
}
input.radiobtn {
	font-size: 12px;
	background-color: #FFFFFF;
	width: 10px;
	border: 0px solid #FFFFFF;
}
