BODY {
       background-color: #ffffff;
       font-family: verdana, arial, helvetica, sans-serif;
       margin: 0%;
}

#top {
	background-color:	#1f1f51;
}

td {
	vertical-align: top;
}
/* p is used to style the body text */
p {
          font-size: 80%;       
          font-family: verdana, arial, helvetica, sans-serif;
}

/* formatting for logo position */
#logo {
	text-align:	center;
} 
	  
/* BEGIN formatting for default (not specified) links */	  
A:link   {
         color: #1f1f51; text-decoration: none; border-style: none;
}
A:Visited { 
          color: #1f1f51; text-decoration: none; border-style: none;	  
}
/*A:Visited {           color: #666666; text-decoration: none; border-style: none;	  }*/

A:Hover { 
        color: #6944D8; text-decoration: none; border-style: none;
}
A:active {
         color: #6944D8; text-decoration: none; border-style: none;
}

/* BEGIN formatting for naviation links; */
#instruct {
    font-family		: verdana, arial, helvetica, sans-serif;
    font-size		: 70%; 
    color		: #000000; 
} 

#leftnav {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 70%;
} 
	
/* END formatting for naviation links; div name is the same as the link name */

/* BEGIN formatting for quotes */
#quote {
/*   float: left;*/
} 
/* END formatting for quotes */


/* BEGIN formatting for page content */
#content {
	 } 
#content2 {
    font-size		: 80%;
} 

/* Formatting for page header (and h3 tag) */
h3 {
          font-family	: verdana, arial, helvetica, sans-serif;
          font-size	: 100%;   
          font-weight	: bold;
          color		: #000099;  
          }

/* Formatting for subheads */
.subhead {
          font-family	: verdana, arial, helvetica, sans-serif;
          font-size	: 105%;   
          font-weight	: bold;
          color		: #000000;  
          }
		  
/* Formatting for italic text */
.italic {
          font-style: italic;
          }
		  
/* Formatting for bold text */
.bold {
          font-weight	: bold;
          }

/* formatting for footer disclaimers */
#disclaimer {
    width		: 70%;
    height		: 100%;
    font-family		: verdana, arial, helvetica, sans-serif;
    font-size		: 70%; 
    color		: #000000; 
    text-align		: center;
    float: left;
} 

/* Formatting for quote text */
.quotetext {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	color: #000099;
/*	text-align: top;
*/
}

/* Formatting for quote attribution */		  
.attribution {
          font-family	: verdana, arial, helvetica, sans-serif;
          font-size	: 80%;   
	  color		: #666666; 
	  text-align	: right; 
          }

/* Formatting for italic text */
.italic {
          font-style: italic;
          }
		  
/* Formatting for bold text */
.bold {
          font-weight	: bold;
          }
		
.disclaimtext {
    font-family		: verdana, arial, helvetica, sans-serif;
    font-size		: 70%; 
    color		: #000000; 
    text-align: left;
}

