.font-light-grey {
	font-family: "Times New Roman", Times, serif;
	color: #CCCCCC;
}
.font-dark-grey {
	font-family: "Times New Roman", Times, serif;
	color: #666666;
}
.style2 {
	color: #CCCCCC;
	font-weight: bold;
	font-style: italic;
}
.style3 {font-family: "Times New Roman", Times, serif}
.style5 {
	color: #CCCCCC;
	font-weight: bold;
}
.style10 {font-size: 12px}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: "Times New Roman", Times, serif;
	
}

a:link, a:visited, a:hover {
	color: #333366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee;
	width: 100%;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #E1CCCF;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 75%;
	padding: 0px 4px 0px 0px; 
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}

