body { 
 background-color:#99cccc ;
}

a:link {
 font-family: "Comic Sans MS";
 font-size: 14px;
 color: #990000;
 text-decoration: none;
}

a:visited {
 font-family: "Comic Sans MS";
 font-size: 14px;
 color: #ff0000;
 text-decoration: none;
}

a:hover {
 font-family: "Comic Sans MS";
 font-size: 14px;
 text-decoration: underline;h3
	}

h1 {
	font-family: "Comic Sans MS";
	font-size: 18px;
	font-weight: normal;
	color: #006600;
}

h2 {
 font-family: "Times New Roman", Times, serif;
 font-size: 16px;
 font-style: italic;
 color: #006600;
}

hr {
	color: #000099;
	width: 90%;
	border-style:dashed;
}

.content {
	font-size: 14px;
	color: #000000;
}

.footer {
	font-size: 10px;
	color: #000000;
}

.sidecontent {
	font-size: 11px;
	color: #000000;
}

.bcontent {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

#leftcontent { 
 position: absolute;
 left:10px;
 top:270px;
 width:190px;
 background:White;
 border:1px dashed darkblue;
 padding: 5px;
}

#centercontent { 
 top:127px;
 background:white;
 border:1px darkblue;
 border-style:solid;
 margin: 10px 25% 0 130px;
 voice-family: inherit;
 margin-left:210px;
 margin-right:160px;
 margin-bottom:10px;
 padding:5px;
}

#rightcontent { 
 position: absolute;
 right:10px;
 top:270px;
 width:150px;
 background:white;
 border:1px dashed darkblue;
 padding:5px;
}

#footer { 
 clear:both;
 top:600px;
 width: 100%;
 margin-left: 10px;
 margin-right: 10px;
 text-align: center;
 border: 1px ridge darkblue;
}

#banner { 
 background:white;
 border:1px solid darkblue;
 voice-family: inherit;
 height:240px;
}
.background {
	background-color: #FFFF99;
}
