@charset "iso-8859-1";
#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 5px double Yellow;
	background-color: #F4A460;
	}
body {
	background-color: #244244;
	color: Black;
	margin-top: 30px;
}
.parabg {
   background-repeat: repeat-x;
	background: #1E90FF;
}
.parabg1 {
   background-repeat: repeat-x;
	background: Yellow;
}
.parabg2 {
   background-repeat: repeat-x;
	background: Blue;
	}

.parabg3 {
   background-repeat: repeat-x;
	background: #295E7D;
}
	 
h1 {
	font-size: 25px;
	font-weight: bold;
	color: Red;
	margin: 0px;
	padding-left: 20px;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;

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

.rightcoltext ul {
	margin-top: 0px;
	margin-left: 45px;
	margin-bottom: 0px;
	color: Black;
	list-style-image: url(../pageimage/bullet.gif);
}


.rightcoltext {
	color: Black;
	background-color: #F4A460;
	font-size: 14px;
	font-weight: bold;
}

.rightcoltext a:link {
	color: Blue;
	font-size: 14px;
	font-weight: bold;
}
.rightcoltext a:visited {
	color: Navy;
	font-size: 14px;
	font-weight: bold;
}
.rightcoltext a:link:hover {
	color: #8B0000;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}



