.clear{
	clear:both;
	line-height: 0;
}

a:link {
	color: #88A56B;
	text-decoration: none;
}
a:visited {
	color: #88A56B;
	text-decoration: none;
}
a:hover {
	color: #336633;
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #336633;
	font-size: 2.5em;
	font-weight: bold;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #88A56B;
	font-size: 2em;
	font-weight: bold;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CABF97;
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #17331A;
	font-size: 1.2em;
	font-weight: bold;
}

.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-style: italic;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 20px 10px;
	line-height: 1.5em;
	color: #666666;
}

.tan{
	background-color: #EFEEDC;
	border: 1px solid #D3D2AB;
	color: #B8AE8A;
	padding: 10px;
}
.tan a:link { color: #B8AE8A; text-decoration: underline; }
.tan a:visited { color: #B8AE8A; text-decoration: underline; }
.tan a:hover { color: #FFFFFF; background:#B8AE8A; text-decoration: none; }

.green{
	background-color: #DBEDCF;
	border: 1px solid #C6D4B8;
	color: #93A18C;
	padding: 10px;
}
.green a:link { color: #93A18C; text-decoration: underline; }
.green a:visited { color: #93A18C; text-decoration: underline; }
.green a:hover {color: #FFFFFF; background:#93A18C; text-decoration: none; }

ul{
	list-style-type: none;
}

li{
	list-style: circle outside none;
	margin-left: 25px;
}

.pdf {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/pdf.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.doc {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/doc.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.xls {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/xls.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.txt {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/txt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.zip {
	list-style: none;
	margin-left: 10px;
	padding-left: 25px;
	background-image: url(../gui/zip.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
