html, body {
	font-family: arial,sans;
	font-size: 10pt;
	padding: 0px;
	margin: 0px;
	background-color: #bbbbbb;
}
a {
	text-decoration: none;
	color: #004488;
}
select {
	width: 10em;
	border: solid 1px #dddddd;
	font-family: arial,sans;
}
input {
	width: 10em;
	border: solid 1px #dddddd;
	font-family: arial,sans;
}
form {
	padding: 0em;
	margin: 0em;
}
#box {
	background: #cdcdcd;
	background-image: url(../images/site/background.png);
	background-repeat: repeat-x;
	width: 750px;
	border: solid 1px #dddddd;
	margin: 1em auto 0em auto;
	-icab-box-shadow: 0px 5px 10px #444444;
	-o-box-shadow: 0px 5px 10px #444444;
	-khtml-box-shadow: 0px 5px 10px #444444;
	-webkit-box-shadow: 0px 5px 10px #444444;
	-moz-box-shadow: 0px 5px 10px #444444;
	opera-box-shadow: 0px 5px 10px #444444;
}
#top {
	width: 100%;
}
#title {
	color: #004488;
	font-weight: bold;
	font-size: 20pt;
	vertical-align: top;
	padding: 5px;
}
#title .sub {
	font-size: 10pt;
}
#menu {
	font-weight: bold;
	text-align: right;
	padding: 0.5em;
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #cccccc;
}
#menu .item {
	white-space: nowrap;
	display: inline;
	padding: 1em;
}
#menu .lastitem {
	white-space: nowrap;
	display: inline;
	padding: 1em;
	padding-right: 0.2em;
}
#content {
	border-top: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
	padding: 1em;
	background: #e8e8e8;
}
#content .headline {
	font-size: 14pt;
	font-weight: bold;
	border-bottom: solid 1px #dddddd;
	margin-bottom: 1em;
}
#address {
	vertical-align: top;
	text-align: right;
	font-size: 8pt;
	padding: 5px;
	background-image: url(../images/site/background.png);
	background-repeat: repeat-x;
}
#address p {
	margin: 0.2em;
}
#copyright {
	padding: 1em;
	font-size: 8pt;
	color: #666666;
	text-align: center;
	background-image: url(../images/site/background-bottom.png);
	background-repeat: repeat-x;
}
