body
{
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	font-size: 12px;


	background-color: white;

}

h2
{
	color: black;
	font: 100% georgia, times, "times new roman", serif;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid black
}


h3
{
	color: black;
	font: 100% georgia, times, "times new roman", serif;
	font-size: 14px;
	font-weight: bold;
text-align: center;
border-bottom: 1px solid black

}

#container
{
	margin: 1em auto;
	text-align: left;
	border-top: 1px solid black;
}

#header
{

	width: 100%;

}

#header h1
{font: 100% georgia, times, "times new roman",;
}


#mainnav
{
	display: none;}


#menu
{
	display: none;
}

#menu ul{ 
font-size: 12px;}

#contents { width: 90%;
align: center;}

#contents p { 
font: 105% arial, sans serif;
font-size: 12px;
line-height: 110%; }

#contents li{
font: 95% georgia, times, serif;
font-size: 12px;
line-height: 110%; }

.imagefloat { float: right; }

#footer
{
	display: none;
}



