@charset "UTF-8";
#container {
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: auto;
	margin-left: auto;
	font-size: 1em;
}
#nav {
	list-style-type: none;
	line-height: 1.5em;
	text-transform: lowercase;
}
#sec01, #sec02, #sec03 {
	background-color: #CDD2E0;
}
#text {
	padding: 20px;
	background-color: #CDD2E0;
	color: #333333;
}
#title {
	background-color: #2F5999;
	font-size: 1.5em;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .2em;
	padding-top: 50px;
	padding-bottom: 50px;
}
.italic {
	font-style: italic;
}
.bold {
	text-decoration: underline;
}
.smallcaps {
	font-size: .9px;
	font-variant: small-caps;
}
#subtitle .sub01 {
	float: left;
	width: 350px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
}
#subtitle .sub02 {
	padding-top: 40px;
	height: 200px;
}
.subheader {
	font-size: 1.7em;
	text-transform: lowercase;
}
#subtitle {
}
#subtitle #break {
	clear: both;
}
h3 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.5em;
}
#content {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}
s
