body {		font: 12px georgia;	
		padding: 0px;	
		text-align: center;
		border-style: none;
		background-image: url(../img/mainbkg.jpg);
		max-width: 800px;
		padding: 0px 0px 0px 0px;
		margin: 0px auto 0px auto;
		border-collapse: collapse;
		border-spacing: 0px;
}

table {		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
}

tr {		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
}

td {		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
}

div {		font: 12px georgia;
}

p {		font: 12px georgia;
		padding: 0px 0px 0px 0px;
		margin: 10px 10px 10px 10px;
}

#header {		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		width: 400px;
		height: 110px;
}

#mainmenu {	border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		width: 400px;
		height: 110px;
}

#bodytext {	font: 12px georgia;
		text-align: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 25px 0px 25px;
		vertical-align: top;
}

#footer {		border-style: none;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		border-collapse: collapse;
		border-spacing: 0px;
		background-image: url(../img/mainbkg.jpg);
		color: white;
}

.body {		font: 12px georgia;
		padding: 0px 0px 0px 0px;
		margin: 10px 10px 10px 10px;
}

.footer {		font: 12px georgia;
		padding: 0px 0px 0px 0px;
		margin: 10px 10px 10px 10px;
		color: white;
}

/* General Link Styles */

a:link {		color: white;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

a:visited {		color: white;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}
		
a:hover {		color: black;	
		font-weight: bold;	
		background: transparent;
}

a:active {		color: black;	
		font-weight: bold;	
		background: transparent;
}

a:focus {		color: black;	
		font-weight: bold;	
		background: transparent;
}
		
a img {	border: 1;
		border-color: black;
} 

/* Specialty Links */

.body a:link {	color: black;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.body a:visited {	color: blue;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}
		
.body a:hover {	color: blue;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.body a:active {	color: black;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.body a:focus {	color: black;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.footer a:link {	color: white;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.footer a:visited {	color: blue;
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}
		
.footer a:hover {	color: blue;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.footer a:active {	color: white;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}

.footer a:focus {	color: white;	
		font-weight: bold;	
		background: transparent;
		text-decoration: none;
}
		
/* Form Styles */

hr {		width: 75%;	
		color: #8C9484;}

h1 {		font-size: 18px;	
		font-weight: bold;}

h2 {		font-size: 14px;	
		font-weight: bold;}

h3 {		font-size: 12px;	
		font-style: normal;	
		font-weight: normal;}

h4 {		font-size: 10px;	
		font-style: normal;	
		font-weight: normal;}
