/* CSS Document */

html, body{
	background-color:#AFC4E2;
	color:#234;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:100%;
	text-align:center;
}

.bold_text {
	font-weight: bold;
	color: #009966;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	font-size: 24px;
	font-family: "Comic Sans MS";
}

.bold_text_1 {
	font-weight: bold;
	color: #FF0033;
	background-repeat: no-repeat;
	border-bottom-width: thin;
	font-size: 16px;
	font-family: "Comic Sans MS";
}

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000066;
	text-decoration:none;
	font-weight:bold;
	background:inherit;
}

a:hover, a:active{
	text-decoration:underline;
}

p{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:90%;
font-weight:normal;
color:#234;
background:inherit;
}

.image_left {
	float: left;
	border: 0;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container{
	width:880px;
	height:1329px;
	background-color:#FFFFFF;
	color:#234;
	border:2px solid #999;
	margin: 20px;
	text-align:left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER STYLES */
#header{
	text-align:center;
	height:210px;
	lineheight: normal;
	padding:0px;
	margin:0px;
	position: absolute;
	width: 800px;
	left: 40px;
	top: 21px;
}

#header-2{
	background-repeat:no-repeat;
	text-align:right;
	height:120px;
	lineheight: normal;
	padding:5px;
	margin:5px;
	background-image: url(../images/HAWC_logo_2008.jpg);
	background-position: right;
	display: inherit;
}

#header h1{
color:#345;
background:none;
padding:0px;
line-height:0px;
text-indent:10px;
}
#header h2{
color:#678;
background:none;
padding:0px;
text-indent:50px;
display: none;
}

/* NAV STYLES */
#header #nav{
	text-align:right;
	padding:5px;
	margin:0px;
	position: absolute;
	top: 168px;
	right: 30px;
	bottom: 0px;
	background-image: none;
	height: 25px;
	width: 442px;
}

#header #nav ul{
padding:.4px;
margin:0;
}
#header #nav ul li{
list-style:none;
display:inline;
padding:0;
margin:0;
}
#header #nav ul li a{
padding:5px;
background-color:#0066CC;
color:#EFF;
font-size: 11px;
text-decoration:none;
border-top:thin solid #012;
border-left:thin solid #012;
border-right:thin solid #012;
border-bottom:none;
}

#header #nav ul li a.selected{
background-color:#FFF;
color:#678;
border-bottom:#FFF thin solid;
}

#header #nav ul li a:hover, #header #nav ul li a:active{
background-color:#FFF;
color:#123;
border-bottom:#FFF thin solid;
}

/* FOOTER STYLES */
#footer{
	clear:both;
	padding:0px;
	background:#FFFFFF;
	color:#999999;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:80%;
	font-weight:normal;
	text-align:center;
	position: absolute;
	left: 192px;
	top: 1274px;
	width: 499px;
	height: 23px;
}
#footer p{
background:#FFFFFF;
color:#999999;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
text-align:center;
font-weight:normal;
}
#footer a{
font-weight:bold;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:90%;
color:#333333;
background:inherit;
text-decoration:none;
}
#footer a:hover{text-decoration:underline;}

/* CONTENT STYLES */
#content{
	float:right;
	padding:5px;
	margin:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:97%;
	font-weight:normal;
	line-height:1.5em;
	color:#CC9900;
	background:inherit;
	text-align:left;
	width:519px;
	height:auto;
	position: absolute;
	left: 306px;
	top: 251px;
}

#pokerrun_content{
	float:right;
	padding:5px;
	margin:5px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:97%;
	font-weight:normal;
	line-height:1.5em;
	color:#CC9900;
	background:inherit;
	text-align:justify;
	width:640px;
	height:540px;
}

 h3{
font-family:Georgia, "Times New Roman", Times, serif;
color:#548FBC;
background:inherit;
padding:3px 5px 3px 0px;
margin:3px 5px 3px 0px;
}

#content p{
text-align:left;
color:#234;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:97%;
background:inherit;
padding-right:20px;
}

/* SIDEBAR STYLES */
#sideBar{
	float:left;
	text-align:left;
	width:252px;
	border-right:thin dotted #012;
	height:auto;
	;
	color:#234;
	position: absolute;
	left: 40px;
	top: 255px;
}

#sideBar p{
	font-size:75%;
	color:#993300;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	background:inherit;
	padding:5px 1px 1px 5px;
	margin:0px;
}

#sidebar a {
font-family:Georgia, "Times New Roman", Times, serif;
color:#548FBC;
text-decoration:underline;
font-weight:bold;
}

#sidebar a:hover {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:70%;
color:#993300;
text-decoration:none;
font-weight:bold;
}

#sideBar h4{
color:#30557A;
background:inherit;
font-size:100%;
padding:1px 0px 1px 1px;
margin:1px 0px 1px 1px;
}
