@charset "utf-8";
body {
	margin: 0px;
	; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	vertical-align: top;
	background-image: url(pageimages/background.jpg);
	background-repeat: no-repeat;
	background-position: top;
	visibility: visible;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
bodyframe {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ffffff;
	background-repeat: repeat-x;
	background-position: left top;
	visibility: visible;
}
.oneColFixCtrHdr #container {
	border: medium none #FF4B00;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1400px;
	background-image: url(pageimages/JCbackground.jpg);
	vertical-align: top;
	width: 1027px;
	background-color: #FFF;
	top: auto;
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #mainContent {
	width: 1027px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #000;
	vertical-align: top;
	text-align: left;
	height: 1250px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.btcontent {
	border : 1px none #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-align: left;
	background-color: #FFF;
}

.btcontent2 {
	border : thin none #99cc66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: 00ccff;
	text-align: center;
	background-color: #000;
}
.btcontent2_header {
	border : 1px none #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	color: #99cc66;
	text-decoration: none;
}

	#contentpic {
	background :  no-repeat;
	height : 133px;
	width : 200px;
	float : left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding: 10px;
	text-align: center;
	vertical-align: top;
}
  
  #contentpic2 {
	background : no-repeat;
	height : 260px;
	width : 200px;
	float : left;
	margin-left : 10px;
	margin-right : 10px;
	margin-bottom : 10px;
	vertical-align: top;
	margin-top: 0px;
}
#contentdiv {
	position: absolute;
	top: 250px;
	vertical-align: top;
	float: left;
	width: 1027px;
}


#menudiv {
	position: absolute;
	height: auto;
	top: 310px;
	text-align: left;
	z-index: 1;
}



a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630;
}
a:hover {
	text-decoration: none;
	color: #FF4B00;
}
a:active {
	text-decoration: none;
	color: #FF4B00;
}
h1 {
	font-size: 18px;
	color: #630;
}
h2 {
	font-size: 16px;
	color: #630;
}
a {
	font-size: 14px;
}
