body
{
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:small;
}

.clear {
	clear: both;
	height: 1px;
	}

#topBlack {
	height:10px;
	background-color: #000000;
	width: 100%;
	}
	
#whitePattern {
	background-image: url(../images/splash/whiteDiamondPattern.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	}

#siteContainer {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	}

.logo {margin-top: 35px;
}

.slogan {margin-top: 20px;}	

#content {
}

#footer {
	background-color: #1d3685;
	height:300px;
	}

#footerPattern {
	background-image: url(../images/splash/footerPattern.jpg);
	background-repeat: repeat-x;
	height: 87px;
	width: 100%;
	}
#footerNavContent {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	}	
	
#footerlist li
{
display: inline;
list-style-type: none;
padding-right: 75px;
color:#ffffff;
font-size: 12pt;

}

#footerContent {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	color: #97a3c8;
	}

#footerLeft {
	float: left;
	width: 500px;
	
	}
	
.footerLogo {float: left;}

.address {
	float: left;
	margin: 10px 0 0 20px;
	}

#footerRight {
	float: right;
	margin-top: 20px;
	
	}
.jbText {
	float: left;
	margin: 10px 10px 0 0;
}

.jbLogo {float: right;}

/**** Formatting ****/

h1 {
	font-size: 18pt;
	color:#555555;
	font-weight: normal
}


