body {
	padding: 0;
	margin: 0;
	font-family: Arial, sans-serif;
}
Table.wrapper {
    margin: 0px;
    padding: 0px;
    width: 100%;
	height: 100%;
}
Table.top {
	width: 100%;
	color:#FFF;
	background: #132647;
	height: 80px;
	border-bottom: 5px solid #132647;
}
Td.left {
	vertical-align: top;
	width: 200px;
	background-color: #FDB913;
}
Td.center {
	vertical-align:top;
	width: 100%;
	margin-top: 0px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #FFF;
}
Table.footer {
	width: 100%;
	height: 15px;
	background: #132647;
	color: #FFF;
	text-align: left;
}
#clear {
  clear: both;
}


/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
.CenterH1 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0;
}
table {
	border-collapse:collapse;
	margin:0;
}
ul {
	font-size: .9em;
	margin-top: -5px;
}
p {
	font-size: .9em;
	font-weight:normal;
}
th {
	font-size: 1em;
	font-weight: bold;
	background-color:#FF9900;
	text-align: center;
}
.CenterH2 {
	font-size: .9em;
	font-weight: bold;
	text-decoration: underline;
}
p.CenterH2 {
	margin-bottom: 5px;
	margin-top: 0px;
}
.LogoImage {
	position: absolute;
	left: 0;
	top: 0;
}
.PageTitle {
	vertical-align:bottom;
	text-align: right;
	font-size: 1.3em;
	font-weight:bold;
	padding-bottom: 5px;
	padding-right: 15px;
}

.FooterText {
	margin-left: 10px;
	font-size: .6em;
	font-weight:bold;
	vertical-align: middle;
}
A.FooterLink:link       { text-decoration: none; color: #FFFFFF}
A.FooterLink:active     { text-decoration: none; color: #FFFFFF}
A.FooterLink:visited    { text-decoration: none; color: #FFFFFF}
A.FooterLink:hover      { text-decoration: none; color: #99CCFF}

Table.MBartbl {
	font-size: .9em;
}

Table.NavMenu {
	width: 200px;
	border-collapse:collapse;
	margin-bottom: 15px;
}
.NavMenuLinks {
	color: #132647;
	font-size: .8em;
	font-weight:bold;
	text-decoration:none;
}
.NavMenuTitle {
	color: #132647;
	font-size: 1.2em;
	font-weight: bold;
	font-style:italic;
}
A.NavMenuLinks:link       {
	text-decoration: none;
}
A.NavMenuLinks:active {
	text-decoration: none;
}
A.NavMenuLinks:visited {
	text-decoration: none;
}
A.NavMenuLinks:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
.White { background-color:#132647 }