/* Author: Sean M. Hoffman */
/* Boston University, MET CS601, Prof. Vinjay Kanabar */
/* external CSS file */
/* file name './css/main.css' */

@charset "UTF-8";

body {
	font-family: verdana, arial, sans-serif;
}

p:first-letter {
	font-size:1.2em;
}

p:first-line {
	margin-left:60px;
}

h4 {
	background-image: url(../images/topback.jpg);
	width: 800px;
	height: 85px;
}

ul {
	list-style-type:circle;
	margin-left: 60px;
	padding-left: 0px;
}


.largeheading {
	font-size: 2em;
	color:#330099;
	font-style:italic;
}

.emph {
	font-style:italic;
	font-weight:bold;
	color:#CC0000;
}

.superscript {
	vertical-align:baseline;
	position:relative;
	top: -1em;
	font-size:.5em;
}

.ital {
font-style:italic;
}

.smaller {
	font-size:.75em;
}

.googlemap .googlemapimg {
	margin-left: 60px;
	padding-left: 0px;
}

googlemapimg {
	height: 698px;
	width: 640px;
}

#topname {
	height: 75px;
	width:800px;
}

table.weather{
	table-layout:auto;
	margin-left:60px;
}

caption.weather{
	caption-side:top;
	background-color:#330099;
	color:#FFFFFF;
	font-size:1.1em;
	text-align:center;
	padding:10px;
}

tfoot.weather{
	background-color:#330099;
	color:#FFFFFF;
}

th, td {
	text-align:left;
	padding:10px;
}

.red {
	color:#F00;
}
	
.formheader {
	text-align:right;
}

.formbutton {
	text-align:right;
}

legend {
	font-weight: bold;
	border: 1px solid #888;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: .5em;
	background-color: #666;
}


	
