@charset "utf-8";

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/Grasset-Gourd-border5.jpg);
	z-index: auto;
}
a:hover {
	text-decoration: underline;
}

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

a:link {
	color: #006600;
	font-style: normal;
	font-weight: bolder;
}

#topdiv {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/grass.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 2px;
	height: 100px;
}
#content1 {
	font-family: "Times New Roman", Times, serif;
	padding: 6px;
	font-weight: normal;
	font-style: normal;
	background-color: #F9EDD5;
}
.img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.twoColFixLt #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #F9EDD5;
	height: auto;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: auto;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 2px;
	height: auto;
}
.sidebar2 {
	float: left;
	clear: left;
	height: auto;
	width: 200px;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 10px;
	color: #C30;
}

.twoColFixLt #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	background-repeat: repeat-x;
	background-position: bottom;
	height: auto;
	min-height: 900px;
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#forms {
	text-align: left;
	float: right;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: auto;
	text-align: center;
	vertical-align: bottom;
}
.leftfloatimg {
	border-right-width: 7px;
	border-bottom-width: 5px;
	border-left-width: 0px;
	float: left;
	margin-right: 7px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.imgleft {
	padding-right: 15px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
.divaGPS-here {
	color: #339900 !important;
	font-weight: bolder;
	font-style: italic;
	text-transform: capitalize;
	font-size: 18px;
}

.divaGPS-parent {
	color: #339900 !important;
	font-style: italic;
	font-weight: bolder;
	font-size: 18px;
	text-transform: capitalize;
}
