<style type="text/css">
<!--
.null 		{ }

BODY 		{  
 		color: #000000; 
		background: #ffffff;
		font-family:Verdana, Arial,Helvetica,sans-serif;
		font-size:13px;
		text-align:center;
		margin:0;
		scrollbar-base-color: #999999;
		scrollbar-arrow-color: #ffffff;
		scrollbar-face-color: #3366cc;
		scrollbar-highlight-color: #3333ff;
		scrollbar-3dlight-color: #3366ff;
		scrollbar-shadow-color: #0000cc;
		scrollbar-darkshadow-color: #000099;
		scrollbar-track-color: #cccccc;
		}
		
/* PSEUDO CLASSES */

a:link, a:active, a:visited {
	color:#336699;
	}

a:hover {
	color:#cccccc;
	}
	
a:link.footerlink, a:active.footerlink, a:visited.footerlink {
	font-weight:bold;
	color: #ffffff;
	text-decoration:none;
	}
	
a:hover.footerlink {
	color:#660000;
	}
	
a:link.menu, a:active.menu, a:visited.menu {
	display:block;
	font-weight:bold;
	color:#ffffff;
	background-color:#cc3333;
	padding:5px 10px;
	text-decoration:none;
	}

a:hover.menu {
	background-color:#cccccc;
	}

/* REDEFINED HTML TAGS */

h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4, h5, h6 {font-size: 1em;}

h1, h2, h3, h4, h5, h6 {
	color: #336699;
	background-color: transparent;	
	margin-bottom: -0.5em;
}

img {
	border:0;
	}

#banner	{
	width:100%;
	margin:0;
	text-align:center;
	background-image:url(../images/bannerBG2008.gif);
	}

#menu {
	width:200px;
	padding:0px 10px;
	float:left;
	text-align:left;
	}

#content {
	width:600px;
	border: 1px solid #cc3333;
	float:left;
	padding:20px;
	text-align:left;
	}
	
#thoughts {
	width:600px;
	border: 1px solid #cc3333;
	float:left;
	padding:5px;
	text-align:left;
	margin-bottom:10px;
	visibility:hidden;
	}
	
#mailForm {
	width:600px;
	border: 1px solid #cc3333;
	margin-left:auto;
	margin-right:auto;
	padding:20px;
	text-align:left;
	}
	
#footer	{
	width:100%;
	padding:5px;
	margin-top:10px;
	text-align:center;
	color:#ffffff;
	background-color:#336699;
	}
	
-->
</style>