	body, td { 	
		font-family: Verdana, Arial, Helvetica, Georgia, sans-serif;
		font-size:10pt;
		color:black;
/*		line-height:120%; 	*/
	}

	body {
		margin-top: 2px; text-align:center;
		} 

/* Defines paragraph Styles
	p { 
		font-size:10pt;
		line-height:20px;
		padding:0 10px;
	} */
/* Defines overall width etc of pages */
	div#wrapper { width:100%; vertical-align:top; background-color:#FFFFFF; padding:0px; margin-left:auto; margin-right:auto; background-image:url(../wiseowl.jpg); background-repeat:no-repeat; }
    div#header { display:none; }
	#datform { text-align:right; font-size:smaller; color:#FF0000; font-style:italic; }
	div#footer { display:none; }

/* Defines Page layout 2 cols */
	div#lnav { width:0; display:none; }
	div#main { margin-left:0; text-align:left; padding:0; }
	div#content { width:750px; margin-left:0; text-align:left; padding:0pt; }
	
/* Defines Page layout 3 cols - doesn't work in IE6 */
	div#lcol { width:0; display:none; }
	div#central { width:750px; margin-left:0; text-align:left; padding:0pt; }
	div#rcol { width:0; display:none; }

/* Styles for text in left & right columns  
	.sidecol { 
	font-size:smaller;
	text-align:center; 
	line-height: 16px;
	}
*/
	div.buttonbar {
		display:none;
	}
	
/* Defines tables and cells, etc. */

	table.main {
	width:100%;
	border-collapse:collapse;
	border-spacing:0px;
	background-color:#FFFFFF;
	padding:0;
	}
	
	table.list {
		width:100%;
		border:1px solid silver;
		border-width:1px 0 0 0;
	}
	table.list td {
		padding:8px 2px 8px 1px;
		border-bottom: 1px solid silver;
		font-size:9pt;
	}
	
	table.list2 { 
		width:85%; 
		position:relative; 
/*		left:10%;	*/
		border:1px solid silver;
		border-width:1px 0 0 0;
	}
	table.list2 td {
		background-color: #E6E6E6;
		padding:2px 1px 2px 2px;
		border-bottom: 1px solid silver;
		font-size:8pt;
	}
	
	table.topfoods { 
	width:95%;
	border:2px ridge #0099FF;
	padding:2px;
	}
	table.topfoods td { 
	vertical-align: top; 
	}

	th { font-size: 14px;
		font-weight:bold;
		line-height:120%;
		background-color:#0066FF;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
		}
		
	tr#topRow td { font-weight:bold; font-size:12px; }
	tr#botrow td { border-bottom: 2px solid silver; }
	
	td#collt {border-left:hidden; text-align:right; }
	td#colrt {border-right:hidden; text-align:left; }
	#col120 { width:0; display:none; }
	#rtcol { width:0; display:none; }
	#midcol { vertical-align:top; }
/*	#content { vertical-align:top; } */
	
	a:link, a:visited, a:active {
	text-decoration: none;
	}
	a:hover {
	text-decoration: underline; 
	}

	#selmenu {
	display:none;
	}

/*	-- Top Navigation --  */

#navigation {
	display:none;
}
#navigation ul {
	display:none;
}
#navigation li {
	display:none;
}

/* -- Navigation -- */

	#nav {
	display:none;	
	}


/* Once the pages have been modded to <h1> to replace navtop then this is redundant */
	#navtop {
	display:none;
	}

	#navsel {
	display:none;
	}

	#topnav { display:none; }

/* Banner definitions */
	h1 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		line-height:125%;
		text-align:center;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px; 
		border:2px outset #666666; 
	}

	h2 {
		font-size: 12px;
/* 		line-height:120%; */
		background-color:#990000;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
	}
	
	h3 {
		font-size: 14px;
/*		line-height:120%; */
		background-color:#990000;
		color:#FFFFFF;
		padding:6px 12px;
		text-align:center;
	}

	h4 {
		font-size: 12px;
		padding:6px 12px; 
		text-align:center;
		border-bottom:solid 1px #666666; 
		border-top:solid 1px #666666;
	}
	h5 {	
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px; 
		line-height:120%;
		text-align:left;
		color:#000099;
		background-color:#EEEEEE;
		padding:6px 10px 8px 10px;
		border:2px outset #CCCCCC;
/*		margin-bottom:-10px;   */
	}

	h6 {
		font-size: 10px;
		text-align:center;
	}


/* Definitions of Horizontal Lines */
	hr.hline1 { 
	width:90%; height:3px; text-align:center; background-color:blue; 
	}
	hr.hline2 { 
	width:100%; height:3px; background-color:blue; 
	}
	hr.hline3 { 
	width:100%; height:1px; background-color:#FF3300;
	}


.indent {
	padding-left:40px; line-height:125%;
	}

.counter { 
    position:absolute; left:2px; bottom:2px; 
}
