html {
	font-size: 125%;
}
body {
	font: 50% Verdana, Arial, Helvetica, sans-serif;
	background: #d4dae2;
	margin: 0px;
	padding: 0px;
	position: relative;
	text-align: center;
}
#container {
	width: 790px;
	border-top: 10px solid #1e56a0;
	border-bottom: 10px solid #1e56a0;
	font-size: 1.2em;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
	text-align: left;
}
#header {
	border-bottom: 10px solid #1e56a0;
	background: #e2dace;
	width: 790px;
}
#nav {
	background: #1e56a0;
	width: 130px;
	float: left;
	padding-left: 12px;
}
#nav li {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	text-indent: 0px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}
#content {
	background: #FFFFFF;
	float: left;
	width: 481px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	text-align: left;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.padleft {
	padding-left: 50px;
}
#clear {
	clear: both;
}
#list {
	background: #FFFFFF;
	float: left;
	width: 157px;
	text-align: center;
}
.padbottom {
	margin-bottom: 0px;
}
#footer {
	background: #e2dace;
	height: 30px;
	border-top: 10px solid #1e56a0;
	width: 790px;
	font-weight: bold;
	font-size: 1.1em;
	padding-top: 15px;
	clear: both;
	text-align: center;
}
#sublinks {
	font-size: .9em;
	font-weight: bold;
	color: #1e56a0;
	width: 790px;
	background: #d4dae2;
	border-right: 10px solid #d4dae2;
	text-align: center;
	margin: 0 auto;
}
#sublinks a {
	text-decoration: underline;
	color: #1e56a0;
}
.headers {
	margin-top: 20px;
}
#subcontent {
	width: 550px;
	padding-left: 20px;
	margin-bottom: 25px;
	float: left;
}
.negmargin {
	margin-left: -3px;
}
h1 {
	font-size: 1.6em;
	color: #1e56a0;
	font-weight: bold;
}
h2 {
	font-size: 1.4em;
	font-weight: bold;
	color: #1e56a0;
}
.boldunderline {
	font-weight: bold;
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
li {
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
