body {
	background-color: #666655;
	font-family: garamond, arial, serif;
	font-size: 1em;
	text-align: center;
}

div#mainContent {
	width: 750px;
	height: 490px;
	margin: 0 auto;
	border: 3px #003366 solid;

	background-color: #dddd99;
	text-decoration: none;
}

div#topBanner {
	width: 100%;
	position: relative; top: 0;
	text-align: center;
	height: 40px;
	color: #003366;
	background-color: #dddd99;
	font-size: 20pt;
}

div#topMenu {
	width: 100%;
	position: relative; top: 0;
	padding: .8em 0 0 0;
	text-align: center;
	height: 20px;	
	background-color: #003366;
	font-size: .7em;
	font-weight: bold;
}

.dividers { color: #dddd99; font-weight: bold; }

div#leftMenu {
	font-weight: bold;
	font-size: 11pt;
	text-align: right;
	float: left;
	color: #666655;
	padding: 6px;
	background-color: #dddd99;
}

div#leftMenu hr { width: 120px; }

div#mainImage {
	float: right;
}

.addressInfo { font-size: 8pt; font-weight: normal; color: #003366; }

div#topMenu	a:link {color: #dcd21e; text-decoration: none;}
div#topMenu	a:visited {color: #eeeecc;}
div#topMenu	a:link:hover {color: #0000aa; background-color: #dddd99;}
div#topMenu	a:visited:hover {color: #eeeecc;}

div#leftMenu	a:link {color: #aa0000; text-decoration: none; font-weight: bold;}
div#leftMenu	a:visited {color: #003366; text-decoration: none; }
div#leftMenu	a:link:hover {color: #003366; background-color: #dddd99;}
div#leftMenu	a:visited:hover {color: #003366; background-color: #dcdcdc; }
