@charset "UTF-8";

@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

a{
	outline:none;
	}
a {
	color: #666;
}

body{
	background-color: #FFFFFF;
	text-align: center;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	
#wrapper{
	position: relative;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(assets/sidebar.gif);
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#header{
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	z-index: 3;
	background-image: url(images/rulesSchedule.jpg);
	height: 313px;
	}
	#maincontent {
	position: relative;
}
#maincontent p {
	color: #333333;
	padding-left: 200px;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-right: 100px;
	margin-bottom: 5px;
}
#maincontent strong {
	font-weight: bold;
}
#navDivButton {
	float: left;
	width: 150px;
	padding-top: 20px;
}
#navDivButton img {
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 0px;
}
#footer {
	height: 15px;
	width: 650px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-left: 25px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#footer p {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}
#clear {
	clear: both;
}

