html
{
	background-color: white;
}

body
{
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

.bottomarea
{
	width: 1000px;
	float: left;
	border-top: 3px;
	border-top-style: solid;
	border-top-color: black;
	margin-bottom: 10px;
}

.toparea
{
	height: 240px;
	width: 1000px;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-bottom-color: black;
	text-align: justify;
}

ul.topmenu, ul.bottommenu, ul.minormenu
{	
	list-style-type: none;	
}

ul.topmenu li, ul.bottommenu li
{
	position: relative;
	text-align: center;
	cursor: default;
	float: left;
	width: 150px;
	font-style: italic;
	font-weight: bold;
}

a
{
	color: black;
}

ul.minormenu li
{
	position: relative;
	text-align: left;
	cursor: default;
	float: left;
	width: 115px;
}

ul.minormenu
{
	padding: 0;
}

.content
{
	width: 1000px;
}

.contentleft, .contentright
{
	float: left;
	width: 490px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
}

.contentright
{
	float: right;
}

.bold
{
	font-weight: bold;
}

.italic
{
	font-style: italic;
}