html, body {
	color: #636466;
	height: 100%;
	text-align: center;
	font: 10px/17px Verdana, Helvetica, Arial, Geneva, sans-serif;
	background: #cedae3;
}

* {margin: 0px; padding: 0px;}

#container {
	width: 800px;
	height: auto;
	min-height: 600px;
	padding-bottom: 0px;
	margin: 0px auto 20px;
	text-align: center;
	background: #fff;
}

#leftcolumn {
	width: 201px;
	height: auto;
	min-height: 700px;
	background-color: #fff;
	float: left;
	display: inline;
}

#leftnav {
	width: 201px;
	height: auto;
	background-color: #fff;
	margin-top: 22px;
}

#maincolumn {
	width: 599px;
	height: auto;
	min-height: 700px;
	background-color: #fff;
	float: right;
	display: inline;
	text-align: left;
}

.printthis {
	float: right;
	margin-left: 30px;
	margin-top: 8px;
}

#footer {
	width: 800px;
	height: 67px;
	background-color: #89d7fd;
	clear: both;
}

.navitem {
	border-bottom: 1px solid #adafb1;
	padding-bottom: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}

.navitemnoimage {
	text-align: left;
	margin-top: 30px;
	margin-right: 10px;
	color: #01243a;
	font: 10px/14px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.navitemnoimage li {
	list-style-image: url(images/bullet_blue.gif);
	margin-left: 40px;
	margin-bottom: 30px;
}

.navdescription {
	margin-top: 7px;
	color: #01243a;
	font: 10px/14px Verdana, Helvetica, Arial, Geneva, sans-serif;
}

.navdescription a:link, .navitemnoimage a:link {
	color: #01243a;
	text-decoration: none;
}

.navdescription a:hover, .navitemnoimage a:hover {
	color: #01243a;
	text-decoration: underline;
}

.navdescription a:active, .navitemnoimage a:active {
	color: #01243a;
	text-decoration: underline;
}

.navdescription a:visited, .navitemnoimage a:visited {
	color: #01243a;
	text-decoration: none;
}

.navdescription a:visited:hover, .navitemnoimage a:visited:hover {
	color: #01243a;
	text-decoration: underline;
}

.maincopy {
	margin: 49px 45px;
}

.maincopy h1 {
	font: bold 18px/22px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #01243a;
	margin-bottom: 15px;
}

.maincopy h2 {
	font: bold 13px/18px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #01243a;
	margin-bottom: 2px;
}

.maincopy h3 {
	font: bold 10px/14px Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #636466;
	margin-bottom: 10px;
}

.maincopy p {
	margin-bottom: 20px;
}

.maincopy ul {
	margin-left: 55px;
	margin-bottom: 20px;
}

.maincopy ul li {
	margin-bottom: 10px;
}

.maincopy ol {
	margin-left: 55px;
	margin-bottom: 20px;
}

.maincopy ol li {
	margin-bottom: 10px;
}

.maincopy blockquote {
	margin-left: 55px;
	margin-bottom: 20px;
}

.rightinlineimg {
	margin-left: 37px;
	margin-bottom: 28px;
	margin-top: 10px;
}

.maincopy a:link {
	color: #01a6d4;
	text-decoration: none;
}

.maincopy a:hover {
	color: #01a6d4;
	text-decoration: underline;
}

.maincopy a:active {
	color: #01a6d4;
	text-decoration: underline;
}

.maincopy a:visited {
	color: #01a6d4;
	text-decoration: none;
}

.maincopy a:visited:hover {
	color: #01a6d4;
	text-decoration: underline;
}

.footercopy {
	color: #fff;
	padding-top: 15px;
}

.footercopy a:link {
	color: #fff;
	text-decoration: none;
}

.footercopy a:hover {
	color: #fff;
	text-decoration: underline;
}

.footercopy a:active {
	color: #fff;
	text-decoration: underline;
}

.footercopy a:visited {
	color: #fff;
	text-decoration: none;
}

.footercopy a:visited:hover {
	color: #fff;
	text-decoration: underline;
}

