html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

/*--------------- General Page Content Styling ------------------*/

h1{font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 150%;
padding-left:0px;
margin-top:10px;
margin-bottom:20px;
}

h2{
font-family: Verdana, Helvetica, Arial, sans-serif;font-size: 105%;color: #666666;}


body {
font-size: 100%;
font-family: Verdana, Arial, sans-serif;
color: #000;
text-align:center;}

html>body {
 	width: auto;
}

#content p {
	font-size:80%;
	width:800px;
	text-align:center;
	margin:10px 10px 10px 10px;
	padding:0px 0px 0px 0px;
	margin-left:auto;
	margin-right:auto;
}


#content{
	position: relative;
	width:1024px;
	min-width:1024px;
	top:0px;
	padding:10px;
	text-align:center;
	margin:0px auto;
	overflow:visible;
	background-image: url(images/sitebkg.jpg);	background-repeat: repeat-y;
}


#footer {
	font-family: Arial, sans-serif;	font-size: 75%;	position: relative;
	bottom: 0px;
	margin-top:30px;
	background-repeat: no-repeat;	text-align:center;
	clear:both;
	width:1024px;}

/* -------------- Index Page Navigation Table---------------*/
.navTable {
	width:1024px;
	margin-left: auto;
	margin-right: auto;

}

.navTable td{
	text-align:center;
	color:#056f1c;
	font-weight:bold;
	width:256px;
	height:200px;
}

.navTable a{
	color:#0000CC;
	text-decoration:none;
}

.navTable a:hover{
	font-size:120%;
	text-decoration:underline;
}

/*------------------- Header Nav ----------------*/

.headNav{
	margin-left: auto;
	margin-right: auto;
	margin-top:-5px;
	width:870px;
}


.headNav td{
	text-align:center;
	font-size: 65%;
}

.headNav a{
	color:#0000CC;
	text-decoration:none;
}

.headNav a:hover{
	text-decoration:underline;
}


/*-------------- Bottom Nav Table -----------------*/
.bottomNav{
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;
	width:1024px;
}
.bottomNav td{
	text-align:center;
	color:#056f1c;
	width:145px;
	font-size:65%;
}

.bottomNav a{
	color:#0000CC;
	text-decoration:none;
}

.bottomNav a:hover{
	text-decoration:underline;
	font-weight:bold;
}


/*-------------- Individual Page Content Styles ---------------------*/

.left{
	float:left;
	margin-right:40px;
	margin-bottom:50px;
}

.right {
	float:right;
	margin-left:40px;
	margin-bottom:50px;
}

#content .leftalign {
	text-align:justify;
	margin-bottom:15px;
	clear:right;}

#content .rightHead{
	margin-bottom:10px;
}

#content .rightalign {
	text-align:justify;
	margin-bottom:15px;
	clear:left;}

#content .leftHead{
	margin-top:60px;
	margin-bottom:10px;
	text-align:center;
}

.button{
	text-decoration:none;
	color:#0000CC;
	padding:3px 3px 3px 3px;
	height:20px;
	font-weight:bold;}

.button:hover {
	text-decoration:underline;
	color:#0000CC;	padding:3px 3px 3px 3px;
	height:20px;
	font-weight:bold;
}
.button:active {
	text-decoration:underline;
	color:#0000CC;
	padding:3px 3px 3px 3px;
	height:20px;
	font-weight:bold;}

/*--------------- Form Styles ------------------*/
fieldset{
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	border:1px solid green;
	width:800px;
	min-width:800px;
}


legend {
	font: bold 14px/20px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 20px 180px;
	padding:10px;	color: #000033;
	text-align:center;
}

#mainform{
	text-align:center;
}
#mainform input{
	color:#333;
	background-color:#eee;
	font-weight: bold;
	border: 1px solid purple;
	margin: 1px;
}

#mainform .req {
	color:#333;
	background-color: #ff9;
	font-weight: bold;
	border: 1px solid red;
	margin: 1px;
}

.buttons{text-align: center;
}

.label{
	text-align:right;
	font-size: 85%;
	font-weight:bold;
	padding:0px 0px 0px 65px;
}

.other{
	text-align:center;
}