* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body  {
	height: 100%;
	text-align: center;
	background-image: url(../Media/deer/BKGDgrass1.jpg);
	background-color: #8BBD5E;
	font-family: Verdana, Geneva, sans-serif;
	color: #060;
	font-size: 12px;
}
a:link {
	color: #063;
	text-decoration: underline;
}
a:visited {
	color: #063;
	text-decoration: underline;
}
a:hover {
	color: #090;
	text-decoration: none;
}
a:active {
	color: #C60;
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
#menu {
	text-align: center;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#wrap {
	min-height: 100%;
	text-align: center;
}

#main {
	overflow:auto;
	padding-bottom: 34px;
	text-align: center;
}  /* must be same height as the footer */
#header {
	text-align: center;
	height: 16px;
	width: 100%;
	font-size: 9px;
	color: #22ADB2;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1aa5aa;
	background-color: #e7f5f6;
}
#header a:link {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #22ADB2;
	text-decoration: none;
}
#header a:visited {
	color: #22ADB2;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
#header a:hover {
	color: #cc33cc;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#header a:active {
	color: #f870f8;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#headleft {
	float: left;
	width: 50%;
	text-align: left;
	padding-top: 1px;
}
#headright {
	float: right;
	width: 50%;
	text-align: right;
	padding-top: 1px;
}
#center {
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #060;
	padding-bottom: 10px;
	font-style: italic;
	font-weight: bold;
}
#centermid {
	text-align: center;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}
#longtext {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: 5px;
	position: relative;
}
#centerright {
	text-align: center;
	width: 360px;
	margin-right: 35px;
	float: right;
}
#centerleft {
	text-align: center;
	width: 360px;
	margin-left: 35px;
	float: left;
}
#homeleft {
	float: left;
	width: 210px;
}
#homeright {
	float: right;
	width: 210px;
}

#footer {
	position: relative;
	margin-top: -34px; /* negative value of footer height */
	height: 34px;
	clear:both;
} 
#content {
	text-align: left;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 30px;
}
#leftalign {
	text-align: center;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	padding-top: 10px;
	padding-bottom: 15px;
}
#center2 {
	text-align: left;
	width: 275px;
	float: right;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 7px;
	margin-right: 10px;
}
.redtext {
	color: #8E1F8C;
}
#center3 {
	text-align: left;
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#footer a:link {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #22ADB2;
	text-decoration: none;
}
#footer a:visited {
	color: #22ADB2;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
}
#footer a:hover {
	color: #006666;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#footer a:active {
	color: #bef6fa;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}
#footerin {
	background-image: url(../buttons/bkd-footer3.png);
	width: 804px;
	margin-right: auto;
	margin-left: auto;
	height: 34px;
	background-repeat: no-repeat;
}
#footeriner {
	width: 180px;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	font-size: 9px;
	color: #22ADB2;
}
#footeriner2 {
	font-size: 9px;
	float: left;
	width: 310px;
	text-align: right;
}
#footeriner3 {
	font-size: 10px;
	text-align: left;
	float: right;
	width: 295px;
	padding-top: 11px;
	line-height: -3px;
}
#footeriner4 {
	font-size: 12px;
	text-align: center;
	float: right;
	width: 250px;
	margin-right: 35px;
	margin-top: 12px;
}
#buttons {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Media/bg-pelorian-sea-800.png);
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #289aa0;
}
.bold {
	font-weight: bold;
}
#centerwrap {
	text-align: center;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
#rightbox p .boldtext a {
	line-height: 20px;
}
#rightbox {
	text-align: right;
	width: 160px;
	margin-right: 0px;
	float: right;
	margin-top: 30px;
}
#leftbox {
	font-size: 12px;
	text-align: center;
	width: 250px;
	float: left;
	margin-right: 15px;
	padding: 4px;
}
.boldtext {
	font-size: 12px;
	font-weight: bold;
}
#frame {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background-color: #93C468;
	border: 1px solid #063;
}
#form {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#artbox {
	text-align: center;
	margin-right: auto;
	width: 630px;
	margin-left: auto;
	font-size: 11px;
	font-weight: normal;
}
#advisory {
	padding: 5px;
	float: left;
	width: 420px;
	text-align: left;
}
#advisory2 {
	padding: 5px;
	float: left;
	width: 420px;
	text-align: left;
	font-size: 12px;
}
#fund {
	width: 470px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-align: left;
}
#cdbox {
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
.italic {
	font-style: italic;
}
.centertext {
	text-align: center;
}
.indent {
	text-indent: 25px;
}
.bigboldtext {
	font-size: 12px;
	font-weight: bold;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

