body {margin: 0;
	padding: 0;
	background-color: #00848b;
   font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #030;
	}

#fullback {width: 760px;
	margin: auto;
	padding: 0 0 25px 0;
   background-color: #fff;
	border: 10px solid #fff; 
	}
	 
#heading {margin: 0;
   background-image: url(../images/subtop.jpg);
   background-repeat: no-repeat;
	background-color: #fff;
   background-position: center left;
	padding: 50px 25px;
   text-align: right;
	}

#menu {width: 200px;
	float: right;
	margin: 0;
	padding: 20px 1px;
	background-color: #fff;
	border: 1px solid #00848b; 
	}
	
#content {margin: 20px 220px 50px 0;
  	padding: 20px 20px 50px 20px;
	background-color: #fff;
	text-align: justify;
	}

#footer {margin: 20px 0 0 0;
   padding: 10px 20px;
	text-align: center;
	}

img {margin: 10px;
	border: 0;
	}

h1 {margin: 0 0 0.5em 0;
	padding: 0;
	font-size: 2em;
	color: #030;
	}

h2 {font-size: 1.5em;
	margin: 0.25em 0 0.25em 0;
	padding: 0;
	text-align: center;
	color: #063;
	}
	
h3 {font-size: 1.25em;
	color: #063;
	}

h4 {font-size: 1em; 	
	color: #396;
   }
	 
hr {width: 75%;
	text-align: center;
	}

dt {
	font-weight: bold;
}
/* contact styles */
.contact {font-size: 1em;
	font-weight: bold;
	color: #066c67;
	text-align: center;
	}

.phone {font-size: 1.1em;
	font-weight: bold;
	color: #000;
	text-align: center;
	}

.address {font-size: 80%;
	font-weight: bold;
	color: #000;
	text-align: center;
	}

.hours {text-align: center;
	margin: 30px;
	}
	
.copy {font-size: 90%;
	color: #066c67;	
	}
	
/* side menu styles */
#navlist ul {margin: 5px;
	padding: 0;
	list-style-type: none;
	}

#navlist li {margin: 0;
	padding: 0;
	}

#navlist a {display: block;
	color: #000;
	background-color: #cde7e8;
	margin: 0;
	padding: .2em .8em;
	text-decoration: none;
	border-top: 1px solid #fff;
	border-right: 1px solid #05888c;
	border-bottom: 1px solid #05888c;
	border-left: 1px solid #fff;
	}

#navlist a:hover {background-color: #eef7f7;
	color: #000;
	border-top: 1px solid #05888c;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #05888c;
	}

#navlist a#current {background: #eef7f7;
	border-top: 1px solid #05888c;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #05888c;
	color: #000;
	}

/* horixontal link styles */	
a:link {color: #030;
   text-decoration: underline;
	font-weight: bold;
	}

a:visited {color: #05888c;
   text-decoration: none;
	font-weight: bold;
	}

a:hover {color: #33f7f7;
   text-decoration: none;
	font-weight: bold;
	}

a:active {color: #FF0000;
   text-decoration: none;
	font-weight: bold;
	}

.horz, .horz li {margin: 0;
   padding: 0;
   list-style-type:none;
	}
  
.horz {margin:10px 0; 
	text-align: center;
	font-size: 90%;
	}
	
.horz li {display:inline;
	padding-right: 10px;
	}
	
	
.comment {
	margin: 10px;
	padding: 10px;
	background-color: #eef7f7;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em; 	
	font-style: italic;
	color: #000;
	text-align: center;
	border: 1px dashed #396;
}

.comment h4 {
	margin: 0 0 0.25em 0;
	padding: 0;
	font-size: 1.1em;
	color: #066c67;
	font-weight: bold;
}