@charset "UTF-8";
/* CSS Document */

/* --- CSS Reset --- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0px;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
	background-image: url(images/green-banner.jpg);
	background-repeat: repeat-x;
}


/* --- Typography --- */

.grid p {
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666633;
}

.grid h1 {
  line-height: 32px;
  font-size: 16px;
  font-family: Verdana, Geneva, sans-serif;
}

.grid h2 {
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #3FC4E2;
	font-weight: lighter;
	line-height: 18px;
}

.grid h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666633;
	font-weight: lighter;
	line-height: 18px;
}

.grid h4 {
	line-height: 14px;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: lighter;
	color: #3fc4e2;
}

.grid h5 {
	line-height: normal;
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
	color: #666633;
	font-weight: lighter;
}

.grid h6 {
	line-height: 32px;
	font-size: 16px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

a:link {
	color: #3FC4E2;
	text-decoration: none;
}
.grid #content .grid-3col #one #oneimg {
	float: right;
	clear: right;
}
.grid #content .grid-3col #zero #zeroimg {
	float: right;
}

a:visited {
	color: #3FC4E2;
	text-decoration: none;
}

/* --- Grid --- */

.grid {
  width: 900px;
  margin: auto;
}

.grid-m1 {
  float: left;
  width: 22px;
  height: 1px;
}

.grid-c1 {
	float: left;
	width: 400px;
}

.grid-m2 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c2 {
  float: left;
  width: 126px;
}

.grid-m3 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c3 {
  float: left;
  width: 126px;
}

.grid-m4 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c4 {
  float: left;
  width: 126px;
}

.grid-m5 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c5 {
  float: left;
  width: 126px;
}

.grid-m6 {
  float: left;
  width: 20px;
  height: 1px;
}

.grid-c6 {
  float: left;
  width: 126px;
}


.grid-2col {
  float: left;
  width: 272px;
}

.grid-3col {
  float: left;
  width: 418px;
}

.grid-4col {
  float: left;
  width: 564px;
}

#header {width:856px; float:left;}
#menu {width:272px; float:left;}
#content {width:564px; float:left}
.message {
	width:524px;
	float:left;
	padding: 20px;
	background-color: #3DA12F;
}
.message p {
	line-height: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	padding: 0 0 10px 0;
	color: #FFF;
}
.message a:link {
	color: #FFF501;
	text-decoration: none;
}

.message a:visited {
	color: #3FC4E2;
	text-decoration: none;
}
