@charset "utf-8";

/* --- Vertical Centering --- */

.vc_wrapper{
	display: table;
	vertical-align: middle;
}
.vc_outer{
	height: 210px;
	display: table-cell;
	vertical-align: middle;
	padding: 0px;
}
.vc_inner{
	position: relative;
	float: left;
}

/* --- Global styles --- */

html, body, div, span, form {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

body {
	background-color: #999999;
}

.p {
	margin-bottom: 10px;
	font-size: 11pt;
}

h1 {
	font-size: 24pt;
	font-weight: normal;
	color: #253f8e;
	margin-bottom: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 16pt;
	font-weight: bold;
	color: #253f8e;
	margin-bottom: 0px;
	margin-top: 20px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	color: #253f8e;
	margin-bottom: 0px;
	margin-top: 0px;
}

.linkBlock {
	float: left;
	min-width: 180px;
	padding-right: 15px;
	color: #333333;
}

.noFloat {
	clear: both;
	margin: 0px;
	padding: 0px;
}

.blockHeading {
	color: #253f8e;
}

.sub {
	color: #raxxraxx;
        white-space: nowrap;
}

a:link, a:visited {
	color: #253f8e;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000E8E;
	text-decoration: underline;
}

.darkText {
	color: #333333;
}

/* --- Main wrapper --- */

#wrap {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border: 10px solid white;
}


/* --- Header styles --- */

#header {
	height: 150px;
	position: relative;
	background-color: #ffffff
}

#header #navigation {
	margin-top: 121px;
	margin-left: 0px;
	position: absolute;
	background: #253f8e;
	width: 1000px;
}

#header #navigation a {
	padding-right: 10px;
	border-right: 5px solid white;
}

#header #search {
	position: absolute;
	top: 0px;
	right: 2px;
	font-weight: bold;
}

#header #search #searchinput {
	position: absolute;
	top: 0px;
	right: 25px;
	margin: 0px;
	border: 1px solid #777777;
	background: none;
	height: 20px;
	width: 125px;
	font-size: 10pt;
	color: #777777;
}


/* --- Content styles --- */

#contentWrapper {
	background-color: #ffffff;
	min-height: 300px;
	padding-top: 0px;
}

.content {
	padding: 10px;
	/*background-color: #ffffff;*/
	/*background-color: #929fc6;*/
}

.darkBg {
	background-color: #84a489;
}

.content {
	margin: 0px;
}

.sidebar {
	border-top: 10px solid white;
	padding: 5px;
	background-color: #929fc6;
	font-size: 10pt;
}

#sectionalNav {
	clear: both;
	padding: 10px;
}

.message, .okMessage, .errorMessage, .dataCollection {
  font-weight: 500;
  color: #000000;
  background: #ecfcd9;
  border: 1px solid #7fd221;
  border-radius: 5px;
  padding: 10px;
  margin: 2px 0 10px 0;
}

.message {
  color: #000000;
  background: #c4e4ff;
  border: 1px solid #2182d2;
}

.errorMessage {
  color: #ff0000;
  background: #ffeeee;
  border: 1px solid #ff0000;
}

.dataCollection {
  color: #666666;
  background: #eeeeee;
  border: 1px dotted #666666;
}

/* --- Footer styles --- */

#copyright {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #ffffff;
	background-color: #253f8e;
	padding: 2px 0px;
	text-align: center;
}

#copyright p {
	margin: 0px;
	padding: 2px 10px;
	font-size: 9pt;
}

#footer {
	width: 1020px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: none;
	background-color: #666666;
	padding: 0px;
}

#footer #footer-links {
	color: #333333;
	font-size: 14px;
	line-height: 1.5em;
	padding: 10px;
}

#footer #footer-links a:link, #footer #footer-links a:visited {
	color: #444444;
	text-decoration: none;
}

#footer #footer-links a:hover, #footer #footer-links a:active {
	color: #cccccc;
	text-decoration: underline;
}

/* RWA / Flipside styles */

.quotelinks { text-align: right; padding-right: 5px; padding-top: 10px }

a:link.quotelink, a:visited.quotelink {
	color: #777777;
	text-decoration: none;
	font-size: 9pt;
}

a:hover.quotelink, a:active.quotelink {
	color: #d5030c;
	text-decoration: none;
	font-size: 9pt;
}

.quote {
	color: #777777;
	margin-left: 15px;
	text-align: center;
	line-height: 1.4em;
	width: 400px;
	margin-bottom: 30px;
}
.lower-quote {
	float: right;
}

.quoteauthor { text-align: right; font-style: italic; font-size: 10pt }

.sectionalnav { font-size: 9pt; color: #333333; margin: 0px; padding-top: 10px }
.sectionalnavparent { font-size: 9pt; color: #333333; margin: 0px; padding-top: 0px }
.sectionalnavbold { color: #666666 }
.navsize { font-size: 9pt }

a:link.sectionalnavlink, a:visited.sectionalnavlink {
	color: #777777;
	text-decoration: none;
	font-size: 9pt;
}

a:hover.sectionalnavlink, a:active.sectionalnavlink {
	color: #d5030c;
	text-decoration: none;
	font-size: 9pt;
}

a:link.filelink, a:visited.filelink {
	color: #000097;
	text-decoration: none;
        border-bottom: 1px dotted #999999;
}

a:hover.filelink, a:active.filelink {
	color: #253f8e;
	text-decoration: none;
        border-bottom: 1px dotted #666666;
}

a:link.onDarkLink, a:visited.onDarkLink {
	color: #ffffff;
	text-decoration: none;
}

a:hover.onDarkLink, a:active.onDarkLink {
	color: #9999ff;
	text-decoration: underline;
}

a:link.blocklink, a:visited.blocklink {
	color: #ffffff;
	background: #253f8e;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

a:hover.blocklink, a:active.blocklink {
	color: #ffffff;
	background: #253f8e;
	text-decoration: none;
	font-weight: bold;
	padding: 5px;
}

.filesize { font-size: 7pt }

.tabletop { color: #ffffff; font-weight: bold; font-size: 9pt }

.searchresult { color: #000000; background: #A3C0FF; font-weight: bold; padding-left: 1px; padding-right: 1px }

.tight { margin: 0em; padding: 0px }

/*.tableHeading { color: #3e58a8; font-size: 11pt; font-weight: bold }*/
.tableCaption { color: #666666; font-size: 10pt; font-style: italic; text-align: center; margin: 10px 0px 0px 0px }

/* Table row backgrounds */
.sitetable { border: 1px solid #3e58a8; background-color: #7886D3; font-size: 10pt }
.tableheader { background-color: #3e58a8; color: #ffffff; font-weight: bold }
.altrow1 { background-color: #C9D4E3 }
.altrow2 { background-color: #D6E1F2 }

.small { font-size: 9pt }

.sel_text { font-size: 9pt; color: #666666; }
