/*   Site design by Verus Technologies verustech.com for Scott Langlinais, copyright 2005. 
Last updated July 11, 2007. */
body {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;	
	padding: 0;
	background: #FFF;
	margin: 5px;
}
h1 {
	font-size: large;
	font-weight: bold;
	color: #039
}
h2 {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #039;
	}
a {
	text-decoration: none;
}
a:link {
	color: #009;
}
a:visited {
	color: #009;
}
a:hover {
	color: #999;
}
#header {
	text-align: center
}
#header_bar {
	font-size: medium;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat;
}
#header_bar a:link {
	color: #FFF;
	text-decoration: none;
}
#header_bar a:visited {
	color: #FFF;
	text-decoration: none;
}
#header_bar a:hover {
	color: #999;
	text-decoration: none;
}	
#wrapper	{
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 770px;
	text-align: left;
	background: #FFF;
}
.border {
	border-right: thin solid #CCC;
	padding-right: 10px;
}
#links {
	text-align: center;
}	
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #039;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 12px;
}