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

body     { 
	color: #000; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 16px; 
	background-color: #fffbea; 
}

#site {
	width: 1000px;
	margin: 0 auto;
	border: solid 1px #D2C0B9;
	background-color: #fff;
	background-image: url(pubImages/JL-BG.png);
	background-repeat: repeat-x;
	background-position: bottom;
	position: relative;
	z-index: 1;
}

#top {
	width: 100%;
	height: 185px;
	position: relative;
	background-image: url(pubImages/JL-Logo.png);
	background-position: 6px 6px;
	background-repeat: no-repeat;
	z-index: 1;
}

#menuBar {
	width: 825px;
	height: 26px;
	top: 80px;
	left: 150px;
	position: relative;
	z-index: 1;
}

.menu {
	color: #361600;
	background: none;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding: 0 4px;
	text-decoration: none;
}
a.menu {
	text-decoration: none;
}	

a.menu:hover {
	color: #D15600;
	background: none;
}

#middleFront {
	width: 992px;
	min-height: 405px;
	left: 3px;
	border: solid 1px #311600;
	background-image: url(pubImages/JL-midBG.png);
	background-position: bottom;
	padding: 0px;
	position: relative;
	z-index: 1;
}

#middle {
	width: 972px;
	min-height: 405px;
	left: 3px;
	border: solid 1px #311600;
	background-image: url(pubImages/JL-midBG.png);
	background-position: bottom;
	padding: 10px;
	position: relative;
	z-index: 1;
}

h1  { 
	color: #D15600; 
	background: none; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 16px; 
}

h3  { 
	color: #000; 
	background: none; 
	font-size: 14px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: bold; 
	line-height: 16px; 
}

p   { 
	color: #000; 
	background: none; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-style: normal; 
	font-weight: normal; 
	line-height: 16px;
}

li  { 
	color: #d15600; 
	font-size: 10pt; 
	font-weight: bold; 
	list-style-type: square 
}

.orangeBold  { 
	color: #d15600; 
	font-size: 11pt; 
	font-weight: bold; 
	line-height: 13pt 
}

#copyright {
	width: 500px;
	height: 20px;
	text-align: right;
	right: 10px;
	bottom: 0px;
	position: absolute;
	z-index: 1;
}

.copyright {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}