body{
	background-color: #EEE8D7;
	color: #006C68;
	font-family: Georgia,'Times New Roman',serif;
}

h1{
	color: #006C68;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: bold;
}

h2{
	font-family: Trebuchet MS, Arial, Helvetica, Sans-serif;
	font-size: 1.2em;
	margin-bottom: 0;
}

p{
	margin-top: 5px;
	line-height: 1.4em;
}

td{
	vertical-align: top;
	background-repeat: no-repeat;
}

tr{
	background-color: #FFFFFF;
}

/* Classes */

.content{
	padding: 10px;
	line-height: 1.3em;
	letter-spacing: .05em;
	margin-bottom: 30px;
}

.address{
	font-size: .8em;
	padding: 5px;
	cursor: pointer;
}

.address td{
	vertical-align: top;
}

.bottomlinks{
	margin-top: -55px;
	margin-bottom: 10px;
	padding: 8px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: .6em;
	font-weight: bolder;
	line-height: 1.7em;
}

.bottomlinks a:link,.bottomlinks a:hover,.bottomlinks a:active,.bottomlinks a:visited{
	text-decoration: none;
}

.bottomlinks a:hover{
	text-decoration: underline;
}

/* ID's */
.popupmenu{
	position: absolute;
	display: none;
}

.popupmenu{
	border-collapse: collapse;
}

.popupmenu td{
	border-bottom: solid 2px #FFFFFF;
	padding: 7px;	
}

.popupmenu a:link,.popupmenu td a:hover,.popupmenu td a:active,.popupmenu td a:visited{
	color: #FFFFFF;
	font-size: .6em;
	text-decoration: none;
	font-family: verdana,arial,sans-serif;
	font-weight: bold;
}