#bodyContainer	{
	position: absolute;
	width: 100%;
	height: 100%;
	visibility: visible;
}
#header   {
	position: relative;
	background-color: #fbfbfc;
	background-image: url(/images/header-interior.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 500px;
	height: 100px;
	}
#headerBackground	 {
	background-image: url(/images/header-background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	position: absolute;
	top: 0;
	left: 0;
	width: 70%;
	height: auto;
	}

#sidebar   {
	background-color: #f0f0f0;
	border-left: 1px solid #c4d1e6;
	height:auto;
	position:absolute;
	top:0px;
	right:0px;
	width:30%;
	padding:4px;
	}

#sidebar h2   {
	font-size: 10pt;
	background-color: #c4d1e6;
	margin-left: -4px;
	padding-left: 4px
	}

#navigation        {
	background-color: #bbc1d1;
	background-image: url(/images/nav_background.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	margin: 0;
	padding: 5px 0 0 2%;
	position: absolute;
	top: 100px;
	left: 0;
	width: 70%;
	height: 20px;
	visibility: visible
	}



#content          {
	background-color: #fbfbfb;
	padding: 4px;
	border-bottom: 1px solid silver;
	border-left: 1px solid silver;
	position: absolute;
	top: 125px;
	left: 2%;
	width: 66%;
	height: auto;
	visibility: visible
	}

#footer	 {
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 0.25em;
	border-top: 1px solid silver;
	position: relative;
	}


a:link      {	color: #733b0f;
	text-decoration: underline;
	background-color: transparent }

a:visited              {	color: #4d4e52;
	text-decoration: underline;
	background-color: transparent }

a:hover               {	color: #e2842d;
	text-decoration: underline;
	background-color: transparent }

a:active     {	color: white;
	background-color: transparent }

body                           {
	color: black;
	background-color: white;
	margin: 0px;
	padding: 0px;
	}

img.border {	margin: 4px;
	padding: 2px;
	border: solid 1px black }
body,td	          {
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal
	}

td  { }
em {	font-style: italic }
h1, h2, h3, h4            {	color: black;
	font-weight: bold;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif }

h1     {
	font-size: 2em;
	font-variant: small-caps;
	line-height: normal;
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	margin: 0;
	padding: 0
	}


h2 {	font-size: 1.5em }
h3   {	font-style: normal;
	font-size: 1.25em;
	word-spacing: normal;
	letter-spacing: 0.05em }
h4 {	font-size: 1em }
input,textarea { }
strong {	font-weight: bold }
.smaller  {	font-size: 0.8em }
.caption {	color: #333333;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif }
a.nav:link    {
	color: #0e3e9e;
	text-decoration: none
	}

a.nav:hover    {
	color: #039;
	text-decoration: underline
	}

a.nav:visited     {
	}

p  { }
.addMargins               {
	background-color: #fff;
	padding: 4px;
	}
.footer  {
	color: #69c
	}

.justify { text-align: justify; }
.splashText  {	text-align: justify;
	padding-right: 5%;
	padding-left: 5%; }


