﻿/* Accessibility Issues - Hide text from visual displays. */
.hidden {
	visibility: hidden;
	position: absolute;
	font-size: 1px;
}
/* Give screen reader users a way to jump over to page content */
a.skipnav {
	position: absolute;
	left: -10000px;
}
a.skipnav:focus, a.skipnavigation:active {
	position: static;
	left: 0;
}
/* Pace Styles */
html {
	height: 100%;
	background-color: #ffffff;
}
body {
	padding-left: 2px;
	padding-top: 2px;
	background-color: white;
	margin-top: 2px;
	margin-left: 2px;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
table, tr, th, td {
	vertical-align: top;
	border-color: white;
	border: medium;
	margin: 2px;
}

td {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}
.normal {
	font-size: smaller;
	font-family: Arial, Helvetica, sans-serif;
}
p {
	margin-top: 0.5ex;
	margin-bottom: 1.25ex;
	line-height: 1.25em;
	color: #111111;
	font-weight: normal;
}
a {
	color: #00539f;
}
a:hover {
	color: #cc0000;
}
h1 {
	font-weight: bold;
	font-size: large;
	color: #00539f;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-weight: bold;
	font-size: large;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-weight: bold;
	font-size: medium;
	color: #00539f;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-weight: bold;
	font-size: medium;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
h5 {
	font-weight: bold;
	font-size: smaller;
	color: #00539f;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
h6 {
	font-weight: bold;
	font-size: smaller;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
a.black {
	color: #000000;
}
a.black:hover {
	color: #cc0000;
}
a.white {
	color: #ffffff;
	text-decoration: none;
}
a.white:hover {
	color: #ffffff;
	text-decoration: underline;
}
a.blue {
	color: #00539f;
	text-decoration: none;
}
a.blue:hover {
	color: #cc0000;
	text-decoration: underline;
}
a.leftnav {
	font-size: 11px;
	color: #00539f;
	text-decoration: none;
}
a.leftnav:hover {
	color: #cc0000;
	text-decoration: underline;
}
.smform {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#smform {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.mdheader {
	font-weight: bold;
	font-size: small;
	color: #000000;
}
.lgheader {
	font-weight: bold;
	font-size: large;
	color: #000000;
}
.bluheader {
	font-weight: bold;
	font-size: large;
	color: #00539f;
	font-style: italic;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
}
.small {
	font-size: 11px;
}
.xsmall {
	font-size: 10px;
}
.leftnavactive {
	font-weight: bold;
	font-size: 11px;
	color: #cc0000;
}
.rowheader {
	font-weight: bold;
	color: #ffffff;
	background-color: #00539f;
}
.rowsubheader {
	font-weight: bold;
	color: #000000;
	background-color: #d8d8d8;
}
.row0 {
	background-color: #ffffff;
}
.row1 {
	background-color: #ffffcc;
}
.row2 {
	background-color: #e0e0ff;
}
.row3 {
	background-color: #ffff99;
}
.row4 {
	background-color: #ccccff;
}
.rowerror {
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
}
.PaceLine {
	border: 1px solid #00539f;
}
.ErrorLine {
	border: 2px solid #DD2222;
}
.red {
	color: #cc0000;
}
.PaceColor, Pacecolor {
	color: #00539f;
}
.purple {
	color: #990099;
}
.footnote {
	font-size: 11px;
	color: #000000;
	font-style: italic;
}
.topnav {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.soft_border {
	border: 1px solid #efefef;
}
.no_border {
	border-width: 0;
	border-style: solid;
}
.special_head {
	font-weight: bold;
	font-size: medium;
	color: #00539f;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
.clearfix {
	clear: both;
	display: block;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
.Tborder {
	border: 1px solid #00539f;
	border-width: 1px;
}
.no_border {
	border-width: 0;
	border-style: solid;
}
.special_head {
	font-weight: bold;
	font-size: medium;
	color: #00539f;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

#main {
  width: 960px ;
  margin-left: auto ;
  margin-right: auto ;
}

#content_left {
	float: left;
}
#advert {
	float: right;
}
#flashContent {
	width: 100%;
	height: 100%;
}

#upper_layout_table {
 text-align:left;
	font-weight: bold;
}