html {
	height: 101%;
}
body { 
	margin: 0; font-size: 16px;
	text-align: center; font-family: Tahoma, Geneva, sans-serif;
}
 
div.content {
	width: 990px;
	margin: 10px auto 0 auto; padding: 0;
	text-align: left; font-size: 1em;
}
div.left { 
        border: 1px solid black; 
	float: left; width: 700px; border: 0px black;
	padding: 15px 10px 0px 0px;  margin: 0;
	font-size: 1em; color: black; text-align: left;
}
div.right {
	border: 0px solid black;
	padding: 0px 0px 0px 10px;  margin: 0 0 0em 735px;
	font-size: .8em; color: black; text-align: left;
	vertical-align: text-top;
}
div.footer {
	height: 375px; width: 980px; clear: both;
	background-image: url('../images/footer.jpg');
	padding: 15px 10px 5px 10px; margin: 2em auto 0 auto;
	font-size: .8em; color: white; text-align: left; 
	border: 1px solid black;
}

div.map { background-color: #edeae2; border: 1px solid #3090cc; margin: 0 20px 0 12px; padding: 10px 0px 10px 0px; width: 45%; float: left; } /* Used for the google maps under contact_us.php */
h1 {  font-variant: small-caps; font-size: 1.5em; color: #3050FF; font-family: eurostile, arial, sans-serif; }
h2 {  font-variant: small-caps; font-size: 1em; color: #3050FF; margin: 1.5em 0 .5em 0; padding: 0 0 0 .25em; font-family: eurostile, arial, sans-serif; }
h3 {  font-variant: small-caps; font-family: Tahoma, Geneva, sans-serif; font-size: 18px; margin: 1.5em 0 .5em 0; text-align: center; text-decoration: underline; }

table.fewBorders { border: 1px solid black; background-color: white; margin: 0 auto 0 auto; width: 240px; }
table.fewBorders th { border: 1px solid black; padding: 4px; background-color: #eaf4fb; color: black; text-align: center; font-weight: bold; font-variant: small-caps; }
table.fewBorders td { border: 1px solid black; padding: 4px; background-color: #eaf4fb; color: black; }

a:link {color:blue; text-decoration:none; font-weight:none;}
a:visited {color:blue; text-decoration:none; font-weight:none;}
a:hover {color:black; text-decoration:underline; font-weight:none;} 
a:active {color:blue; text-decoration:none; font-weight:none;}

.underline a:link {color:blue; text-decoration:underline; font-weight:none;} /* Heading links */
.underline a:visited {color:blue; text-decoration:underline; font-weight:none;}
.underline a:hover {color:black; text-decoration:underline; font-weight:none;} 
.underline a:active {color:blue; text-decoration:underline; font-weight:none;}

.footer a:link {color:white; text-decoration:none; font-weight:bold;} /* Footer links */
.footer a:visited {color:white; text-decoration:none; font-weight:bold;}
.footer a:hover {color:white; text-decoration:underline; font-weight:bold;} 
.footer a:active {color:blue; text-decoration:underline; font-weight:bold;}

.headLinks a:link {color:white; text-decoration:none; font-weight:none;} /* Footer links */
.headLinks a:visited {color:white; text-decoration:none; font-weight:none;}
.headLinks a:hover {color:white; text-decoration:underline; font-weight:none;} 
.headLinks a:active {color:blue; text-decoration:underline; font-weight:none;}

.popup {
        font-family: Tahoma, Geneva, sans-serif; font-size: 14px; 
	text-align: left; 
	font-weight: lighter;
	background-color: #FCE6C9;

	}



