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

#bgtop {
	background-image: url(/img/headerbg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: center top;
	background-color: #EEEEEE;
}
#header {
	background-image: url(/img/header.jpg);
	height: 323px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#body {
	background-image: url(/img/body.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
}

#footerbg {
	height: 191px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/img/footerbg.jpg);
}

#footer {
	height: 191px;
	width: 1050px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: hidden;
	background-image: url(/img/footer.jpg);
}
#contentbox {
	margin-right: 100px;
	margin-left: 100px;
}



h1, h2, h3, h4, h5, h6 {
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
	line-height: 1em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 40px;
	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:14px;
	line-height:24px;
	margin-top:20px;
	color: #333333;
}
p a {
	color: #C58101;
}
p  a:hover {
	color: #9B0707;
	text-decoration: none;
}
.p-small {
	font-family: Tahoma, Arial;
	font-size: 12px;
	color: #464646;
}
.red {
	color: #9b0707;
}
.blue {
	color: #2C6185;
}
.johnsonbox {
	background-color: #f4f4f4;
	height: auto;
	width: 70%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 6px dashed #9b0707;
	padding: 30px;
}
#footer .text {
	margin-top: 160px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
}
#footer a {
	text-decoration:none;
	color:#333;
}
#footer a:hover {
	color:#333;
}

.rndcorner{
 border:#066309 1px solid;
 border-radius: 10px;
padding:8px 8px 8px 8px;
 -moz-border-radius: 10px;
 -webkit-border-radius: 10px; 
 }
