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

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

html {
	height: 100%;
	width: 100%;
}

img { border: 0px; }

body {
	height: 100%;
	width: 100%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(images/home_background.gif);
	background-position: center top;
	background-repeat: repeat-x;
}

.shell {
	width: 970px;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
	text-align: left;
}
.cl {
	clear: both;
	text-indent: -4000px;
	overflow: hidden;
}

#container {
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-image: url(images/container_image.png);
	background-position: center top;
	background-repeat: no-repeat;
}

#left {
	width: 517px;
	float: left;
	padding-left: 69px;
}

#homenav {
	width: 517px;
	float: left;
	margin-top: 23px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 13px;
}

#homenav ul {
	display:inline;
	float: left;
	text-align: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#homenav li {
	display: inline;
	float: left;
	text-align: left;
	list-style-type: none;
	padding: 18px 16px 0px 0px;
}

#homenav a{
	color: #ffffff;
	text-decoration: none;
}

#homenav a:hover {
	color: #000000;
}

#homeblurb {
	width: 490px;
	float: left;
	margin-top: 44px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	font-weight: normal;
}

.green {
	color: #97c93c;
	font-size: 19px;
	font-weight: bold;
}

p{
	margin: 20px 0px 0px 0px;
}

.quote {
	margin: 0px 0px 20px 0px;
	color: #97c93c;
	text-align: right;
}
.rules {
	font-weight: bold;
}
.rules1 {
	color: #F00;
	font-size: 24px;
}
