body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF url(../images/bg.gif) repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #4f4f4f;
}
p {
	line-height: 18px;
	font-size: 12px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #000000;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	color: #000000;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000000;
}
#container  {
	width: 851px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/backdrop_03.jpg) no-repeat center top;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-right: 60px;
	padding-left: 60px;
} 
#header  {
	background: #000000 url(../images/header.jpg);
	padding: 0px 0px 0px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 115px;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 25px;
}
#topNav a, #topNav a:Visited   {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 231px;
	margin-right: 15px;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#sidebar2  {
	float: right; /* since this element is floated, a width must be given */
	width: 231px;
	margin-left: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
}
#mainContent  {
	margin: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
} 
#footer  {
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	height: 100px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	background-color: #FFFFFF;
	padding-top: 15px;
	text-align: center;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#main {
	background-color: #FFFFFF;
	padding-top: 15px;
	background-image: url(../images/permission_10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
}
#nav {
	background-color: #FFFFFF;
	background-image: url(../images/mainNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	height: 36px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
}
#add {
	margin-top: 2px;
	height: 257px;
	font-size: 13px;
	background-image: url(../images/addCoach.jpg);
}
#topNav a:hover, #topNav a:active {
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: underline;
	text-transform: uppercase;
}
#subNav {
	background-image: url(../images/subNav.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 2px;
	height: 26px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 10px;
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#subNav a, #subNav a:visited {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
#subNav a:hover, #subNav a:active {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: underline;
}
#main a, #main a:visited {
	font-size: 13px;
	color: #648231;
	text-decoration: none;
}
#main a:hover, #main a:active {
	font-size: 13px;
	color: #648231;
	text-decoration: underline;
}
#sidebar2 p, #sidebar1 p {
	margin: 0px;
	padding-bottom: 15px;
}
#subNav form {
	float: right;
}
#footlogo {
	float: left;
	width: 184px;
}
#footLinks {
	text-align: center;
}
#footer a, #footer a:visited {
	font-size: 13px;
	color: #648231;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	font-size: 13px;
	color: #648231;
	text-decoration: underline;
}
.contentpaneopen {
	float: right;
}
#main .buttonheading a, #main .buttonheading a:visited, #main .buttonheading a:hover, #main .buttonheading a:active{
	color: #FFFFFF;
	border:none;
	padding:0px;
	margin:0px;
}
image[alt="E-mail"], image[alt="Print"], image[alt="PDF"] {
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
#sidebar2 h2, #sidebar1 h2 {
	margin-top: 0px;
	padding-top: 0px;
}
#sideAdd{
	margin-bottom: 15px;
}
#topNav {
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	float: right;
	width: 522px;
	padding-top: 20px;
	height: 95px;
	/*background-image: url(../images/headAdd.jpg);*/
	background-repeat: no-repeat;
	background-position: right top;
}
#topNav fieldset {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	background-image: url(images/);
}
#topNav input[type="text"] {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #333333;
}
input[type="text"] {
	width: 120px;
	border: 1px solid #999999;
	height: 15px;
}
#contact {
	font-size: 13px;
	text-transform: uppercase;
	color: #000000;
	float: right;
	padding-top: 8px;
}
#contact a:hover, #contact a:active {
	font-size: 13px;
	color: #000000;
	text-decoration: underline;
}
#contact a, #contact a:visited {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}
	button {
	border:0;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	float: left;
	width: auto;
	margin-top: 15px;
	margin-right: 15px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 0;
}
	button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 15px; }
	
	/*blue buttons*/
	button.submitBtn, button.submitBtn2, button.submitBtn3 { background:url(../images/RightButton.gif) right no-repeat; font-size:16px; font-weight: bold; }
	button.submitBtn span, button.submitBtn2 span, button.submitBtn3 span {
	height:40px;
	line-height:40px;
	background:url(../images/LeftButton.gif) left no-repeat;
	color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
	button.submitBtn:hover, button.submitBtn2:hover, button.submitBtn3:hover {background:url(../images/RightButtonOn.gif) right no-repeat; }
	button.submitBtn:hover span, button.submitBtn2:hover span, button.submitBtn3:hover span {background:url(../images/LeftButtonOn.gif) left no-repeat; }#bottom {
	padding-right: 15px;
	padding-left: 15px;
}
.bottom {
	display: table;
	padding-right: 15px;
	padding-left: 15px;
	text-align: center;
	background:#fff;
}

.row {
  display: table-row;
}

.cell {
  display: table-cell;
  width: 231px;
  margin-bottom: 15px;
}
#bmid {
	padding-right: 64px;
	padding-left: 64px;
}