body {
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	line-height: 17pt;
	background-color: #7f7f7f;
	background-image: url('background.gif');
	background-repeat: repeat-x;
}

a {
	color: #a00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p.copyright {
	color: #aaa;
	font-size: 70%;
}

p.mission {
	font-size: 110%;
	font-weight: bold;
	text-align: right;
}

div#mission {
	width: 300px;
	padding: 12px;
	background-color: #ddd;
	padding-bottom: 6px;
}

div#mission h2 {
	padding-top: 0px;
	margin-top: 0px;
	color: #a00;
}

div#topmenu {
	width: 99%;
	height: 36px; 
	margin-left: auto;
	margin-right: auto;
	margin-top: 4px;
}

div#topmenu span.cell {
	display: block;
	padding-top: 6px;
	float: left;
	width: 19.6%;
	height: 30px;
	border-left: 3px solid #fff;
	text-align: center;
}

div#topmenu a span {
	color: #fff;
	font-weight: bold;
	background-color: #555;
}

div#topmenu a span:hover {
	color: #fff;
	font-weight: bold;
	background-color: #a00;
}


#topbar
{
	float: none;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('topbar.gif');
	background-repeat: no-repeat;
	height: 114px;
	border: 0px solid #f00;
	padding-bottom: 0px;
	margin-bottom: 0px;
	
}

#logo {
}

#addressblock {
	font-size: 11pt;
	line-height: 15pt;
	font-weight: bold;
	color: #aaa;
	padding-left: 24px;
	border-left: 12px solid #ddd;
}


#wrapper
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border: 12px solid #ddd;
	background-color: #fff;
	color: #fff;
}



#textarea
{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	color: #000;
}