@charset "iso-8859-1";
#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 5px double Yellow;
		}
body {
	background-color: #FFDEAD;
	color: #FFDEAD;
	margin-top: 15px;
}

.parabg {
   background-repeat: repeat-x;
	background: #F4A460;
}
.parabg1 {
   background-repeat: repeat-x;
	background: Yellow;
}
.parabg2 {
   background-repeat: repeat-x;
	background: #1E90FF;
}

p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 10px;
	}

.centercoltext {
	color: #000000;
	background-color: #F7DDC7;
	font-weight: bold;
	}
.centercoltext a:link {
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.centercoltext a:visited {
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.centercoltext a:link:hover {
	color: Blue;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	
}

.coltext {
	color: Black;
	background: #F4A460;
}
.coltext ul {
	margin-top: 0px;
	margin-bottom: 0px;
	color: Black;
	margin-right: 0px;
	list-style-image: url(bullet.gif);
	text-align: left;
}
.coltext a:link {
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.coltext a:visited {
	color: Black;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
.coltext a:link:hover {
	color: Red;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	
}

