body {
	font-size:12px;
	font-family: Arial;
	color:black;
	text-align:left;
	background-color:#666699;
}

a {
	color:black;
	text-decoration:none;
}

a img{
	border:0;
}

a:hover {text-decoration:underline;}

.main{
	text-align:center;
	margin:5px;
	padding:5px;
	width:890px;
	border:thin black solid;
	background-color:white;
	overflow:hidden;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.banner{
	overflow:hidden;
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.rightside {
	float:right;
	padding:6px;
	padding-bottom:10px;
	margin:4px;
	margin-right:10px;
	width:115px;
	background-color:#E0E0EB;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.rightside a {
	color:darkblue;
	text-decoration:underline;
	font-weight:bold;
}

#about {
	text-align:left;
	font-size:larger;
	margin:10 30 10 30;
	float:left;
	padding: 5px;
	width:670px;
	border: thin gray solid;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.content{
	overflow:hidden;
}

.contentcenter {
	float:right;
	width:720px;
	padding:6px;
	margin:4px;	
}

.navigation {
	overflow:hidden;
	font-size:14px;
	margin-top:5px;
	text-align:center;
	padding-bottom:4px;
	margin-bottom:4px;
	border-bottom:thin black solid;
	font-weight:bold;
}

.button{
	width:30px;
	margin:4px;
	padding:3px;
	border:thin black solid;
	
}

.nobutton{
	width:30px;
	margin:4px;
	padding:3px;
	border:thin gray solid;
	color:gray;
}

.button:hover{
	background-color:#CCCCCC;
}

.button a:hover{text-decoration:none;}

.copyright {
	clear:left;
	margin:5px;
	padding-top:20px;
	text-align:center;
}