/*-- 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 {
display: none;
}

#toolbar {
display: none;
}

/*-- format the container for the global navigation buttons --*/
#globalnav {
display: none;
}

/*-- format the container for the left-hand nav --*/
#navcont {
display: none;
}

#navcont2 {
display: none;
}

#navcont3 {
display: none;
}

/*-- format the footer --*/
#footer {
display: none;
}

.clear {
	CLEAR: both;
}

/*-- format the page area --*/
#pagearea {
position: absolute; 
top: 10px;  
left: 10px;
}

/*-- 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: 0px;  /*-- distance from top of screen --*/
}

