

div {
	border: none;
	}

#header {
BORDER-RIGHT: #cc3399 2px solid; BORDER-TOP: #cc3399 2px solid; Z-INDEX: 2; BORDER-LEFT: #cc3399 2px solid; BORDER-BOTTOM: #cc3399 2px solid; BACKGROUND-COLOR: #fff8dc; color: #8b0000; voice-family: inherit; height: 75px;
	}
	
	
#leftcol { float: left; BORDER-RIGHT: #cc3399 2px solid; BORDER-TOP: #cc3399 2px solid; Z-INDEX: 2; BORDER-LEFT: #cc3399 2px solid; WIDTH: 150px; BORDER-BOTTOM: #cc3399 2px solid; BACKGROUND-COLOR: #ffcc33; color: #003399; voice-family: inherit
	}
		
#rightcol { position: absolute; left: 75%; top: 80px; width: 180px; BORDER-RIGHT: #cc3399 2px solid; BORDER-TOP: #cc3399 2px solid; Z-INDEX: 3; BORDER-LEFT: #cc3399 2px solid; WIDTH: 150px; BORDER-BOTTOM: #cc3399 2px solid; BACKGROUND-COLOR: #ffcc33; color: #003399; voice-family: inherit
	}

#leftcol p, #leftcol li, #rightcol p {
	font-size: 11px;
	}
	
#content {
	margin: 0px 25% 0 165px;
	padding: 3px;
	background-color: #33a1c9;
	color: #ffffff;
	}
	
#footer {
	clear: both;
	width: 95%;
	margin: 10px;
	text-align: center;
	font-family: Verdana;
	font-size: 11px;
	padding: 3px;
	border-top: 1px solid #333;
	background-color: #33a1c9;
	color: #ffffff;
	}
	
	#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: #33a1c9;
	color: #ffffff;	}
	
p, a {
	font-family: Verdana;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	}

.imgleft, .imgright {
	font-size: 90%;
	font-style: italic;
   padding: 1em;
	position: relative;
	text-align: center;
}
.imgleft{
   float: left;
}
p {
	margin: 0;
	padding: 0.5em 2%; 
}

.txtsmall {
	font-size: 80%;
}
/* Links must always be in the order:
   link, visited, focus, hover, active */
a {
	background-color: transparent;
	border-bottom: #8b0000 1px dashed;
	color: #ff1493;  /* darkpink */
	font-size: 100%;
	text-decoration: none;
}
a:link {
	background-color: transparent;
	color: #ff1493;  /* darkpink */
}
a:visited {
	background-color: transparent;
	color: #ff1493; /* darkpink */
}
a.focus {
    border-bottom: #3399cc 1px solid;
    background-color: #ffcc33;
	color: #3399cc;
}
a:hover {
    border-bottom: #3399cc 1px solid;  /* dashed */
    background-color: #ffcc33;
	color: #3399cc;
}
a:active {
	background-color: transparent;
	color: #ffcc33;  /* gold */
}