﻿body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	width: 800px;
	margin: auto;
}
#masthead {
	margin-left: 50px;
	z-index: 10;
	text-align: center;
	width: 700px;
	height: 250px;
}
#masthead2 {
	text-align:center;
	width: 800px;
	height: 140px;
	background-color: #FFFF00;
	margin-bottom: -115px;	
}
#box {
	position: relative;
	width: 50px;
	height: 85px;
	margin-top: -85px;
	background-color: #FFFF00;
}
#footer2 {
	width: 700px;
	height: 200px;
	margin-left: 50px;
	background-color: white;
	float: left;
	background-repeat: no-repeat;
	font-weight: 700;
	text-align: left;
	border: medium white outset;
	font-family: "Times New Roman", Times, serif;
	position: relative;
	background-image: url('Footer.jpg')
}
#footeraddress {
	width: 300px;
	height: 85px;
	margin-top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	float: left;
	padding-left: 5px;
	text-align: left;
}
#footeraddressr {
	width: 300px;
	height: 85px;
	margin-top: 100px;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	float: right;
	text-align: right;
	padding-right: 5px;
}
#footerusda {
	width: 700px;
	padding: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	position:relative;
}
#footer {
	width: 800px;
	height: 150px;
	background-color: #FFFFFF;
	margin-top: -85px;
	text-align: left;
	padding: 10px;
	font-size: 15px;	
	margin-bottom: -83px;
	float: left;
}
#footer3 {
	width: 800px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	font-family:"Lucida Handwriting";
	font-style:italic;
}
#content {
	width: 590px;
	margin: 8px;
	float: left;
	margin-bottom: 10px;
	text-align: justify;
	font-family: "Times New Roman", Times, serif ;
	font-size: 18px;
}
#content a{
	text-decoration:underline;
	color: blue;
}
#content a:hover {
	text-decoration: none;
}
#content a:visited {
	color: blue;
}
#footerlink {
	width: 147px;
	float: left;
	text-align: center;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	margin-top: 5px;
	margin-bottom:5px;
	line-height: 18px;
}
#footerlink a {
	text-decoration:underline;
	color: black;
}
#footerlink a:hover {
	text-decoration: none;
	color: yellow;
}
#footerlink a:visited {
	color: black;
}

#contactbar {
	width: 595px;
	text-align: center;	
}
#contactbar a {
	color: black;
	border: medium white outset;
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-left: 5px;
}
#contactbar a:hover {
	border: medium white inset;
	text-decoration: none;
	color: black;	
	display: block;
}
#content p {
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: black;
	text-align: justify;
}
#counter {
	float: right;
	margin-right: 50px;
	width: 1px;
}
#column1 {
	width: 290px;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: black;
	font-weight: 200;
	margin-bottom: 20px;
}
#column2 {
	width: 290px;
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: black;
	font-weight: 200;
	margin-bottom: 20px;
}
#line {
	width: 590px;
	border-bottom: medium #37405D solid:	
}
#border {
	border: medium silver ridge;
	padding: 5px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

/* Navigation */
#navigationh {
	background-color: #FFFF00;
	text-align: center;
	margin-left: 50px;
}
html>body #navigationh {
	overflow: hidden;
}
#navigationh ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigationh li {
	float: left;
}
#navigationh a {
	color: black;
	text-decoration: none;
	padding: 6px;
	margin: 0 2px 0 2px;
	display: block;
}
#navigationh a:hover {
	background-color: white;
}
#navigationv {
	text-align: center;
	padding-top: 5px;
	margin-bottom: -85px;
	position: relative;
	width: 150px;
	background-color: #FFFF00;
	float: left;
}
#navigationv ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigationv li {
	display: block;
	margin: 0;
	padding: 0;
}
#navigationv b {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
	font-weight: bold;
	font-size: 18px;
}
#navigationv a {
	color: black;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#navigationv a:hover {
	background: white;
	text-decoration: none;
}
#content h1{
	font-family:"Lucida Handwriting";
	text-align: center;
	font-size: xx-large;
	color: #0807AD;
}
#content h6{
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: black;
	text-align: justify;
}
#content h2{
	font-family:"Lucida Handwriting";
	text-align: center;
	font-size: x-large;
	color: #0807AD;
}
#content li {
	margin-top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: black;
	text-align: justify;
}
.formstyle {
	border: medium outset #C0C0C0;
	text-align: center;
}

.disclamer {
	font-size: small;
	color: red;
	font-style: italic;
}
