body {
	background-image:url('images/lgrey149.gif');
	color: #000000;
	font-family: Calibri }

a {
	color: #718292;
	font-weight: bold;
	text-decoration: none  }

#main {
	background-color: white; 
	width: 800px; 
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: left; 	/* to fix the text alignment side effect from the workaround above */
	border: solid black 1px }

.pagetitle {
	font-size: 28pt; 
	font-weight: bold }

img,table { border:none }

#tdcontent {
	min-height: 300px;
	height: auto;
	height: 300px;
	padding: 10px;
	vertical-align: top;
}

#tdnav {
	background: #DDDDDD;
	border: 1px solid black;
}

#tdfoot {
	background: #DDDDDD;
	border: 1px solid black;
}

#topnav, #topnav ul {
	padding: 0;
	margin: 0;
	text-align: left;
	list-style: none }

#topnav a {
	display: block;
	width: 150px;
	color: #718292;
	font-weight: bold;
	text-align: center;
	text-decoration: none }

#topnav li {
	float: left;
	position:relative;
	width: 150px }

#topnav li ul {
	position: absolute;
	background: #DDDDDD;
	border: 1px solid black;
	width: 150px;
	left: -999em }

#topnav li:hover ul { left: auto }

#topnav li.sfhover ul { clear: both; left: auto }

#topnav a:hover { color: #95A1AD; }