/* Universal Head. Design That Works. 2006 /**************************/
/* Design and Code by Peter Gifford /**************************/

/* BASICS /**************************/

html, body, form, fieldset {
margin: 0;
padding: 0;
}

body {
	font-family: Georgia, Times, Times New Roman, sans-serif;
	font-size: 76%;
	line-height: 1.6em;
	color: #fff;
	text-align: center;
	background: #61613E url(../images/home_bgtile.gif) repeat-x center top;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address { margin: 0; padding: 0; }
form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }
.standardsAlert { display: none; }
.clearleft { clear: left; }
img { border: none; display: inline; }
div.clearer {clear: both; line-height: 0; height: 0;}

/* TYPE /**************************/

p {
	font-size: 1em;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.4em;
	color: #89170f;
}

h2 {
	font-size: 1.3em;
	line-height: 1.3em;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

h3 {
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	color: #B24B06;
}

h4 {
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	font-style: italic;
	color: #B24B06;
}

h5 {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	font-size: 0.85em;
	line-height: 1.4em;
	color: #886E50;
}

/* LINKS /**************************/

a:link {
	color: #87001B;
	text-decoration: none;
	border-bottom: 1px dotted #87001B;
}

a:visited {
	color: #886E50;
	text-decoration: none;
	border-bottom: 1px dotted #886E50;
}

a:hover {
	color: #886E50;
	text-decoration: none;
	border: none;
}

a:active {
	color: #87001B;
	text-decoration: none;
}

/* STRUCTURE /**************************/

#sitewrapper {
	width: 860px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
