/* CSS Document */

body {
	background-image: url(../images/background_rules.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
	}

#wrapper {
	width: 822px;
	position: relative;
	margin: auto;
	font: normal small Verdana, Arial, Helvetica, sans-serif;
	color: #404041;
	border-left: 1px solid #9ea0a3;
	border-right: 1px solid #9ea0a3;
	border-bottom: 1px solid #9ea0a3;
	}

#header {
	height: 51px;
	}


#nav {
	text-align: center;
	}

#logo {
	float: left;
	}

#largepic {
	float: right;
	}
	
#piccol {
	float: left;
	width: 279px;
	}
#piccol_inner {
	padding: 50px 20px 20px 25px;
	}
.picpad {
	padding-top: 20px;
	}
	
.popup {
	padding-top: 10px;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	}

#bodycopy {
	float: left;
	width: 543px;
	font-size: 90%;
	line-height: 180%;
	}

#bodycopy_inner {
	padding: 45px 30px 20px 20px;
	}
	
h1 {
	font: bold 180% Arial, Helvetica, sans-serif;
	line-height: 60%;
	}
	
#bodycopy ul {
	line-height: 150%;
	}
	
li {
	margin-top: 1em;
	}

#flashfloor {
	padding: 25px 0px 0px 0px;
	width: 772px;
	float: left;
	}

#footer {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 40px 25px 15px 25px;
	}
	
#footer2 {
	clear: both;
	text-align: center;
	font-size: 90%;
	padding: 15px 25px 15px 25px;
	}



/* ----------- LINKS ----------- */


a:link, a:visited {
	color: #9ea0a3;
	text-decoration: none;
	}
	
a:hover, a:active {
	color: #404041;
	text-decoration: none;
	}
	
a.nav, a.cur {
	font: normal 85% Arial, Helvetica, sans-serif;
	width: 137px;
	line-height: 24px;
	float: left;
	}

a.nav:link, a.nav:visited {
    color: #404041;
	text-decoration: none;
	background: url();
    }

a.nav:hover, a.nav:active {
	background-color: #9ea0a3;
	text-decoration: none;
	}

a.cur:link, a.cur:visited, a.cur:hover, a.cur:active {
	color: #404041;
	background-color: #9ea0a3;
	text-decoration: none;
	}