body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px 0 15px 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;
	background-color: #E5E5E5;
}
h1 {
	padding: 10px 0 10px 5px;
	margin: 0;
	font-size: 16px;
}
h2 {
	padding:0;
	margin:0;
}
p {
	line-height: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
}
a:link {
	text-decoration: none;
	color: #663533;
}
a:visited {
	text-decoration: none;
	color: #663533;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.styleOne #container {
	width: 60%;
	max-width: 656px;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 20px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.styleOne #header {
	margin:0px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #DDDDDD;
	background-image: url(081129_Header_01.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 100px;
	border: none;
}
.styleOne #header h1 {
	margin: 15px 0 0 0;
	font-size: 24px;
	color: #663533;
}
.styleOne #mainContent {
	margin: 0;
	float: left;
	padding: 0;
	background-color: #FFFFFF;
}
.styleOne #mainContent p {
	font-size: 12px;
}
.styleOne #container #mainContent .iCell {
	border: 2px solid #000000;
	margin: 5px;
	padding: 0px;
	height: 195px;
	width: 150px;
	background-color: #000000;
}
.styleOne #container #mainContent .iCell h1 {
	font-size: xx-small;
	background-color: #999999;
	padding: 3px 0 3px 3px;
}
.styleOne #container #mainContent .iCell p {
	padding: 0;
}

.styleOne #container #mainContent .iCell:hover {
	background: #663533;
	border: 2px solid #663533;
}
.styleOne #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	clear: all;
	margin: 0;
	margin-top:275px;
}
.styleOne #footer p {
	font-size: 8px;
}

.iCell {
	display:none;
	float: left;
}

.loading {
	width:100%;
	text-align:center;
	margin:50px 0px 50px 0px;
}
