/* Color Definitions for Site */
.darkblu {
  color: #0106AC;
}
.bolddarkblu {
	color:  #0106AC;
	font-weight: 900;
}
.offblu {
  color: #7175B8;
}
.lightblu {
  color: #DDE2ED;
}
.rust {
  color: #AC3900;
}
.teal {
	color: #267C7B;
}
.solidwhite {
	background-color: #FFFFFF;
}
.whiteText {
	color: #FFFFFF;
}
.boldred {
	font-weight: 900;
	color: red;
}
.aliceblue {
	background-color: aliceblue;
	color: #0000AA;
}
.darkblue {
	background-color: #0000AA;
	color: aliceblue;
}
.liteblue {
	background-color: #72B7DC;
	color: #0000AA;
}
.whitebg {
	background-color: #FFFFFF;
	color: #0000AA;
}

/* Standard Tags Definitions */
body {
	font: 13px Verdana, Arial, Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0px;
	background: #DDE2ED;
	background-image: url(/images/layout/bg.jpg);
	background-repeat: repeat;
	*font-size:small;
	*font:x-small;
}
p, td, th {
	font-size: 92%;
}
td {
    background-position: left top;
    text-align: left;
    vertical-align: top;
}
th {
    background-position: left top;
    text-align: left;
    vertical-align: top;
}
h1 {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    font-size: 136%;
    font-weight: 900;
    color: #0106AC;
    text-decoration: none;
}
h1.nospace {
	margin: 0px;
	padding: 0px;
}
h2 {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    font-size: 122%;
    font-weight: 800;
    color: #267C7B;
    text-decoration: none;
}
h3 {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    font-size: 107%;
    font-weight: 700;
    color: #0106AC;
    text-decoration: none;
}
h4 {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    font-size: 100%;
    font-weight: 500;
    color: #267C7B;
    text-decoration: none;
}
h5 {
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
    font-size: 92%;
    font-weight: 500;
    color: #0106AC;
    text-decoration: none;
}
a:link {
	line-height: normal;
	color: #0106AC;
}
a:hover {
	color: #AA00FF;
}
a:active {
	color: #0106AC;
}
a:visited {
	color: #0106AC;
}
input:focus {
	background: #FBFFC7;
	border-color: #0106AC #7175B8 #7175B8  #0106AC;
}
textarea:focus {
	background: #FBFFC7;
	border-color: #0106AC #7175B8 #7175B8  #0106AC;
}

