@charset "utf-8";
/* CSS Document */

body {
	color: #603;
	background-color: #FFF;
	background-image: url(graphics/redwhiteback.jpg);
	background-repeat: repeat-x;
	text-align: center;
	line-height: 125%;
}
h1,h2,h3,h4,p,td,li,div	{
	text-align: left;
	margin:0;
	padding:0;
	font-weight: normal;
}
h1	{
	font-size: 170%;
	line-height: 150%;
}
h2	{
	font-size: 150%;
	line-height: 140%;
	
}
h3	{
	font-size: 125%;
	line-height: 125%;
}
p	{
	margin: 10px auto;
}
a	{
	color: #C33;
}
h1.header	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-color: transparent;
	font-size: 32px;
	font-weight: normal;
	line-height: 140%;
	margin: 5px auto 0px 0;
	letter-spacing: 0.1em;
}
h2.header	{
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
	background-color: transparent;
	font-style:italic;
	line-height: 150%;
	font-stretch:extra-expanded;
	margin: 0 auto 15px 100px;
}
div.hilite	{
	color: #930;
	border-width: 2px;
	border-style: groove;
	border-color: #C66;
	background-color: #CC9;
	font-size: 0.5 ems;
	border-bottom-style: outset;
	border-right-style: outset;
}
div.hilite h1	{
	font-size: 15px;
	font-weight: bold;
}	
div.hilite h2	{
	font-size: 13px;
	font-weight: bold;
}		
div.hilite h3	{
	font-size: 12px;
	font-weight: bold;
}	

form, form input, form submit	{
	color: #603;
	}
	
form fieldset {
	border:1px solid #999;
	padding: 0.25em;
	margin-bottom: 15px;
	}

form legend {
	font-size: 10px;
	padding: 0 1.0em;
	border:1px solid #930;
	color: #930;
	background-color: #CC9;
	text-align:left;
	margin-bottom: 5px;
  }

label,input {
	margin-bottom: 0px;
}

label {
	text-align: right;
	width: 100px;
	padding-right: 20px;
	font-size: 11px;
	display: inline-block;
}
textarea	{
	margin:0;
}
form#contactform	{
	width: 95%;
}
 input.rightalign	{
	float: right;
	width: 70px;
	background-color:#CC9;
	margin: 10px 20px 0  0;
	border: 1px solid #930;
	}
p.updated	{
	font-size: xx-small;
	font-style:italic;
	text-align: right;
}
