body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	min-width: 600px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
}

.tabletext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

.main {
	z-index: 3;
	background-color: #D9E2FD;
	margin-top: 20px;
	min-height: 400px;
	min-width: 500px;
	height: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: center;

}

.content {
	z-index: 10;
	position: relative;
	width: 500px;
	padding: 5px;
}

.content2 {
	z-index: 10;
	width: 500px;
	text-align: center;
	float: none;

}

.bottom {
	vertical-align: bottom;
	font-weight: bold;
	color: #873640;
}

#top {
	z-index: 3;
	height: 75px;
	left: 0px;
	top: 0px;
}

#navbar {
	position : relative;
	top : 18px;
	clear: both;
	white-space: nowrap;


}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	color: #873640;
	padding: 2px;


}

A
	{
		text-decoration: none;
		color: #7EB036;
	}

A:visited
	{
		text-decoration: none;
		color: #7EB036;
	}
	
A:hover
	{
		color: #660033;
		text-decoration: underline;
	}
	
A:active
	{
		color: #660033;
		text-decoration: underline;
	}
 

