body {
	margin: 0;
	padding: 0;
	font: 85% arial, helvetica, sans-serif;
	text-align: left;
	color: #666;
	background-color: #999999;
}

a:link {
	color: #FF7800;
	text-decoration: underline;
}

a:visited {
	color: #FF7800;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

h2 {
	color: #4573B3;
	font-size: 125%;
	font-weight: bold;
	margin: 0 0 2px 0;
}

h3 {
	color: #809CC9;
	font-size: 105%;
	font-weight: bold;
	margin-top: 0;
}

#container {
	margin: 0em auto;
	width: 750px;
	text-align: left;
	background-color: #fff;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

#header {
	height: 88px;
	width: 100%;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	border-bottom: 3px solid #fff;
	position: relative;
}

#menu {
	background-color: #ECECEC;
	color: #809CC9;
	padding: 1px 0;
	margin-bottom: 22px;
	font-weight: bold;
	font-style: italic;
}

#menu li {
	display: inline;
	padding: 0 10px;
}

#menu li a {
	text-decoration: none;
	color: #809CC9;
}

#menu li a:hover {
	text-decoration: none;
	color: #4573B3;
}

#rightcol {
	float: right;
	width: 165px;
	border-left: 1px solid #ECECEC;
	padding-left: 15px;
}

#rightcol ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	line-height: 165%;
}

#contents {
	margin: 0 200px 40px 20px;
}

#contents p {
	line-height: 135%;
	text-align: justify;
}

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

.image {
	border: 1px solid #809CC9;
	margin: 0 0 10px 10px;
}

#footer {
	clear: both;
	color: #ECECEC;
	text-align: right;
	background-color: #4573B3;
	padding: 5px;
	font-size: 90%;
	border-bottom: 2px solid #fff;
}

