body,td,th {
	font-family: Georgia, serif;
	font-size: .8em;
	color: #333;
}

body {
	margin-top:5px;
	margin-left: 5px;
	background-color: #FBFAF4;
}

.title {
	position: absolute;
	top: 5px;
	left: 200px;
}

.quickContact {
	position: absolute;
	top: 5px;
	left: 600px;
}

#nav {
	text-align: center;
	margin: 0;
	padding: 0;
	width: 107px;
	list-style: none;
	position: relative;
	top: 5px;
	left: 1px;
} 

/* style, color and size links and headings to suit */
#nav a{
	font-size: .9em;
	display: block;
	color: #000;
	text-decoration: none;
	margin: 12px 0px;
	padding: 2px 3px;
}

#nav a:hover {
	color: #990000;
}

dl {
	width: 500px;
}

dt {
	font-weight: bold;
	margin: 8px;
}

dd {
	position: relative;
	left: 0px;
}

#form {
	font-size: .9em;
	font-weight: bold;
	position: relative;
	top: 15px;
	text-align: left;
}

input:focus, textarea:focus{
background-color: #EEE;
}

.loc_center {
	position: absolute;
	left: 200px;
	top: 80px;
	width: 500px;
}

.sm { 
	font-size: 12px;
}

.hilite {
	color: #990000;	
}

a:link {color: #333399; text-decoration:none; }
a:visited {color: #333399; text-decoration:none; }
a:hover {color: #993333; text-decoration:none; }
a:active {color: #993333; text-decoration:none; }

a img {
	border: 0px;
	text-decoration:none;
}
