body { 
	background-color: #69f;
	margin: 0;
	padding: 0 0 20px 0; 
	}
body, table, td, p {
	font-family: georgia, "times new roman", serif;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	}
ul  { 
	list-style-image: url(images/bullet.gif); 
	}	
h1, h2, h3, h4, h5, h6 {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #333;
	font-style: italic;
	margin-bottom: 0;
	letter-spacing: .75;
	word-spacing: .5;
	}
h1, h2 {
	font-size: 150%;
	}
h3, h4 {
	font-size: 135%;
	}
h5, h6 {
	font-size: 125%;
	}
h2 {
	border-bottom: 2px #333 solid;
	}	
.smaller {
	font-size: 90%;
	}
.larger {
	font-size: 110%;
	}
	
#mainwrapper  { 
	background: #69f url(images/bg1.jpg) repeat-y center top; 
	text-align: center; 
	margin: 0 auto; 
	padding: 0; 
	width: 800px; 
	}
#maincontent {
	width: 658px;
	background-color: white;
	padding: 10px 20px;
	margin: 0;
	border: 0;
	text-align: left;
	line-height: 150%;
	}

#header {
	width: 678px;
	background-color: #69f;
	margin: 0;
	padding: 10px;
	border: 0;
	text-align: center;
	border-bottom: 1px black solid;
	}
#contact {
	margin: 2em 10% 0 10%;
	border-top: 0;
	padding-top: .5em;
	}
#bottom {
	margin: 0 auto;
	width: 800px;
	text-align: center;
	}
	
#homepage {
	line-height: 200%;
	margin: 2em 20% 4em 20%;
	font-weight: bold;
	text-align: justify;
	}

a:link  { color: #66f; font-weight: bold; text-decoration: underline; }
a:visited   { color: #66f; font-weight: bold; text-decoration: underline; }
a:hover  { color: white; font-weight: bold; text-decoration: none; background-color: #66f; }
a:active  { color: #66f; font-weight: bold; text-decoration: underline; }

#navtable {
	margin: 1em 0 2em 0;
	}
#navtable a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, verdana, sans-serif;
	padding: 4px;
	border: 1px #333 solid;
	text-align: center;
	}
#navtable a:link {
	color: white; 
	font-weight: normal; 
	background-color: #69f;
	text-decoration: none; 
	}
#navtable a:visited {
	color: white; 
	font-weight: normal; 
	background-color: #69f;
	text-decoration: none; 
	}
#navtable a:hover  { 
	color: #333; 
	font-weight: normal;
	background-color: #e8e8e8; 
	text-decoration: none; 
	border: 1px #030 solid;
	}
#navtable a:active {
	color: white; 
	font-weight: normal; 
	background-color: #69f;
	text-decoration: none; 
	}