body {
	margin:0 auto;
	padding:0;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6A72B6;
}

html, p {
	margin:0 auto;
	padding:0;
}

h1, h2, h3 {
	color: #C11D1D;
	font: Arial, Helvetica, sans-serif bold;
	font-style:italic;
	padding:0;
	margin:0;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

ul, li {
	color:#363E89;
	font: Arial, Helvetica, sans-serif 18px;
}

ul {
	margin-left:5em;
}

li {
	margin-left:1em;
}

#shell {
	align: center;
}

/* Header */
#top {
	width: 66.66em;
	background-color: #FFFFFF;
	background-image: url(images/back-shell.gif);
	background-repeat: repeat-y;
}

#header {
	width: 780px;
	height: 185px;
	background: url(images/heading.jpg) no-repeat;
	border-bottom: #9297CB 5px solid;
}

#logo {
	float: left;
	background: url(images/logo-hearing.gif) no-repeat left top;
	width: 323px;
	height: 155px;
}

#addr {
	color: #363E89;
	float: right;
	text-align: center;
	margin-top: 4em;
	margin-right: 17.5em;
	line-height: 1.2em;
}

/* Links */
#linkbar {
	text-align: center;
	padding: 10px 0;
	vertical-align: middle;
	clear:both;
}

#linkbar a {
	padding: 5px 10px;
	font-weight: bold;
	color: #9297CB;
	text-align: center;
	text-decoration: none;
}

#linkbar a:hover {
	color: #363E89;
	background: #F7C62F;
}

/* Body */
#center {
	width: 66.66em;
	height: auto;
	overflow:auto;
	background-image: url(images/back-home.jpg);
	background-repeat: repeat-y;
}

#colleft {
	float: left;
	text-align: left;
	width: 49.16em;
}

#textleft {
	padding: 1em 2em;
}

.large {
	color:#363E89;
	font-size:16px;
}

#colright {
	float: left;
	text-align: center;
	width: 17.5em;
}

#textright {
	padding: 1em 2em;
	margin-right: 10px;
}

/* Footer */
#base {
	width: 66.66em;
	background-image: url(images/back-shell.gif);
	background-repeat: repeat-y;
	clear:both;
}

#basetext {
	color:#FFF;
	font-weight:bold;
	background-image: url(images/back-footer.gif);
	background-repeat: repeat-x;
	margin: 0 10px;
	padding: 10px;
}

#basetext a {
	color:#FFF;
	text-decoration:none;
}