@charset "UTF-8";
/* CSS Document */

/* Layout ----------------------------- */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
body {
	background: #FFF url(../images/bg_page_17x536.gif) top left repeat-x;
	}
	
#header {
	width: 906px;
	height: 155px;
	background: url(../images/header_906x155_wd.gif) top left no-repeat;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	
#container {
	background: #FFF url(../images/bg_column_906x9.gif) top left repeat-y;
	width: 906px;
	height: auto;
	margin: 0 auto 0 auto;
	}
	
#content {
	background: url(../images/bg_div_906x378.gif) top left no-repeat;
	width: 100%;
	height: auto;
	overflow: hidden;
	min-height: 426px;
	}
	
#footer {
	width: auto;
	height: auto;
	overflow: hidden;
	}
	
.right {
	float: right;
	padding-right: 20px;
	}
	
.left {
	float: left;
	padding-right: 20px;
	}
	
.clear {
	clear: both;
	}
	
.rightNoPadding {
	float: right;
	}
	
br {
	clear: left;
	}
	
/* Text formatting ----------------------------- */
	
h1 {
	font-size: 35px;
	color: #009933;
	margin: 45px 0 0 30px;
	}
	
h3 {
	font-size: 14px;
	color: #009933;
	margin: 0 0 5px 30px;
	}
	
h4 {
	font-size: 14px;
	color: #009933;
	margin: 15px 0 5px 30px;
	}
	
p {
	font-size: 12px;
	color: #333;
	line-height: 1.6em;
	margin: 15px 100px 5px 30px;
	}
	
p.footer {
	text-align: center;
	font-size: 10px;
	color: #666;
	margin: 5px 20px 5px 20px;
	}
	
p strong {
	color: #009933;
	}
	
/* Form layout and formatting ----------------------------- */
	
form {
	font-size: 11px;
	color: #333;
	line-height: 2em;
	margin: 15px 100px 5px 30px;
	width: 530px;
	height: 350px;
	padding: 15px;
	background: url(../images/bg_form_530x350.gif) top left no-repeat;
	}
	
#sport_checkbox {
  margin-right: 5px;
  margin-bottom: -4px;
}

form strong {
	color: #009933;
	}
	
form label {
	float: left;
	width: 220px;
	}

form input.textImg {
	background: none;
	border: none;
	width: 219px;
	height: 28px;
	padding: 8px 0 0 10px;
	margin-left: -10px;
	color: #999;
	background: url(../images/bg_textbox.gif) top center no-repeat;
	}
	}