/* Layout id Definitions */
#main-wrapper {
	position: absolute;
	left: 50%;
	width: 780px;
	margin-left: -385px;
	background: #FFFFFF;
	border: 1px solid #0106AC;
	margin-top: 3px;
}
/* header image */
#header {
	width: 100%;
	text-align: center;
	background-image: url(/images/layout/headerbg.jpg);
	background-repeat: repeat-x;
}
/* footer stuff */
#footer {
	width: 100%;
	text-align: center;
	font-weight: 900;
	font-size: 77%;
	color: white;
	background-color: #0106AC;
	clear: both;
}
/* main-content */
#content-wrapper {
	position: relative;
	background: #FFFFFF;
	width: 770px;
	height: 100%;
	min-height: 100%;
	clear: both;
}
#bar {
	background: #FFFFFF;
	background-image: url(/images/layout/bar.jpg);
	background-repeat: repeat-x;
	height: 5px;
	width: 780px;
}
#menu {
	float: left;
	width: 13em;
	padding: 0px;
	margin: 0;
}
#topbar {
	width: 596px;
	float: right;
	padding: 0;
	margin: 0;
}
#content {
	width: 550px;
	float: right;
	padding: 0;
	margin: 18px 18px 18px 18px;
	height: 100%;
}
.altrow {
	background-color: aliceblue;
}
.altrow1 {
	background-color: aliceblue;
}
.altrow2 {
	background-color: white;
}
.altrow3 {
	background-color: #D9F6E5;
}
.altrow4 {
	background-color: #C8D0E2;
}
.altrow5 {
	background-color: aliceblue;
	border-top: 1px solid lightgrey;
}
.altrow6 {
	background-color: white;
	border-top: 1px solid lightgrey;
}
.altrow7 {
	background-color: #F7F7D4;
	border-top: 1px solid lightgrey;
}
.altrow8 {
	background-color: #EAD4F7;
	border-top: 1px solid lightgrey;
}
.leftAlign {
	text-align: left;
}
.stdTable {
	table-layout: auto;
	width: 770px;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	margin: 0;
}
.pageTitle {
	font-size: 18px !important;
	font-style: normal;
	font-weight: 900 !important;
	color: #0000AA !important;
}
.datetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
.searchBtn {
	background-color: aliceblue;
    font-family: Arial, Geneva, Helvetica, Verdana, sans-serif;
	border: #000000 3px solid;
	font-size: 10px;
    font-style: bold;
	color: #000000;
} 
div span.fl {
	display: -moz-inline-box;
	float: left;
	vertical-align: bottom;
	width: 240px;
	font-size: 1em;
}
.ib140 {
	width: 140px;
}
div.clear {
	clear: both;
	vertical-align: bottom;
}
.title {
	font-weight: 900;
	font-size: 1.1em;
}
.subtitle {
	font-weight: 900
	font-size: 1em;
	font-style: italic;
}
.indent12 {
	padding: 0 0 0 12px;
}
.indent6 {
	padding: 0 0 0 6px;
}
.italic {
	font-style: italic;
}
ul.printable {
	margin: 0;
	padding: 0;
	width: 720px;
}
ul.printable li{
	list-style: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
	clear: both;
}
ul.printable li div{
	width: 150px;
	float: left;
}
ul.printable div.aRight {
	text-align: right;
	font-weight: 900;
	margin: 0 4px 0 0;
}
.nomargin {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.nodots {
	list-style: none;
}
.hilite {
	font-weight: 900;
	color: #003399;
}
.hiliteReversed {
	font-weight: 900;
	color: #EFFBFF;
	background-color: #003399;
	vertical-align: bottom;
}
.lfloat {
	float: left;
}
.rfloat {
	float: right;
}
.clear {
	clear: both;
}
.contentTitle {
	margin: 0 0 6px 0;
}
.contentSubTitle {
	float: left;
}
.contentDate {
	float: right;
}
.contentOfContent {
	clear: both;
}
.fileLinks {
	list-style: none;
	margin: 0;
	margin: 0;
}
ul.niceform {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.niceform li {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 2em;
}
ul.niceform li div.aright {
	float: left;
	text-align: right;
	padding: 4px;
}
ul.niceform li div.aleft {
	float: left;
	text-align: left;
	padding: 4px;
}
ul.niceform li div.acenter {
	float: left;
	text-align: center;
	padding: 4px;
}
ul.nicerow {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: both;
}
ul.nicerow li {
	float: left;
	padding: 0 6px 6px 0;
}
ul.nicerow li.aleft {
	text-align: left;
}
ul.nicerow li.acenter {
	text-align: center;
}
ul.nicerow li.aright {
	text-align: right;
}
.shortHeight {
	line-height: 1em;
}
.w97 {
	width: 97px;
}
.w195 {
	width: 195px;
}
.w390 {
	width: 390px;
}
.w585 {
	width: 585px;
}
.w780 {
	width: 780px;
}
.w50 {
	width: 50px;
}
.w75 {
	width: 75px;
}
.w100 {
	width: 100px;
}
.w125 {
	width: 125px;
}
.w150 {
	width: 150px;
}
.w175 {
	width: 175px;
}
.w200 {
	width: 200px;
}
.w225 {
	width: 225px;
}
.w250 {
	width: 250px;
}
.w300 {
	width: 300px;
}
.w350 {
	width: 350px;
}
.w400 {
	width: 400px;
}
.w500 {
	width: 500px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}
.w800 {
	width: 800px;
}
.f10 {
	font-size: 77%;
}
.f11 {
	font-size: 85%;
}
.f12 {
	font-size: 92%;
}
.f13 {
	font-size: 100%;
}
.f14 {
	font-size: 107%;
}
.f15 {
	font-size: 114%;
}
.f16 {
	font-size: 122%;
}
.f17 {
	font-size: 129%;
}
.f18 {
	font-size: 136%;
}
.f19 {
	font-size: 144%;
}
.f20 {
	font-size: 152%;
}
.f21 {
	font-size: 159%;
}
.f22 {
	font-size: 167%;
}
.f23 {
	font-size: 174%;
}
.f24 {
	font-size: 182%;
}
.f25 {
	font-size: 189%;
}
.f26 {
	font-size: 197%;
}
ul.staff {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.staff li {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.staff li div.aright {
	float: left;
	text-align: right;
	padding: 4px;
}
ul.staff li div.aleft {
	float: left;
	text-align: left;
	padding: 4px;
}
ul.staff li div.acenter {
	float: left;
	text-align: center;
	padding: 4px;
}
ul.staff li div.cleared {
	clear: both;
	text-align: left;
	padding: 4px;
}