body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 14px;
}
#container {
	background-color: #DB1F2D;
	margin-bottom: 0;
	background-image: url('/clubfoot_images/home_background.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
}
#home_logo {
	width: 300px;
	margin-left: 20px;
	margin-top: 20px;
}
#home_main {
	width: 450px;
	margin-left: 20px;
	margin-top: 92px;
	padding-right: 0px;
	margin-bottom: 150px;
	line-height: 16px;
}
#home_main img {
	display: block;
}
#home_main p {
	margin-top: 0;
	margin-bottom: 10px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding-top: 5px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #000000;
	text-align: center;
}

a:link { color: #000000; text-decoration: underline }
a:hover { color: #FFFFFF; text-decoration: underline }
a:active { color: #000000; text-decoration: underline }
a:visited { color: #000000; text-decoration: underline }
a:visited:hover { color: #FFFFFF; text-decoration: underline }

#footer a:link { color: #666666; text-decoration: underline }
#footer a:hover { color: #FFFFFF; text-decoration: underline }
#footer a:active { color: #666666; text-decoration: underline }
#footer a:visited { color: #666666; text-decoration: underline }
#footer a:visited:hover { color: #FFFFFF; text-decoration: underline }

.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	line-height: 24px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 10px;
}

.bold_text {
	color: #000000;
	font-weight: bold;
}

.bold_text a:link { color: #000000; font-weight: bold; text-decoration: underline }
.bold_text a:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline }
.bold_text a:active { color: #000000; font-weight: bold; text-decoration: underline }
.bold_text a:visited { color: #000000; font-weight: bold; text-decoration: underline }
.bold_text a:visited:hover { color: #FFFFFF; font-weight: bold; text-decoration: underline }

.popup {
	position: absolute;
	z-index: 2;
	margin-top: 175px;
	margin-left: 400px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 470px;
	background-color: #666666;
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	height: 200px;
	overflow: auto;
}
.popup p {
	margin-bottom: 10px;
	width: 370px;
}
.popup_headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.popup_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	line-height: 14px;
}
.popup_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.popup a:link { color: #CCCCCC; text-decoration: none }
.popup a:hover { color: #FFFFFF; text-decoration: none }
.popup a:active { color: #CCCCCC; text-decoration: none }
.popup a:visited { color: #CCCCCC; text-decoration: none }
.popup a:visited:hover { color: #FFFFFF; text-decoration: none }

.home_form_input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
	line-height:normal;
	padding-left: 5px;
	margin-left: 20px;
	margin-right: 10px;
	width: 150px;
	border-width: 1px;
	border-color: #FFFFFF;
	border-style: solid;
	background-color: #DB1F2D;
	letter-spacing:0.1em;
}

.border {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
}

.border_top {
	border-top-width: 1px;
	border-top-color: #000000;
	border-top-style: solid;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
}
.border_right {
	border-right-width: 1px;
	border-right-color: #000000;
	border-right-style: solid;
}
