body {
	margin: 0px;
	padding: 0px;
	background-color: #e3e2d5;
}
.corner {
	background-image: url(../imgs/cornercurve.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.column {
	background-image: url(../imgs/bg-column.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
p, .content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 14pt;
}
.footer {
	color: #989A9C;
	font-size: 11px;
}

.content {
	padding-top: 40px;
	padding-right: 25px;
	background: #FFFFFF;
}

h1 {
	font-size: 20px;
	color: #105287;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20pt;
}
.bold-orange {
	font-size: 10pt;
	font-weight: bold;
	color: #f68f1e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bold-blue {
	font-size: 11px;
	font-weight: bold;
	color: #105287;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #105287;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav {
	text-align: left;
	vertical-align: top;
	padding-left: 45px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 9pt;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#nav a {
	color: #FFFFFF;
}
#nav a:hover {
	color: #f68f1e;
	text-decoration: none;
}
#nav li {
	margin-bottom: 18px;
}
h2 {
	font-size: 12pt;
	color: #f68f1e;
	font-weight: bold;
}
.content ul {
	list-style-type: circle;
}
#subnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f68f1e;
	text-align: right;
}
#subnav a {
	color: #f68f1e;
}
