body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	margin:0;
	padding:0;
	background-image: url(images/bodyBG.gif);
	background-position: 50% 0%;
	background-repeat: repeat-y;
	color: #333333;
	background-color: #EEEEEE;
	}
/* General CSS */
p {
	font-size:1.2em;
	line-height:1.2;
	margin:0 0 10px 0;
	padding:0;
	}

h1 {
	font-size:2em;
	line-height:1.2;
	color: #406480;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	margin:0px 0 10px 0;
	border-bottom: 1px solid #257526;
	padding: 0 0 3px 0;
	}
h2, h3 {
	font-size:1.4em;
	line-height:1.2;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color: #257526;
	}
ul {
	margin:0 50px 10px 40px;
	padding:0;
	font-size:1.2em;
}
li {
margin:0;
padding:0;
}
a {
	color: #406480;
	text-decoration: none;
}
a:hover {
	color: #406480;
	text-decoration: underline;
}

.resource a { color:#333; }
.resource a:visited { color:#333; }
.resource a:hover { color:#111; }

.clear {
height:1px;
font-size:1%;
width:100%;
clear:both;
	}
.right {
	margin: 0px 0px 5px 10px;
	float: right;
	border: 1px solid #333333;
}
a img {
border:none;
	}
/* End of general CSS */
#accessibility {
position:absolute;
font-size:0.0em;
margin:0;
padding:0;
visibility:hidden;
}
#container {
	text-align:left;
	width:820px;
	overflow:visible;
	height:auto;
	margin:0 auto 0 auto;
	position:relative;
	}

h1#header {
	height:125px;
	width:820px;
	background-image:url(images/logo.gif);
	padding:0;
	margin:0;
	border-bottom: none;
	}
h1#header #headerLink {
	display:block;
	width:820px;
	height:125px;
	text-indent:-5000px;
	overflow:hidden;
	}
#hedley  {
	text-align: right;
	margin: 0px 20px 10px 0px;
	padding: 0px;
	font-style: italic;
	font-size: 1.4em;
}
#leftCol {
	overflow:visible;
	height:auto;
	float:left;
	width:160px;
	padding:0 0 40px 20px;
	background-image: url(images/arrow.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	}


#leftCol ul {
	font-size:1.4em;
	margin:0 0 50px 0;
	border-bottom: 1px solid #999999;
	padding: 5px 0 20px 0;
	}
#leftCol li {
	list-style:none;
	margin: 0 0 5px 0;
	}
#leftCol li a {
	text-decoration:none;
	}
#leftCol li a:hover {
	text-decoration:underline;
	}
#leftCol  #phone  {
	font-size: 1.5em;
	font-weight: bold;
}
#leftCol p span {
	font-size: 1.3em;
}



#content {
	overflow:visible;
	height:auto;
	width:600px;
	float:right;
	padding: 0 20px 0 0;
	}
#content  p  {
	line-height: 1.3;
}


#footer {
	width:100%;
	height:auto;
	overflow:visible;
	clear:both;
	position:relative;
	text-align: center;
	padding: 40px 0 0 0;
	}
#footer p {
	font-size:1em;
	padding:10px 0 10px 0;
	margin: 0 20px 0 190px;
	border-top: 1px solid #333333;
	}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
