body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	background-color: #FFFFFF;
	background-image: url(images/bluebg.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
	color: #4271D0;
}
a:visited {
	color: #4171D0;
}

a:hover, a:active
{
	color: #fff;
	background-color: #4271D0;
}

h1 {
	color: #4271D0;
	font-weight: normal;
	margin: 0 0 2px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 120%;
}

h2
{
	font-weight: bold;
	font-size: 95%;
	color: #4271D0;
}

h3 {
	color: #4271D0;
	font-weight: normal;
	margin: 0 0 2px 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
}

h4 {
	color: #4271D0;
	font-weight: normal;
	margin: 0 0 2px 180px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
}

#container
{
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	background-color: #fff;
}

#header
{
	height: 150px;
	width: 100%;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	position: relative;
}

#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	letter-spacing:0.2em;
	line-height:1.5em;
	background-color: #4271D0;
	width: auto;
	text-align: left;
	padding-left: 20px;
	margin-bottom: 20px;
	}

#menu
{
	float: right;
	width: 130px;
	border-left: 1px solid #4271D0;
	padding-left: 15px;
	height: auto;
}
#menu ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 100%;
	color: #4271D0;
}


#contents {
	margin: 0 170px 20px 20px;
}
#contents p {
	line-height: 120%;
}

.imagefloat
{
	padding: 2px;
	border: 1px solid #4171D0;
	margin: 0 0 10px 10px;
	float: right;
}


#footer
{
	clear: both;
	color: #FFFFFF;
	background-color: #4171D0;
	text-align: center;
	font-size: 11px;
	padding-top: 5px;
	padding-bottom: 10px;
}
i {
	font-style: italic;
}
#spacer {
	background-color: #4271D0;
	padding: 2px 0;
	margin-bottom: 22px;
}
.label {
	float: left;
	width: 150px;
	margin-left: 20px;
	text-align: right;
	padding-right: 10px;
}
.box {
	margin-left: 0px;
	width: 200px;
}

