/*-- format the body --*/
body {
padding-top: 0px; 
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
margin: 0px; 
background-color: #ffffff;  /*-- sets the body background to white --*/
}

/*-- set the properties of the header and its background --*/
#header {
position: absolute;
top: 0px;  /*-- places header at very top of screen --*/ 
left: 0px; 
overflow: hidden; 
width: 100%; 
background-image: url(../images/header_background.jpg); 
background-repeat: repeat-x;  /*-- repeats background horizontally --*/
height: 104px;  /*-- set same height as header_background.jpg --*/
}

#header img {
border-right: medium none; 
border-top: medium none; 
border-left: medium none; 
border-bottom: medium none;
}

#toolbar {
z-index: 2; /* places the toolbar on top of the header */
position: absolute;  /* places the toolbar at a specified position */
right: 5px;  /* all the way to the right */
top: 2px;  /* two pixels from the top */
text-align: right;  /* text within the toolbar is forced to the right */
}

#toolbar p {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.7em; /* reduces the font size to 80% */
color: #fff;  /* sets font color to white */
}

#toolbar a {
text-decoration: none;
color: #fff;  /* sets font color to white */
}

#toolbar a:hover {
font-style: italic;
}

/*-- format the container for the global navigation buttons --*/
#globalnav {
padding: 0 0 0 0;
margin: 0 0 0 0; 
white-space: nowrap; 
overflow: hidden;
position: absolute; 
top: 73px;  /*-- sets distance from top of screen --*/
right: 0px; /*-- puts global nav container all the way to the right --*/
height: 32px;   /*-- sets height of global nav container --*/
width: 100%;  /*-- this is necessary for Firefox and Netscape --*/
}

/*-- format the global nav buttons --*/
#globalnav img {
border: 0;
display: inline; 
float: right;  /*-- this is required for IE 5.0 to push the buttons to the right --*/
}

/*-- format the container for the left-hand nav --*/
#navcont {
border: 0 0 0 0;
left: 0px; 
width: 213px;  /*-- set the horizontal size of the left-hand nav container --*/
position: absolute; 
top: 104px;  /*-- set distance from top of screen --*/
}

#navcont2 {
border: 0 0 0 0;
left: 0px; 
width: 213px;  /*-- set the horizontal size of the left-hand nav container --*/
position: absolute; 
top: 104px;  /*-- set distance from top of screen --*/
visibility:hidden;
}

#navcont3 {
border: 0 0 0 0;
left: 0px; 
width: 213px;  /*-- set the horizontal size of the left-hand nav container --*/
position: absolute; 
top: 104px;  /*-- set distance from top of screen --*/
visibility:hidden;
}

#navcont img {
border: 0px;
}

#navcont2 img {
border: 0px;
}

#navcont3 img {
border: 0px;
}

/*-- format the footer --*/
#footer {
position: relative;
clear: both;  /*-- forces the footer to another line --*/ 
white-space: nowrap; 
background-color: #FFF;
}

/*-- format the footer graphics (if any) --*/
#footer img {
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
padding-top: 0px;
margin: 0px; 
text-align: center;
}

/*-- format the footer paragraph style and font characteristics --*/
#footer p {
font-size: 70%; 
margin: 4px; 
color: #999; 
font-family: arial, helvetica, sans-serif; 
background-color: #fff; 
text-align: center;
}

.clear {
	CLEAR: both;
}

/*-- format the page area --*/
#pagearea {
position: absolute; 
top: 120px;  /*-- places the page area directly under the header --*/
left: 208px;  /*-- page area begins at the right-hand side of the nav container --*/
}

/*-- format the content area within the main area, within the page area --*/
#content {
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
}

/*-- format Heading 1 --*/
#content h1 {
color: #003399;
font-style: italic;
}

/*-- format Heading 2 --*/
#content h2 {
color: #3366CC;
}

/*-- format Heading 3 --*/
#content h3 {
color: #999999;
}

#content img {
border-width: 0px;
padding:3px;
}

.floatright {
float: right;
}

.note {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
color:#FF3300;
}

/*-- format Date --*/
#date {
font-size: 11px; 
right: 10px; 
color: #000;
z-index: 2;
font-family: arial, helvetica, sans-serif; 
position: absolute; 
top: 108px;  /*-- distance from top of screen --*/
}

#signature {
font-family: Arial, Helvetica, sans-serif;
font-size: 90%;
font-weight: bold;
}