/* CSS Document */
/* Text element styles */


/* ******************* */

body {
	background-color: #FFFFFF;
}

ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
}

a:link {
	color: #CC0066;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

a:hover {
	text-decoration: underline;
	font-weight: 500;
}

a:active {
	text-decoration: underline;
	font-weight: 500;
	color: #000000;
}
	
p {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 95%;
	color: #000000;
}

h1 {
	color: #996666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}

h2 {
	color: #996666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
}

h3 {
	color: #996666;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-style: normal;
}

.banner {
	background-color: #ccff99;
	height: 3000px;
	width: 205px;
	top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	position: absolute;
}

.brownrule {
	background-color: #996666;
	height: 3000px;
	width: 13px;
	left: 220px;
	top: 10px;
	position: absolute;
}
	
.bluerule {
	background-color: #6699cc;
	height: 3000px;
	width: 7px;
	left: 233px;
	top: 11px;
	position: absolute;
}

.maintext {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 1900px;
	width: 700px;
	position: absolute;
	left: 238px;
	top: 5px;
	overflow: visible;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 1;
	color: #000000;
}
.unnamed1 {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.maintext img {
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
 

