
<!--
/* text-align: center; will center the layout for IE5-Win and IE6-Win
running quirks mode (no DOCTYPE tag at beginning of document). */
body {
    margin: 0;
    padding: 0;
    text-align: center;
	background-color: #EEEEEE;
	color: #666666;
	font-family: Verdana;
	font-size: 11px;
}

/* The auto left and right margins center the layout in standards
browsers, IE6-Win (in standards mode) and IE5-Mac. */
#wrapper {
margin: 0 auto 0 auto;
text-align: left; /* Reset text alignment for Western languages. */
width: 770px;
}

/* Standards browsers will cut off portions of the left and right edges
of a layout if the browser viewport is too narrow, unless the
#wrapper <div> has a left and right border. Internet Explorer is not
affected by this, and the style rules are hidden. Setting the border
color to transparent initially returns a CSS syntax error at the W3C
CSS validator, so for the sake of validation, the border color is
set to transparent on a separate line. */
html>body #wrapper {
border: 1px solid #fff;
border-color: transparent;
border-top: 0;
border-bottom: 0;
}

blockquote {
border : 2px solid #000;
width: 400px;
float: right;
margin: 0px;
padding: 10px;
background-color: #FFFFFF;
}
blockquote:before { content: open-quote; font-weight: bold; }
blockquote:after { content: close-quote; font-weight: bold; }

.SmallText {
	font-family:Verdana; font-size:10px; color:#3D392D;}
.Heading{
	font-family:Verdana; font-size:14px; color:#3D392D;
	font-weight:bold;}

h1 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 6px;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 18px;
	margin-bottom: 3px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #04621E;	
	margin-top: 20px;
	margin-bottom: 6px;
}

p
{
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 15px;
}

ul, li {
	margin-top: 3px;
	margin-bottom: 3px;
}

hr {
	style: groove;
	height: 1px;
	margin-top: 6px;
	margin-bottom: 6px;
}

form {
	margin: 0px;
}

legend {
  padding: 0.2em 0.5em;
  border:0px solid #9BB434;
  color:green;
  font-size:90%;
  text-align:right;
  font-style:italic;
}

input.text {
	height: 18px;
}

input.submit {
	height: 16px;
	text-size: 11px;
	font-family: Verdana;
}

img.sponsor {
	border: 1px #666666 solid;
}
#footer {
	position: absolute;
	bottom: 0;
	background-color: #EEEEEE;
	width: 70%; /* See note below */
	text-align: center;
	padding: 0 15%;
}