@charset "utf-8";

/*---typographic styles---*/

/*---resets all default margins and padding---*/

div, h1, h2, h3, h4, h5, h6, p, pre, address, blockquote, span, ul, ol, li, dl, dd, dt, img {
	margin: 0;
	padding: 0;
}

/*---element selectors (target all elements sitewide)---*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	color: #000;
	padding: 0;
	margin: 0;
	text-align: center; /*---fix for internet explorer---*/
	background: url(../_images/background/bg.gif);
}
p {
	margin: 0 0 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #463000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	margin-bottom: 0.4em;
	color: #5B3E00;
	padding-top: 11px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: 0.4em;
	color: #5B3E00;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	margin-bottom: .4em;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	margin-bottom: .4em;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-bottom: .4em;
}
a {
	text-decoration: none;
}
a img {
	border: 0;
}
a:link {
	color: #069;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:visited {
	text-decoration: none;
	color: #069;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:hover {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #EBBF18;
}
a:active {
	text-decoration: none;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #EBBF18;
}


/*always have a scroll on the page*/
/*html { overflow-y:scroll; }*/
html{
height: 100%;
margin-bottom: 0.01em;
}


/*---class selectors (target specific words)---*/

.blueText {
	font-size: 1em;
	color: #00F;
}


/*---id selectors (target id attribute, only used once per page)---*/

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;/*---resets text for internet explorer body fix---*/ 
}
#mainContent {
	margin: 20px 0px 0px;
	padding: 0px;
}
#copyright {
	height: 25px;
	color: #885B00;
	text-align: center;
	clear: left;
	font-size: 12px;
	padding-top: 11px;
}
