#container {
	position: absolute;
	width: 760px;
	top: 21px;
	margin-left: -380px;
	left: 50%;
	height: auto;
	background-color: #FFFFFF;
}
.content {
	background-image: url(../images/page_background.jpg);
}
#tophead {
	background-image: url(../images/page_header_top.jpg);
	background-repeat: no-repeat;
}
h1 {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h2 {
	font-size: 85%;
	font-weight: bold;
	color: #15173E;
	padding-top: 0px;
	margin-top: 0px;
}
p {
	font-size: 80%;
}
.normalhead {
	background-image: url(../images/page_header_normal.jpg);
}
ul {
	font-size: 80%;
}
a:link {
	color: #003A80;
	text-decoration: underline;
}
a:visited {
	color: #003A80;
	text-decoration: underline;
}
a:hover {
	color: #DD2222;
	text-decoration: underline;
}
a:active {
	color: #003A80;
	text-decoration: underline;
}
.tableintext {
	font-size: 75%;
	border: 1px solid #18173F;
}
.colheads {
	color: #FFFFFF;
	background-color: #17163E;
}
ol {
	font-size: 80%;
}
.caption {
	font-size: 70%;
	font-weight: bold;
	padding-left: 10px;
}
.fullwidthintro {
	padding-right: 40px;
	padding-left: 20px;
}
caption {
	font-weight: bold;
	color: #15173E;
	padding-bottom: 5px;
}
th {
	text-align: left;
}
.borderless-tableintext {
	font-size: 75%;
	border: 0;
}
.footnote {
	font-size: 70%;
}

