body{
	width: 100%;
	background-color: #FFFFFF;
	margin: 0px 0px 0px 0px;
	background-image: url(../images/bgmain.gif);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
a{
	color: #008080;
}
a:visited {
	color: #004080;
}
hr{
	color: #C0C0C0;
	background-color: #C0C0C0;
}
#header{
	background-image: url(../images/bgtop.gif);
	background-repeat: repeat-x;
	width: 100%;
	top: 0px;
	left: 0px;
	position: relative;
	height: 161px;
}
#logotype{
	position: absolute;
	top: 0px;
	left: 300px;
}
#logo{
	position: absolute;
	top: 0px;
	left: 0px;
}
#container{
	position: relative;
	left: 0px;
}
#centered{
	text-align: left;
	width: 75%;
}
#nav{
	display: inline;
	float: left;
	left: 0px;
	top: 0px;
	width: 157px;
}
#contents{
	position: relative;
	margin-left: 180px;
	top: 0px;
	left: 0px;
	text-align: center;
}
a img{
	border: none;
}
.bold{
	font-weight: bold;
}

