@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* 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: #000000;
}
.jol #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/101909bkgrnd.png);
	background-repeat: no-repeat;
	height: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.jol #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.jol #leftpic {
	position: relative;
	top: 128px;
	right: 0px;
	background-repeat: no-repeat;
	height: 294px;
	width: 237px;
	padding: 0;
	left: 43px;
	bottom: 0px;
}

.jol #navmatter {
	position:relative;
	left: 48px;
	top: 130px;
	height: 90px;
	width: 200px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}

.jol #title {
	position:relative;
	height: 20px;
	width: 300px;
	top: 20px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.jol #maintext {
	position:relative;
	height: 450px;
	width: 520px;
	top: 75px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	float: right;
	padding: 0px;
}

.jol #content {
	position:relative;
	height: 310px;
	width: 435px;
	top: 35px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.jol #nav {
	height: 40px;
	width: 520px;
}

.jol #copyright {
	position:relative;
	height: 10px;
	width: 140px;
	top: 196px;
	left: 652px;
}

