/*---- Layout ----*/
html {
	font-size: 100%
}

.fade {
  position: absolute;
}

.fade div {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

div
{
	/* this is for netscape 4's sake */
	padding: 0;
	margin: 0;
}
body
{
	padding: 20px;
	margin: 0;
}

#header {
	margin: 0 auto;
	width: 850px;
}

#oldbrowser
{
	text-align: center;
}
#masthead h1
{
	display: inline;
}
#leftcolumn
{
	margin-right: -200px;	/* IE 4 fix */
}
#leftColumn
{
	float: left;
	width: 200px;
	/*/*/ /*/margin: 0 0 0 2px; /* Silly Netscape hack to get the borders to line up */
}
#contentColumn
{
	width: auto;
	margin-left: 199px;
}
#masthead, #innerLeftColumn, #innerContentColumn, #innerFooter
{
	padding: 10px;
}
#footer
{
	clear: left;
}
#innerFooter
{
	text-align: center;
}
#innerContentColumn
{
	overflow: visible;
	height: 100%;	/* fix the Win32 IE float bug */
}
#contentColumn>#innerContentColumn
{
	height: auto;	/* fix Opera 5 which breaks with the above IE fix */
}
#innercontentcolumn
{
	height: 100%;	/* fix IE 5.0 which parse the Opera fix, note the selector is all lower case */
}
#masthead, #footer
{
	z-index: 10;
}

/*---- Visual Elements ----*/
body, input { /* redundant rules for bad browsers  */
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: #fff;
	color: #000;
	padding: 20px;
	margin: 0;
}

body {
}

#pageLogo {
	float: left;
	width: 350px;
	height: 159px;
}

#pageHeader {
	width: 850px;
	height: 145px;
}

#pageFrame {
	background-color: #fff;
	color: #000;
	width: 850px;
	min-width: 500px;
}

.hide {
	display: none;
}

#contents, #homecontents {
	margin: 0 auto;
	width: 850px;
	margin-top: 18px;
}

#homecontents {
}

.homeoffice {
	text-align: center;
	font-size: 85%;
}

h2.homeoffice {
	padding: 0;
}

/*---- Simple Horizontal Navigation for IE 4/5.0/NS4 ----*/
.navtabs
{
	white-space: nowrap;
	margin: 0;
	color: #000;
}
.navtabs
{
	padding: 3px 0 4px 0;
}
.navtabs ul
{
	text-align: center;
	list-style-type: none;
	line-height: normal;
	margin: 0;
	padding: 0;
}
.navtabs ul li
{
	display: inline;
	white-space: nowrap;
	/*/*/ /*/display: none;/*  */
}

/*---- Real Nav ----*/
#pageNav {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 850px;

}

#navtabs {
	font: 100% Arial,sans-serif}
}

ul#navtabs{
	list-style: none;
	margin: 0;
	padding: 7px 0;
	font-weight: bold;
	white-space: nowrap
}

ul#navtabs li {
	display: inline;
	margin: 0 2px
}

ul#navtabs a {
	text-decoration: none;
	padding: 0 0 3px;
	border-bottom: 4px solid #999;
	color: #000
}

ul#navtabs a#current {
	border-color: #ccc;
	color: #005a9c;
}

ul#navtabs a:hover {
	border-color: #005a9c;
	color: #005a9c;
}

p {
	border: 0px;
}

h1, h2, h3 {
	padding: 0px;
	margin: 0px;
	color: #005a9c;
}

h1, h2 {
	font-style: italic;
	font-size: 110%;
}

h3 {
	font-size: 100%;
}

#footer {
	clear: both;
	margin-top: 2em;
	margin-bottom: 1em;
	color: #888;
	text-align: center;
	font-size: 85%;
}

#infobox {
	font-size: 90%;
	padding: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	width: 200px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	float: right;
	background: #ffffff url("/images/background.png") repeat-x;
}

.homepageimage {
	margin-bottom: 10px;
	height: 400px;
}

.homepageimage p, h5{
	margin: 0;
	padding: 5px 0 10px 0;
	text-align: center;
	font-size: 140%;
	color: #005a9c;
	font-weight: bold;
}

