/* CSS Document */
a:link {
	color: #c3a204;
	}
a:visited {
	color: #6E5512;
	}
p {
	font-size: small;
	}
li {
	font-size: small;
	}
img {
	border: 0;
	}
body {
	margin:0;
	background-color:#c3a204;
	font-family: Arial, Helvetica, sans-serif;
	}
#header {
	width: 100%;
	height: 89px;
	background-color:#6E5512;
	background-image:url(images/header_background.gif);
	background-repeat: repeat-x;
}
#logo {
	float:left
}
#headfill{
	width:420px; float: left
}
#headtext{
	float: right; 
	color:#c3a204; 
	font-size: x-small; 
	font-family:Arial, Helvetica, sans-serif; 
	text-align: right; 
	padding-top: 25px
	}
#navigation {
	width: 100%;
}
#innernav {
	float:left;
	width: 629px;
	background-color:#FFFFFF;
	background-image:url(images/whbox_tm_corner.gif);
	background-repeat:repeat-x;
	height: 40px;
	padding-left: 5px;
	}
#rightnav {
	float: left;
	width: 80px;
	background-image:url(images/whbox_tr_corner.gif);
	background-position: left top;
	background-repeat:no-repeat;
	height: 40px
	}
#content {
	width:594px;
  	min-height:350px;
  	height:auto !important;
  	height:350px;	background-color:#ffffff;
	float: left;
	padding: 5px 70px 0px 20px;
	background-image:url(images/content_right_br.gif);
	background-repeat:repeat-y;
	background-position: right;
		}
#right {
	position: absolute;
	top: 110px;
	left: 660px;
	width: 144px;
	height: 300px;	
	}
#footer {
width: 100%;
}
#footerleft {
	float:left;
	width: 629px;
	background-color:#FFFFFF;
	border-bottom: 1px solid #666666;
	height: 39px;
	padding-left: 5px;
	}
#footerright {
	float: left;
	width: 80px;
	background-image:url(images/bottom_right_bg.gif);
	background-position: left;
	background-repeat:no-repeat;
	height: 40px
	}
#footerlinks {
	float: left;
	width: 650px;
	padding: 15px 5px 5px 5px;
	height: 40px
	}
#date {
	float: left;
	height: 40px;
	padding: 15px;
	font-size:10px;
	color:#CCCCCC;
	}

h1 {
	font-size: 16px;
	color: #6E5512;
	font-weight: bold;
	}
h2 {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
	}

