html, body
{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F1EEEC;
	font-family: "Trebuchet MS";
	font-size: 10pt;
}

body * {
	text-align: left;
}

h1 {
	font-family: Georgia;
	font-size: 19pt;
	font-weight: bold;
}

h2 {
	font-family: Georgia;
	font-size: 16pt;
	text-align: center;
	font-weight: bold;
}

h3 {
	font-family: Georgia;
	font-size: 13pt;
	font-weight: bold;
	clear: both;
}

caption {
	display:block;
	width:100%;
	text-align: center;
	font-size: 8pt;
	font-style: italic;
}

a {
	text-decoration: none;
	color: #AD522F;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.sidelink, a.bluesidelink {
	display: block;
	padding: 5px;
	margin: 5px 0px;
	font: normal 12pt Georgia;
	text-transform: uppercase;
    border-left-width: 5px;
    border-left-style: solid;
}

a.bluesidelink {
    color: #2F52AD;
    border-left-color: #2E2470;
    background-color: #CCDDEE;
}

a.bluesidelink:hover {
    border-left-color: #2F52AD;
}

a.sidelink {
	border-left-color: #70242E;
	background-color: #EEDDCC;
}

a.sidelink:hover {
	border-left-color: #AD522f;
}

address {
	font-style: normal;
	text-indent: 0em;
	margin-left: 35px;
	padding-left: 6px;
	border-left: 5px #70242E solid;
}

p {
	text-indent: 1em;
	line-height: 14pt;
}

img {
	position: relative;
	z-index: 1;
}

table {
	width: 100%;
}

th {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}

#bookmark {
	padding-bottom: 20px;
	text-align: center;
	margin-top: -21px;
	padding-top: 0px;
	float: left;
	padding-right: 10px;
}

#pageborder {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
	border-bottom: 5px #70242E solid;
}

#linksborder {
	position: absolute;
	left: 0px;
	top: 53px;
	width: 100%;
	border: none;
	border-bottom: 1px #000 solid;
}

#page {
	width: 1009px;
	margin: 0px auto;
}

#menu {
	list-style-type: none;
	display: block;
	height: 20px;
	margin: 0px;
	padding-top: 5px;
}

#menu li {
	display: block;
	float: left;
	padding-right: 7pt;
	text-align: center;
	font-family: Georgia;
	letter-spacing: 2px;
	font-size: 12pt;
	text-transform: uppercase;
}

#menu a {
	font-weight: normal;
}

#menu a:hover {
	text-decoration: none;
	padding-top: 6px;
	border-top: 5px #F90 solid;
}

#main {
	float: left;
	width: 520px;
	border-right: 1px #999 solid;
	padding-right: 10px;
}

#wholemain {
	float: left;
	width: 790px;
}

#copy {
	font-size: 8pt;
	color: #777;
	text-align: center;
}

#secondary {
	text-align: center;
	font-size: 8pt;
	padding: 57px 10px;
	float: left;
	width: 270px;
}

#secondary .section {
	text-align: justify;
	padding: 15px;
	display: block;
	border: 1px #AD522F solid;
	background-color: #FFEBBD;
}

a.next:before {
	content: "» "
}

.row1 td {
	background-color: #EEDDCC;
}

.date {
	text-align: center;
	font-size: 8pt;
	margin-bottom: 14px;
}

.section {
	padding-bottom: 20px;
	border-bottom: 1px #AAA dashed;
	margin-bottom: 20px;
}

.separation {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	border-top: 1px #AAA dashed;
	border-bottom: 1px #AAA dashed;
}

.floater {
	display: block;
	float: left;
}

.caption {
	text-align: center;
	padding: 5pt 10pt;
}