body
{
font-size: 75%;
color:#000000;
background-image: url('images/design_background.jpg');
margin: 0px 0px 0px 0px; 
}

body, p, h1, h2, h3, table, td, th, ul, ol, textarea, input
{
font-family: verdana,helvetica,sans-serif;
}

table, input, textarea
{
font-size: 100%;
}

h3 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: bold
	color:#000000;
	font-size: 100%;
}

span.italic {
    font-style:italic;
}

span.quote {
    font-family:times, times new roman;
    font-size: 110%;
}

span.blackbold {
    color:#000000;
    background-color:transparent;
    font-weight: bold;
}

span.greenbold {
    color:#008285;
    background-color:transparent;
    font-weight: bold;
}

span.bluebold {
    color:#1C739C;
    background-color:transparent;
    font-weight: bold;
}

span.blue {
    color:#1C739C;
    background-color:transparent;
    font-weight: normal;
}

span.gray {
	font-size: 90%;
	color:#858686;
	background-color:transparent;
	font-weight: normal;
}

a:link {
	font-size: 90%;
	color: #1C739C;
	font-weight: normal;
	text-decoration: underline
}

a:hover {
	font-size: 90%;
	color: #808080;
	font-weight: normal;
	text-decoration: underline
}

a:visited {
	font-size: 90%;
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:link.text {
	font-size: 100%;
	color: #025007;
	font-weight: normal;
	text-decoration: underline
}

a:hover.text {
	font-size: 100%;
	color: #858686;
	font-weight: normal;
	text-decoration: underline
}

a:visited.text {
	font-size: 100%;
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

a:link.footernav {
	font-size: 80%;
	color: #025007;
	font-weight: normal;
	text-decoration: underline
}

a:hover.footernav {
	font-size: 80%;
	color: #808080;
	font-weight: normal;
	text-decoration: underline
}

a:visited.footernav {
	font-size: 80%;
	color: #70227B;
	font-weight: normal;
	text-decoration: underline
}

span.smalltext {
	font-size: 80%;
	color: #000000;
    font-weight: normal;
}

.border {
	border-color: #294F71;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	width: 90%;
	text-align: left;
	padding: 5px 5px 8px 10px;
	background-image: url('images/contact_background2.jpg');
}

.padding {
	padding-bottom: 5px;
}