@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #333333;
}
	.style0 {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em/1.5em ;
	color: #666666;
	padding: 1em;
	
}
p.headerbodycontent {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: #333333;

}

p.bodycontent {
	font-size: .9em;
	text-align: justify;
	font-weight: normal;
	color: #333333;

}
.redboxheader {
	font-weight: bold;
	text-shadow:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
}
.cleaerboxheader {
	font-weight: bold;
	text-shadow:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #333333;
}
.quote {
	text-align: left;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em ;
	color: #000000;
	padding: 4.25em;
}

a:link {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #333333;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-decoration: underline;
}
h1 {
	font-size: 1.5em;
	text-align: left;
	font-weight: bold;
	color: #333333;
}

a.topnav:link {
	color: #990000;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	font-size: .6em;
	font-weight: bold;
}
a.topnav:visited {
	color: #990000;
	font-weight: normal;
	background: transparent;
	text-decoration: none;
	font-size: .6em;
	font-weight: bold;
}
a.topnav:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
	background: transparent;
	font-size: .6em;
	font-weight: bold;
}

a.headernav:link {
	font-weight: bold;
	text-shadow:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
a.headernav:visited {
	font-weight: bold;
	text-shadow:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}
a.headernav:hover {
	font-weight: bold;
	text-shadow:#000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #ffffff;
	text-decoration: none;
}	

a.bottomnav:link {
	font-weight: normal;
	font-size: 0.8em;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
}
a.bottomnav:visited {
	font-weight: normal;
	font-size: 0.8em;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	background: transparent;
	text-decoration: none;
}
a.bottomnav:hover {
	font-weight: normal;
	font-size: 0.8em;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background: transparent;
}
a.subnav:link {
	font-size: .6em;
	text-align: left;
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a.subnav:visited {
	font-size: .6em;
	text-align: left;
	color: #FFFFFF;
	background: transparent;
	text-decoration: none;
}
a.subnav:hover {
	font-size: .6em;
	text-align: left;
	color: #FFFFFF;
	text-decoration: underline;
	background: transparent;
}
.footer {
	font-size: 0.8em;
	margin: 0;
}
p.bodyboxred {
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: center;
	width: 105px;
	padding: .7em .7em .5em .7em;
	margin: 0em 0em 1em 0em;
	border: 1.5px solid #333333;
	background-color:#993333;
	
}
p.bodyboxclear {
	color: #333333;
	font-size: 0.7em;
	text-align: center;
	width: 105px;
	padding: .7em .7em .5em .7em;
	margin: 0em 0em 1em 0em;
	border: 1.5px solid #333333;
	background-color: transparent;
	
}
.imagebrdr {
	float: left;
	margin: 0em 1.5em 0em 0em;	
	
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 2px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.tagline {
	font-size: .9em;
	color: #000000;
	text-align: left;
	font-weight: bold;
}
.submenu {
	font-size: .6em;
	text-align: left;
	color: #FFFFFF;
}
.btmnavspacer {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: transparent;
}
.grayborder { 
border: 1px solid #a1a5a9;

}
.borderindex { 
border: 1px solid #a1a5a9;
padding: 5px;
margin: 2px;
font-size: .9em;
	text-align: left;
	font-weight: normal;
	color: #333333;
}