﻿html, body {
	margin: 0; padding: 0;
}
body, table, p, input, select, textarea {
	font-size: 1.0em;
	font-family: Calibri, Verdana, Arial, Tahoma, Sans-Serif;
}

h1 {font-weight: bold;font-style: italic;}
h2 {font-style: italic;}

a:link, a:visited, a:active {text-decoration: none;}
a:hover {text-decoration: underline;}

#banner {width: 760px; height: 125px;}
#banner .tagLine {position: relative; width: 378px; height: 98px; left: 350px; top: 15px}
         
.leftSide {font-size: 0.8em; padding: 5px 0 5px 10px}	
.leftSide A {text-decoration: none;}
.leftSide A:hover {text-decoration: underline;}

.rightSide {font-size: 0.8em; width: 25%; text-align: center; padding: 5px 0 5px 0}
.rightSide A {text-decoration: none;}
.rightSide A:hover {text-decoration: underline;}

.mainContentArea {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
}
.subFooter {
	font-size: 0.8em;
	text-align: center;
}
.clear {clear: both;}