#imageBand {
text-align:center
}
#imageBand > img {
padding: 0 10px 0 10px;
}

#mainBox {
	width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/*Justifies data in the illness table*/
table#IllnessTable tr > th+th {text-align:right;}
table#IllnessTable tr > td+td {text-align:right;}

#shadowRepeater {
	background: transparent url("../images/shadow-repeater.jpg") left top repeat-y;
}

#shadowSides {
	background: transparent url("../images/shadow-sides.jpg") left top no-repeat;
}

#shadowBottom {
	background: transparent url("../images/shadow-bottom.jpg") left bottom no-repeat;
	padding: 0 5px 5px 5px;
}

#header {
	height: 85px;
	background: transparent url("../images/logo-graphic-header.gif") right top no-repeat;
	position: relative;
}

#logo {
	float: left;
	padding-top: 22px;
	padding-left: 27px;
}

#columnBlock {
	padding: 0 25px 0 25px;
}

#col1 {
	float: left;
	width: 220px;
}

#col2 {
	float: right;
	width: 475px;
}

#footer {
	height:50px;
	padding: 0 115px 0 25px;
	background: transparent url("../images/logo-graphic-footer.gif") 695px 0px no-repeat;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
}

#footer a {
	text-decoration: none;
	color: #0069a7;
	padding-left: 5px;
	padding-right: 5px;
}

#footer a:hover {
	text-decoration: underline;
}

.copyright {
	float: left;
}

.legal {
	float: right;
}
.border {
border: 2px solid #222;
margin:4px !important
}
.left {
float:left;
left:0;
margin-left:0;
padding-left:0;
padding-right:4px;
}
.right {
float:right;
right:0;
margin-right:-4px;
padding-right:0;
}
/* Helper class */
.cleaner {
	clear: both;
	height: 0px;
	font-size: 1px;
	border: none;
	margin: 0;
	padding: 0;
	background: transparent;
	line-height:0em;
	display: block;
}

.alignCenter {
	text-align: center;
}

.alignRight {
	text-align: right;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.navRoundedCorner {
	position: absolute;
	left: 20px;
	top: 68px;
}