@charset "UTF-8";
/* CSS Document */
.clearfix {
	clear: both;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: rgba(204,204,204,1);
}
#wrapper {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: rgba(255,255,255,1);
	padding: 15px;
}
/*#header img {
	float: right;
	margin-right: 192px;
}*/
#content {
	padding-top: 20px;
	width: 1024px;
}
#content #caps {
	text-transform: uppercase;
	font-weight: bold;
}
#content h1 {
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
#content h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}
#content p {
	width: 1024px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 18px;
	line-height: 30px;
}
#content p a {
	color: #00F;
	text-decoration: none;
}
#content p a:visited {
	color: #00F;
	text-decoration: none;
}
#content p a:hover {
	color: #06C;
	text-decoration: none;
	font-style: italic;
}
#content img {
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
#footerbar {
	margin-top: 20px;
	padding-left: 10px;
}
#footerbar img {
	margin-bottom: 15px;
	margin-left: 25px;
}
#footerbar #bottombar {
	background-color: rgba(153,153,153,1);
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin-bottom: 4px;
	font-size: 18px;
}
#footerbar #address {
	text-align: center;
	font-style: italic;
}
.boldtext {
	font-weight: bold;
}
