body {
	font-family: "Century Gothic", Arial, Verdana, Tahoma, Geneva, sans-serif;
	font-size: 12px;
}

.normal {
	font-size: 12px;
}

.ContactForm {
  width: 295px;
}

.NumberedList {
	font-size: 12px;
	padding: 5px;
}

#COPR {
	font-size: 12px;
	background-attachment: scroll;
	background-image: url(images/rainbird_sc.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/* menubar - BEGIN */
#menubar {
	background: url(images/navbar.jpg);
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	font-weight: bold;
}

#menubar a {
  color: #00AD58;
	font-size: 12px;
}

#menubar a:hover {
  text-decoration: none;
}
/* menubar - END */


/* maincontent - BEGIN */
#maincontent {
  background-color: #fafafa;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 8px;
}

#maincontent a {
  color: #00AD58;
	font-size: 12px;
}

#maincontent a:hover {
  text-decoration: none;
}
/* maincontent - END */

#pagetitle {
	font-size: 10px;
}

/* Powered by (footer) */
.PoweredBy {
 color:#000000;
 text-decoration: none;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.PoweredBy a:link,.PoweredBy a:visited, .PoweredBy a:active {
 color:#000000;
 text-decoration: none;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}
.PoweredBy a:hover {
 color:#000000;
 text-decoration: underline;
 font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.errstyle {
	color: #FF0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
