@charset "UTF-8";
/* CSS Document */


body {
	font-family:"Times New Roman", Times, serif;
	color:#000000;
	}
	
p {
	font-size:0.95em;
	line-height:1.3em;
	}
	
h1 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.4em;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	margin-top:0px;
	margin-bottom:-0.4em;
	}
	
h2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.25em;
	line-height:1.4em;
	color:#ffffff;
	font-weight:lighter;
	}
	
h3 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:0.8em;
	line-height:1.4em;
	color:#ffffff;
	text-transform:uppercase;
	}
	
ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.8em;
	list-style-type:square;
	padding-left:25px;
	margin-top:-5px;
	}
	
li {
	line-height:1.7em;
	}
	
a {
	text-decoration:none;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	}
	
a:hover {
	text-decoration:underline;
	}
	
.imageright {
	float: right;
	border: 0;
	margin-left: 20px;
	}
	
.imageleft {
	float: left;
	border: 0;
	margin-right: 10px;
	}
	
.display {
	line-height:1.75em;
	margin-top:0px;
	}

.leadin {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.85em;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	}
.leadinLLC {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.05em;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	}
	
.leadin2 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.3em;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	font-weight:bold;
	}
.leadin3 {
	font-family:Garamond, Georgia, "Times New Roman", Times, serif;
	font-size:1.75em;
	/* color:#666633;*/
	color:#000000 /* changed 06/29/2020 to black */
	font-weight:bold;
	}
	
.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
	color:#ffffff;
	text-transform:uppercase;
	line-height:1.9em;
	}
	
.footer a {
	color:#ffffff;
	}

form fieldset { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:0.8em;
	margin:0px 0px 20px 0px; 
	width:600px; 
	position:relative;
	border:0;
	display:block; 
	padding: 0px 10px 8px; 
	}
	
label { 
	font-size:90%; 
	display:block; 
	width:10em; 
	text-align:right;
	margin:.2em .2em 0 0; 
	color:#ffd; 
	font-weight:bold;
	padding:8px 0px; 
	}
	
input.text-input { 
	margin:4px;
	padding:2px 0;
	color:#333; 
	}

input.button { 
	position:absolute; 
	top:130px; 
	left:120px; 
	padding:3px 6px;
    border:2px solid #fff; 
	margin:20px 0px 0px 0px; 
	color:#3D7169; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#CCC; -moz-border-radius:5px; 
	}

input.button:hover { 
	background:#669966 none repeat scroll 0% 0%; 
	color:white; 
	}

