body {
	background: #fff url(../images/page-bg.jpg) repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
}

#page {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-container {
	width:  995px;
	margin: auto;
}

#top-container {
	height: 129px;
	width: 100%;
	text-align: right;
	background: url(../images/jb-logo.gif) no-repeat;
	margin-top: 28px;
}

#nav-container {
	position: relative;
	top: 55px;
}

#content-container {
	text-align: left;
	color: #333;
	font: 14px/20px Verdana;
}

#content-container h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #016901;
}

#content-container h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #016901;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;
}
#content-container h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
	
#content-container h4 {

	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f8f8f8;}

#content-container a {
	color: #016901;
	text-decoration: underline;
}
#content-container a:hover {
	color: #333333;
}
#content-container .img {
	padding: 2px;
	border: 1px solid #eeeeee;
}

#content-container .img2 {
	margin-left: 10px;
}


.border {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #eeeeee;
}

.small-text {font-size: 10px;}

#footer-container {
	background: url(../images/footer-bg.jpg) repeat-x;
	height: 194px;
	text-align: center;
	margin-top: 50px;
	position: relative;
	bottom: 0;
	width: 100%;
}

#footer {
	text-align: left;
	color: #fff;
	font: 12px/20px Verdana;
	width: 995px;
	margin: auto;
	padding-top: 50px;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
	color: #D8F6CB;
}

#footer .nav a{
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

#footer .nav a:hover{
	color: #D8F6CB;
	font-size: 14px;
	text-decoration: underline;
}

/* form styles */

/*input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
	width: 400px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
	width: 400px;
}*/