html { height: 100%; }

body { 
	font: 12px "Times" serif;
	text-align: left;
	}

img { display: none; }
h1 { 
	margin-top: 20px;
	margin-bottom: 20px;
	font: bold 18px "Arial" sans;
	color: #336; 
	}

p, ul {
	line-height: 18px;
	}

a { color: #336; }

.info { display: none; }

#nav {
	display: none;
	}
	
.info { diplay: none; }


#subnav {
	display: none;
	}
	
table.content {
	background:  url(content_bkg.gif) top center repeat-y;
	width: 850px;
	margin: 0 auto;
	padding: 0;
}
	
.large { font-size: 16px;}	
.red { background-color: #C03; }
.blue { color: #336; }
.white { color: #fff; }