/* THE FOLLOWING ARE FOR THE NORMAL LINKS */
A:link {
     color: #333399 ;
     text-decoration: none;
     font-weight: 800;    
}

A:visited {
	color: #333399 ;
	text-decoration: none; 
	font-weight: 800;   
} 
     
A:hover {
	color: #AE3636;
	text-decoration: underline;
}

A:active {
	color: #AE3636;
	text-decoration: none;
} 

IMG {
  border: none;
  text-decoration: none;
}

DIV {
	/*width: 690px;
	height: 400px;*/
	OVERFLOW: auto;
	color: #333333;
	font-family: Times, serif ;
	font-size: 11pt;
	padding-right: 10pt;
}

hr {
	width: 800px;
	color: #333333;
}

.heading {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:14pt ;
	color: #333333;
	font-weight: bolder;
}

.subHeading {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:12pt ;
	color: #333333;
	font-weight: bold;
	font-style: italic;
}

.subSection {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:11pt ;
	color: #333333;
	font-weight: bold;
}

.topNav {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:10pt ;
	color: #000000 ;
	font-weight: bolder;
}
     
 /* THE FOLLOWING LINK TAGS ARE FOR THE TOP NAVIGATION LINKS */
A.topNav:link {
	color: #AE3636 ;
	text-decoration: none;
}

A.topNav:active {
	text-decoration: none;
	color: #666666;
}

A.topNav:visited {
	color: #AE3636 ;
	text-decoration: none;

}

A.topNav:hover {
	text-decoration: underline;
	color: #666666;

}

 /* THE FOLLOWING LINK TAGS ARE USED TO INDICATE THE CURRENT PAGE */
A.onNav:link {
	color: #000000 ;
	text-decoration: none;
}

A.onNav:active {
	text-decoration: none;
	color: #000000;
}

A.onNav:visited {
	color: #000000;
	text-decoration: none;

}

A.OnNav:hover {
	text-decoration: none;
	color: #000000;

}

.sideNav {
	font-family: Helvetica, Arial, sans-serif ;
	font-size:9pt ;
	color: #000000 ;
	font-weight: 700;
}

 /* THE FOLLOWING LINK TAGS ARE FOR THE SIDE NAVIGATION LINKS */
A.sideNav:link {
	color: #AE3636 ;
	text-decoration: none;
}

A.sideNav:active {
	text-decoration: none;
	color: #666666;
}

A.sideNav:visited {
	text-decoration: none;
	color: #AE3636 ;

}

A.sideNav:hover {
	text-decoration: underline;
	color: #666666;
}


ul { 
	font-size: 10.5pt; 
	font-family: Times, serif ;
	list-style-type: disc;
	color: #333333;
	margin-left: 40px;
}

.subbullet {
    font-size: 10.5pt; 
	font-family: Times, serif ;
	list-style-type: circle;
	color: #333333;
	margin-left: 40px;
	line-height: 150%;
}

.copy { /* Copywrite at the bottom of the page*/
	font-family: Helvetica, Arial, san-serif ;
	font-size: 7pt ;
	color: #333333;
	margin-bottom: 0pt;
	margin-top: 0pt;
}

.footerNav { 
	font-family: Times, serif ;
	font-size: 10pt;
  padding: 20px 0px 0px 0px;
}

/*


				<table class="footerNav" width="100%">
				  <tr>
				    <td><a href="">&lt;&lt; Stuff</a></td>
				    <td>&nbsp;</td>
				    <td style="text-align: right;"><a href="research2.html">Interviews/Shadowing &gt;&gt;</a></td>
				  </tr>
				</table>
				
A.footerNav:link {
	color: #AE3636 ;
	text-decoration: none;
}

A.footerNav:active {
	text-decoration: none;
	color: #666666;
}

A.footerNav:visited {
	text-decoration: none;
	color: #AE3636 ;

}

A.footerNav:hover {
	text-decoration: underline;
	color: #666666;
}
*/