

div {
	border: none;
	}
body {
	margin: 0;
	padding: 0;
	border-right: 1px solid black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;	
	background-color: #D4ecfb; /*very light blue*/
		}
	
a:link {
	text-decoration: none;
	color: #0000ff; /*blue*/
}
a:visited {
	text-decoration: none;
	color: #800080; /*purple*/
}
/* need external link category*/
a.external:link {
	text-decoration: none;
	color: #ff00ff; /*fuchsia*/
}
a.external:visited {
	text-decoration: none;
	color: #808000; /*olive*/
}
a:link:hover, a:visited:hover {
	text-decoration: none;
	background-color: #c0c0c0; /*silver*/
}
a:link:hover.button, a:visited:hover.button {
	text-decoration: none;
}
a:link.button, a:hover.button, a:link.button {
	text-decoration: none;
	color: #000; /*black*/
}
a:hover.button,  a:hover.button, a:link.button img, {
	border: 0px;
	padding: 0px;
}


#header {
	color: #000; /*black*/
	border-bottom: 1px solid #808080; /*gray*/
	height: 150px;
	background-color: #8dcff4; /*light blue*/
	font-size: 60px;
	color: #ff0000; /*red*/
	padding: 3px;
	text-align: center;
	/*margin-top: -40px;*/
		}
#header .p {
	background-color: #8dcff4; /*light blue*/
	/*vertical-align: top;*/
	margin: 0px;
	border: 0;
	}	
	
#leftcolumn {
	float: left;
	width: 150px;
	margin-top: 0px;
	color: #000; /*black*/
	padding: 3px;
	}
		
#rightcolumn {
	position: absolute;
	left: 80%;
	top: 150px;
	width: 140px;
	padding-left: 10px;
	z-index: 3;
	color: #000; /*black*/
	padding: 3px;
	margin-top:20px;
	}

#leftcolumn p, #leftcolumn li,  #rightcolumn p, #rightcolumn li {
	font-size: smaller;
	list-style-type: none;
	}
#rightcolumn ul {
	margin-left: 0;
	padding-left: 1em
	}
#rightcolumn h1 {
	font-size:smaller
	}
		
#leftcolumn li {margin-top: 5px;
	margin-bottom: 5px;}
		
#maincolumn {
	margin: 0px 25% 0 165px;
	padding: 3px;
	color: #000; /*black*/
	}
#maincolumn td {
	font-size: small;
	}
	
/*#maincolumn p:first-line {
	font-size: larger;
	font-weight: bold;
	color: blue;
	}*/
#maincolumn li {
	list-style-type: disc;
	margin-bottom: 5px;
	}

#footer {
	clear: both;
	/*text-align: center;*/
	font-family: Verdana;
	font-size: smaller;
	/*border-top: 1px solid #333;*/
	color: #000; /*black*/
	}
	
	#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;
	}
	
p, a {
	font-family: Verdana;
	}
	
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia;
	margin-top: 0px;
	}

*/