@charset "UTF-8";
body {
	background-color: #83B5D4;
	margin: 0px;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#masthead {
	height: 262px;
	margin: 0px;
	line-height: 0px;
}
#content {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 50px;
	font-size: 14px;
}
#content li {
	margin-bottom: 5px;
}
.itemL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
}
#content h4 {
	font-size: 16px;
}
.indent {
	margin-left: 30px;
}
.itemR {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
a {
	color: #034B8A;
}

