body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 0 0 0 0;
}
#wrapper {
	width: 80%;
	margin: 0;
	text-align: left;
	position: relative;
}
#header {
	background-repeat: no-repeat;
	url(/images/background.jpg);
	margin: 0px;
	padding: 5px;
}
p {
	margin: 2px;
	font-size: 13px;
}
a {
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	font-size: 13px;
}
a:hover {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
}
li.nav {
	margin: 0px 20px 10px 0px;
	font-size: 13px;
	list-style-image: url(../images/nav_bullet.jpg);
}
.contactInfo {
	text-align: right;
	padding: 10px;
	font-size: 13px;	
}
h1 {
	color: #0066FF;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
}
a.footer {
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}
p.footer {
	text-align: center;
	margin: 5px 70px;
	font-size: 10px;
	line-height: 22px;
	text-decoration: none;
	font-weight: normal;
}