/*
Pierstorf style sheet
Author:		Ron Coulter
Date:		February 2005
Updates:	
			2/19/10 - Meyer style rules to reset margins
*/



/*
The following section comes from Eric Meyer
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	margin-bottom: 6px;
/*remarked by rc 2/20/10
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
*/
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remarked by rc 2/20/10
body {
	line-height: 1;
	color: black;
	background: white;
}
*/
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* End Eric Meyer additions*/

body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
li {
margin-bottom: 18px;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
.homecol1 {
	/*position: relative;*/
	top: 100px;
	left: 20px;
	width: 228px;
	float: left;
	background-color: #D3CFB9;
	z-index: 2;
}
.homecol2 {
	/*position: relative;*/
	top: 20px;
	margin-left: 50px;
	width: 600px;
	float: left;
	z-index: 1;
}
.homecol1top {
	border-top: solid blue 4px;
	border-bottom: solid lightblue 2px;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: inherit;
}
/*changed textarea width from 60% to 80% 2/20/10*/
.textarea {
margin-left: 5%;
width: 80%;
}
.texttight {
margin-top:-2px;
margin-bottom:1px;
}
.fineprint 
{
    font-size:80%;
	margin-top: 15px;
}
/*added topnav and topnav h1 2/19/10*/
.topnav {
height: 131px; 
background-image:url(../images/header_pattern.gif);
background-repeat:repeat-x;
}

.topnav h1 {
padding: 15 px;
margin: 15px;
font-size: 24px;
font-stretch:expanded;
color: #963120;
}

.topnav p {
float: left;
margin-left: 15px;
width: 100px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:90%;
text-align:center;
margin-bottom:0px;
margin-top:0px;
}
