/*===MAIN FOUNDATION BASE===*/
* {
	margin:0px;
	padding:0px;
	}
body, html {
	background-color:#c9c9c9;
	background-image:url(../images/hunterBGdark.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15pt;
	color:#0;
	text-align:left;
	}
#wrapper {
	text-align:center;
	width:1200px;
	margin-right:auto;
	margin-left:auto;
	padding-top:20px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	}
#container {
	text-align:center;
	width:1200px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	padding-top:0px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	position:relative;
	}
#focus {
	position:relative;
	float:left;
	width:100%;
	height:30px;
	left:0px;
	top:0px;
	text-align:center;
	}
#text {
	position:relative;
	float:left;
	width:755px;
	left:202px;
	top:-10px;
	text-align:center;
	height: auto;
	}

/*===FONT STYLES===*/
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:normal;
	font-size:12pt;
	text-align:center;
	background-color:;
	color:#0;
	}
strong {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	}

/*===IMGs and LINKS===*/
img {
	border-color:#000000;
	border-style:solid;
	border-width:4px;
	text-align:left;
	}
a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:15pt;
	color:#0066ff;
	text-align:left;
	}
a:link {
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	}
a:hover {
	background-color:#dea701;
	color:#000;
	}
a:active {
	background-color:#666666;
	}
