@charset "utf-8";
/* CSS Document */
body {
	background: #FFF;
	margin: 0;	/*The margin and padding are set to zero to account for differing browser defaults */
	padding: 0;
	text-align: center;  /*This center alignment is to correct an issue found in earlier I.E. 5 browers  */
}

#wrapper {
	width: 900px;
	margin: 0;
}
#header {
	padding: 0;
	margin: 0;
	background:#FFF;
	clear: left;
}
#navigation {
	float:left;
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 15px;
	text-align: center;
	padding: 8px 0 0 0;
	background:url(images/green_color_chip_for%20background.gif);
}
#navigation a {
	color:#060;
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
}

#navigation a:hover {
	color: #ffff99;	
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

#content {
	margin-left: 190px;  /*The combination of a left margin of 180 px for the Navigation Division and 190px for the Content Division provide the appearance of a 10px margin beside the content of the Content Division */
	font-size: 12px;
	line-height: 24px;
	color:#000;
}

#content h1 {
	font-size: 20px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#006600;
	margin-top:0;
	margin-bottom: 0;
}

#content h2 {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top:.5em;
	margin-bottom: 0;
}
#content h3 {
	font-size: 1.2em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top: 25px;
	margin-bottom: 0;
}
#content h4 {
	font-size: .9em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #cc6600;
	margin-top:0;
	margin-bottom:0;
}
#content h5 {
	font-size: 1.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	margin-top: 0;
	margin-bottom:.5em;
}
.banner {
	font-size: 1.3em;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color: #cc6600;
	font-weight: 900;
	line-height: 1.2em;
}
.description {
	font-size: 12px;
	line-height: 16px;
	color: #060;
	text-align:justify;
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight: bold;
	
}
.description a {
	color:#000;
	font-size:12px;
	text-decoration:underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.description a:hover {
	color: #FF0;
	font-size:12px;
	background: #060;
	font-weight:bold;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.description_banner {
	font-size: 14px;
	line-height: 16px;
	font-style: italic;
	font-weight: bold;
	color: #cc6600;
	font-family: geneva, arial, helvetica, sans-serif;
	padding: 0;
}
.description_ending {
	font-size: 20px;	
	color: #060;
	text-align:justify;
	font-family: geneva, arial, helvetica, sans-serif;
	padding: 0;
}
.description_ending a {
	color:#060;
	font-size:20px;
	text-decoration:underline;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
.description_ending a:hover {
	color:#FF0;
	font-size:20px;
	background: #060;
	font-weight:bold;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}


#footer {
	padding: 0;
	margin: 0;
	background:url(images/green_color_chip_for%20background.gif);
	clear: left;
	text-align: left;
	
}
