body {
	margin-top: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
#main {
	font-size: 11px;
	margin: auto;
	text-align: center;
	width: 800px;
	background-image: url(images/bg_grad.jpg);
	background-repeat: repeat-y;
}
#text {
	width: 400px;
	text-align: left;
	padding-top: 20px;
	padding-left: 70px;
	color: #0B1668;
}

a:link {
	color: #660099;
	text-decoration: none;
}
a:visited {
	color: #996633;
	text-decoration: none;
}
a:hover {
	color: #CC0099;
	text-decoration: none;
}
a:active {
	color: #CC0066;
	text-decoration: none;
}

.introtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #1D1661;
	text-align: center;
	padding-top: 6px;
	padding-right: 55px;
	padding-bottom: 6px;
	padding-left: 55px;
}
.para {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0B1668;
	padding-top: 20px;
	padding-right: 70px;
	padding-bottom: 20px;
	padding-left: 70px;
	text-align: justify;
	vertical-align: top;
}
.paralower {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0B1668;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 70px;
	text-align: justify;
	vertical-align: top;
}

.baserightimage {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
