h1, h2 {
	padding: 8px;
	letter-spacing: 0px;
}

h2 {
	text-align: center;
}

a:hover {
	text-decoration: underline;
}

#content {
	width: 800px;
	margin: 0px auto;
	padding: 4px;
}

#mainBody {
	position: relative;
}

#headerBar {
	margin-left: 250px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}

#headerBar h1 {
	font-size: 1.75em;
}

#footerBar {
	font-size: 0.8em;
	padding-top: 16px;
	text-align: center;
	border-top: 1px solid black;
}

#leftCol {
	float: left;
	width: 250px;
}

#leftCol .linkList {
	text-align: right;
	font-size: 1.2em;
	padding-right: 12px;
}
#leftCol .linkList li {
	padding: 6px 12px;
	border-bottom: 1px solid black;
}
#leftCol .linkList li:hover {
	padding-right: 8px;
	border-right: 4px solid #f00;
}
#leftCol .linkList a {
	display: block;
	color: #000;
	padding-right: 8px;
}
#leftCol .linkList a:hover {
	color: #f00;
	text-decoration: underline;
}

#leftCol .contactInfo {
	text-align: center;
}

#rightCol {
	font-size: 0.85em;
	margin: 0 0 0 250px;	
	border-left: 1px solid black;
	padding: 8px 0 0 8px;
}

#rightCol .byLine {
	padding: 0px;
	text-align: center;
}

#rightCol .vmcAccept {
	text-align: center;
	margin: 12px auto;
}

#rightCol .applianceImages {	
	text-align: center;
	padding-bottom: 16px;
}
#rightCol .applianceImages img {
	margin: 0 24px;
}

#rightCol .servicingFor {
	margin-left: 12px;
}
#rightCol .servicingFor td {
	width: 33%;
}

table {
	width: 99%;
}

#contactPage strong {
	font-variant: small-caps;
}

#contactPage .mailLabel {
	float: left;
	font-size: 1.15em;
	font-weight: bold;
}

#contactForm table {
	width: 99%;
}

#contactForm input, select, textarea {
	width: 15em;
}
#contactForm input:focus, select:focus, textarea:focus {
	color: #000;
	background-color: #ccf;
}
#contactForm textarea {
	height: 8em;
}

#servicePage li {
	list-style-type: disc;
}

#servicePage .linkList li {
	list-style-type: none;
}

