html
{
	background-color: #EEEEEE;
	padding: 0px 100px 0px 100px;
}
body
{
	margin: 0px 0px 0px 0px;
	padding: 8px 32px 8px 32px;
	background-color: #FFFFFF;
	border: 1px solid #AAAAAA;
	/*font-size: small;*/
}
img
{
	border: 1px solid #AAAAAA;
	float: right;
	margin: 4px 4px 4px 4px;
}
img#mail
{
	float: none;
	clear: both;
	border: 0px;
	margin: 0px;
}
h1
{
	background-image: url("logo.png");
    background-repeat: no-repeat;
    text-indent: -4096em;
    width: 552px;
    height: 104px;
}
div#notice
{
	background-color: #EEEEEE;
	border: 1px solid #AAAAAA;
	margin: 16px 16px 16px 16px;
	padding : 8px 8px 8px 8px;
}
ul#navigation
{
	list-style-type: none;
	margin:  0px;
	padding: 0px;
	border-bottom: 1px solid #AAAAAA;
	padding-bottom: 8px;
}
ul#navigation > li
{
	display: inline;
	margin: 0px 0px 0px 0px;
	padding : 0px 8px 0px 8px;
}
ul#navigation > li > a
{
	color: #000000;
	text-decoration: none;
}
ul#navigation > li > a:hover
{
	border-bottom: 3px solid #AAAAAA;
}
ul#navigation > li#selected
{
	border-bottom: 3px solid #000000;
	font-weight: bold; 
}
h2
{
	font-size:1em;
	text-decoration: bold;
	border-bottom: 1px solid #AAAAAA;
	padding-top: 8px;
	padding-bottom: 16px;
}
h3
{
	font-size:1em;
	text-decoration: bold;
}