@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(images/bg2.jpg);
	background-color:#F4F4F4;
	margin:0px;
}
img {
	border: 0;
}

h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 38pt;
	margin: 0px;
}
h2 {
	font-size: 28px;
	margin: 0px;
}
h3 {
	font-size: 22px;
	margin: 0px;
}
h4 {
	font-size: 18px;
	margin: 0px;
}
h5 {
	font-size: 16px;
	margin: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:24px;
	margin-top:20px;
	color: #333333;
}
p a {
	color: #2C6185;
}
p  a:hover {
	color: #000000;
	text-decoration: none;
}
.red {
	color: #9b0707;
}
.blue {
	color: #2C6185;
}
.johnsonbox {
	background-color: #f4f4f4;
	height: auto;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	border: 5px dashed #9b0707;
	padding: 30px;
}

#header {
	background-image: url(images/header.png);
	height: 30px;
	width: 833px;
	margin-top: 45px;
	margin-right: auto;
	margin-left: auto;
}
#contentbg {
	background-image: url(images/bg.png);
	background-repeat: repeat-y;
	height: auto;
	width: 833px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}
#contentbg .text {
	margin-right: 75px;
	margin-left: 75px;
}
form { margin-bottom: 30px }
input { margin: 5px 0; font-family: verdana, sans-serif }
input[type='text'], input[type='email'] { padding: 6px; width: 75%; max-width: 240px; color: #666; font-size: 0.8em; border: 1px solid #666; border-radius: 0.4em }
input[type='submit'] { padding: 6px 10px; background: #006b96 url('images/button.gif'); color: #fff; font-size: 0.8em; font-weight: bold; text-shadow: 1px 1px #333; border: 1px solid #354954; border-radius: 0.4em }
input[type='submit']:active { background: #00a0c5 }

#footer {
	height: 64px;
	width: 833px;
	margin-right: auto;
	margin-bottom: 45px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(images/footer.png);
}
.headline {
	font-family: Arial;
	font-size: 24pt;
}
.subheadline {
	font-family: Arial;
	font-size: 16pt;
}