/* CSS Document */


body {
	background-color: #682123;
	margin-top: 0px;
	margin-bottom: 0px;
}

.headline {
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 22px;
	color: #682123;
}
.bodycopy {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a.bodycopy {
	color: #682123;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	text-decoration: none;
	font-weight: bold;
}

a.bodycopy:hover, a.bodycopy:active {
	color: #808040;
}

input, textarea, select {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     line-height: 14px;
}

#smallbody ul {
	padding: 0px;
    margin: 2px 0px 20px 15px;
}
	

#smallbody li {
	margin-bottom: 6px;
	list-style-type: circle;
}

#smallbody {
	color: #753333;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

#smallbody a {
	color: #808040;
	font-weight: bolder;
	text-decoration: none;
}

#smallbody a:hover, #smallbody a:active {
	text-decoration:underline;
}

.redlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #753333;
	text-decoration: none;
	font-weight: bold;
}

a.redlinks {
	color: #753333;
	font-weight:bold;
}

a.redlinks:hover {
	color: #054f8c;
	font-weight:bold;
}


a.redlinks:active {
	color: #054f8c;
	font-weight:bold;
}

.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e7e3ce;
	text-decoration:none;
	line-height: 14px;
}

a.copyright {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e7e3ce;
	text-decoration:none;
}

a.copyright:hover {
	text-decoration:underline;
}

a.copyright:hover {
	text-decoration:active;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e7e3ce;
	text-decoration:none;
	line-height: 14px;
}

a.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e7e3ce;
	text-decoration:none;
}

a.footer:hover {
	text-decoration:underline;
}

a.footer:hover {
	text-decoration:active;
}

.greenlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #6ebb1f;
	text-decoration: none;
	font-weight: bold;
}

a.greenlinks {
	color: #6ebb1f;
	font-weight:bold;
}

a.greenlinks:hover {
	color: #1d97c3;
	font-weight:bold;
}


a.greenlinks:active {
	color: #1d97c3;
	font-weight:bold;
}

 #contactpadding {
	padding-top:5px;
	padding-left:10px;
}

.red {
	color: #FF0000;
}

.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #e7e3ce;
	border-left-color: #e7e3ce;
	border-top-color: #e7e3ce;
	border-right-color: #e7e3ce;
}

.tableborder_red {

border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #682123;
	border-left-color: #682123;
	border-top-color: #682123;
	border-right-color: #682123;
}




.maroon {
	color: #753333;
}

.subhead {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	color: #682123;
	line-height: 22px;
}
