/* Styling
=======================*/

h1, h2, h3, h4	{
	font-family : "Maiandra GD", "Century Schoolbook", Times, serif;
	font-weight: normal;
	margin: 0 auto;
	padding: 0;
	line-height: 150%;

	}

h1 {
	font-size: 1.95em;
}

h2 {
	font-size: 1.6em;
	font-style: normal;
}

h3 {
	font-size: 1.4em;
}

h2, h3 {
	color: #0066CC;
	background-color: #FFFFFF;
}

h4 {
	font-size: 1.25em;
	font-style: normal;
}

a	 {
	color: #336699;
	background-color: transparent;
	text-decoration : underline;
	font-weight : bold;
}

a:visited {
	color:#336699;
	background-color: transparent;
	font-weight : normal;
}

a:active, a:link {
	color:#336699;
	background-color: transparent;
	font-weight : bold;
}
a:hover	{
	color : black;
	background-color: transparent;
}
p.sitenav	{
	margin: 0 auto 10px auto;
	font-size : smaller;
	font-style : italic;
	font-weight : bold;
}

.smaller	{
	font-size: smaller;
	line-height: 90%;
	}

em {
	color: #666666;
}
form	{
	margin-left: 20px;
	}
form, form input, form submit	{
	color: #666633;
	}
	
form fieldset {
	border:1px solid #999;
	padding: 1em;
	width: 90%;
	float: left;
	margin-top: 3px;
	}

form legend {
	font-size: 11px;
  padding: 0.1em 1.0em;
  border:1px solid #999;
 color: #666;
  background-color: #F9EAC3;
  text-align:right;
  margin-bottom: 10px;
  }

label,input {
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}
 input.rightalign	{
 	float: right;
	width: 70px;
	margin: 10px 20px 0  0;
	}
br {
	clear: left;
}

div.feedback	{
	height: 1px ; 
	overflow: hidden ; 
	width: 1px ;
	}	
