div {
	border: none;
	}

#header {
	width: 100%;
	margin-left: 10px;
	color: #000;
	border-bottom: 2px solid #FFCCCC;
	height: 130px;
	}
#header .slogan {
		float: right;
		text-align: right;
		}	

#leftcol {
	float: left;
	width: 150px;
	margin-left: 5px;
	margin-top: 0px;
	color: #000;
	background:#ffcccc;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 110%;
    min-height: 850px
		}




		
#rightcol {
	text-align: center;
	position: absolute;
	left: 86%;
	top: 135px;
	width: 130px;
	z-index: 2;
	padding-left: 5px;
	color: #000;
	padding-right: 5px;
	padding-top: 5px;

	}

	
#content {
	margin: 10px 12% 0 165px;
	padding: 25px;
	color: #000;
	}
	
#footer {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	z-index: 3;

	}
	
#banners {
	clear: both;
	width: 100%;
	margin: 0px;
	text-align: left;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	z-index: 3;

	}

#btb {
	clear: both;
	width: 100%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	color: #000;
	z-index: 3;

	}

	
#footer .date {
		float: left;
		text-align: left;
		}
	
#footer .contact {
		float: right;
		text-align: right;
		}	
	
body {
	width: 97%;
	}

html, body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	}
	
	
h1 {
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 22px;
font-weight: bold;
color: #000000;
}

h2 {
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 18px;
font-weight: bold;
color: #000000;
} 

h3 {
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 14px;
font-weight: bold;
color: #000000;
}

h4 {
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 12px;
font-weight: bold;
color: #000000;
}

normal {
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 10px;
font-weight: bold;
color: #000000;
}

A:link {
color: blue;
text-decoration: none;
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 12px;
}

A:hover {
color: red;
text-decoration: underline;
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 12px;
}

A:visited {
color: green;
text-decoration: none;
font-family: "Verdana", Georgia, Times New Roman, Times, serif;
font-size: 12px;
}