body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#content {
	border: 1px black solid;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	text-align: center;
	padding-bottom: 20px;
}

#innercon {
	margin-right: 75px;
	margin-left: 75px;
	border: 6px #5EB4CC solid;
	width: 650px;
	margin-top: 215px;
	margin-bottom: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	background: white;
}
	

img.centered {
	display: block;
}

.centered {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.miniheader {
	font-size: 11px;
	font-weight: bold;
}

img {
	border: 0;
}

a:link{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:visited{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:active{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
a:hover{
	text-decoration: underline;
	font-weight: bold;
	color: black;
}
