body {
	border: none;
	padding: 5px;
}

.container {
	text-align: center;
	width:600px;
	margin: 0 auto;
}

h3, h4, h6 {
	margin: 0;
}

h1 {
text-align:center;
color:red;
text-decoration:blink;
}

h5 {
text-align:center;
font-size:125%;
color:blue;
}

.header {
	height:75px;
	background-image:url(header.jpg);
}

#hide {
	display:none;
}

.navigation {
	border:solid thin ;
	height: 600px;
	margin-right: 7px;
	margin-top: 5px;
	text-align: left;
	float: left;
	width: 150px;
}

.navigation dl {
	margin:0;
	padding:0;
	list-style:none;
}

.navigation dt {
	text-align:center;
	font: Chiller, "Comic Sans MS";
	border-bottom: thin solid;
}
.navigation dd {
	margin:0;
	padding:0;
	text-align: left;
}

.navigation dd a{
	text-align: left;
	border-bottom: thin dotted;
	display: block;
	color:teal;
}

.navigation dd a:hover {
	background-color:#FFFF66;
	color:#0033FF;
}

.navigation dd a:visited {
	color:teal;
}

.content {
	border:solid thin black;
	margin-top: 5px;
	float: left;
	width: 430px;
	height: 600px;
}

#Intro {
	margin-left:5px;
	text-align: left;
	text-indent: 15px;
}

#services {
	text-align:left;
}

#BodyTitle {
	color:blue;
	margin-top: 5px;
}

#BodyText {
	margin: 5px;
	text-indent:15px;
	text-align: left;
}

#BodyText a:visited {
color:teal;
}

#address {
	text-align:left;
	margin-left:20px;
}

#email {
	text-align:left;
	margin:20px;
}

#email a {
color:teal;
}

#email a:visited {
color:teal;
}


#thankyou {
text-align:center;
color:blue;
}
#redirect {
color:teal;
text-align:center;
}

#redirect a:visited{
font-size: 125%;
font-weight:bold;
color:teal;
}

.footer {
	padding: 20px;
	text-align: center;
	font-size: xx-small;
	clear: both;
}
