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




#wrapper {
	height: 1500px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;	 
}


#container {
	width: 750px;
	text-align: left;
	margin-top: 200px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
	background-color: #C6C4AE;
}

#header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 39px;
	width: 750px;
	float: left;
	background-image: url(images/topnav.gif);
}
#header a ul li {
	display: inline;
	list-style-type: none;
}

#mainContent {
	background-color:#c6c4ae;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	height: 100%;
}
#footer {
	height: 35px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #FFFFFF;
}
#cd {
	padding-right: 10px;
	padding-left: 10px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #333333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 18px;
	color: #333333;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 9.mm;
	line-height: 17px;
	font-size: 12px;
	margin: 0;
	text-align: center;
	background-color: #333333;
	background-image: url(images/jclb_largeBackground.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#fullcolumn {
	width: 700px;
	background-position: center;
	margin-right: 25px;
	margin-left: 25px;
}
#textcolumn {
	width: 350px;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
}
#rightcolumn {
	background-color: #ECE8CF;
	float: right;
	width: 340px;
	background-image: url(images/roundcorner_rightcol.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 15px;
}
.dates {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.boldtext {
	font-weight: bold;
}
.smallheader {
	font-weight: bold;
	color: #8C2222;
	text-transform: capitalize;
}
.smalltext {
	font-size: 11px;
	line-height: 13px;
}

a {
	color: #8B2718;
	text-decoration: none;
}
a:link, a:visited {
	color: #8B2718;
}
a:hover {
	text-decoration: underline;
}
