a:link, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

body {
	background-color: #FFFFFF;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	line-height: 16pt;
	text-align: center;
}

hr{
	display: none;
}

#bloggerleft{
	display: none;
}

#columnleft, #columnright, #columncenter, #columnsearch, #bloggerright{
	padding: 2em;
	text-align: left;
}

#content {
	background-color: #FFFFFF;
	width: 90%;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

#footer{
	border-top: 1px solid #000000;
	font: 9pt "Courier New", Courier, monospace;
	text-align: center;
	text-decoration: none;
}

#banner h1{
	border-bottom: 3px double #000000;
	font: small-caps bold 16pt "Times New Roman", Times, serif;
	text-align: center;
	text-decoration: underline;
}

#menumain{
	display: none;
}

#content ul {
	list-style-type: square;
}

#menusub{
	display: none;
}

#menusearch{
	display: none;
}
#content h4{
	border-bottom: 1px solid #000000;
	font: normal bold 12pt "Times New Roman", Courier, monospace;
	text-align: left;
	margin-top: 35pt;

}

