@charset "utf-8";
a:link {
	color: #507024;
}
a:visited {
	color: #507024;
}
a:hover {
	color: #F00;
}
a:active {
	color: #F00;
}
.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #333;
	text-align: center;
}
.bottom_nav {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: x-small;
	color: #FFF;
	text-align: center;
}
.ImportantLinks {
	font-family: Tahoma, Verdana;
	font-size: small;
	list-style-type: none;
	}
#Links ul {
        list-style-type: none;
        width: 400px;
} 

#Links li {
        border: 1px dotted #999;
        border-width: 1px 0;
        margin: 5px 0;
}

#Links li a { 
        color: #990000;
        display: block;
        font: bold 120% Arial, Helvetica, sans-serif;
        padding: 5px;
        text-decoration: none;
}

 * html #Links li a {  /* make hover effect work in IE */
	width: 400px;
}

#Links li a:hover {
        background: #ffffcc;
}

#Links a em { 
        color: #333;
        display: block;
        font: normal 85% Verdana, Helvetica, sans-serif;
        line-height: 125%; 
}

#Links a span {
        color: #125F15;
        font: normal 70% Verdana, Helvetica, sans-serif;
        line-height: 150%;
}
.WelcomeText {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: medium;
	color: #507024;
	font-weight: bold;
}
.subheadingTitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: small;
	font-weight: bolder;
	color: #600;
	font-variant: normal;
	text-decoration: underline;
	font-style: normal;
}
.indent {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;

}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
.contactcenter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
}

