/* How to use the Master Style sheet - copy and paste the styles you will be using from here to a blank file or remove all the styles not actually currently used on the site you are working on to help folks after you find the things they are looking for. Not all sites need all styles obviously -  but this is a fairly comprehensive list of things you might need and what to call them so folks can change them if needed. If you need to add new styles that are only used
for a particular site - please separate them out and comment them, again so they are easy to find.*/




P, TABLE, TD, TH, TR ,OL, UL, LI, DIV, BODY
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}


/* don't center align table headers by default */
TH  {
	text-align: left;
	}
   
/* classes */
/* HELPFUL */
	/* gets nested underneathe headers, and avoids the large bottom margin below them.
	example: <H3>Title<span class ="subheaader"><br>&nbsp;&nbsp;&nbsp;my subheader </span></H3>*/ 
.subheader {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	}  

	/* makes a skinny HR that looks good in NN4 */
HR  {
	height: 1px;
	}
	

	
/* all the link styles set here */

a:link, a:visited {
	color: #990000;
	font-size: 12px;
	}
   
a:hover, a:active {
    font-size: 12px;
	color: #993300;
	} 

a.leftnav:link, a.leftnav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.leftnav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF; 
	}
	
a.leftSubnav:link, a.leftSubnav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.leftSubnav:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
	color: #FFFFFF; 
	}
	
	
a.whiteTextLink:link, a.whiteTextLink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF; 
	}
	
a.whiteTextLink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: underline;
	color: #FFFFFF; 
	}
	
a.headlineLink:link, a.headlineLink:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #706500; 
	}
	
a.headlineLink:hover {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	color: #706500; 
	}		

a.breadcrumb:link, a.breadcrumb:visited {
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
	}
   
a.breadcrumb:hover, a.breadcrumb:active { 
	font-size: 10px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
	} 

a.footer:link,a.footer:visited { 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333; 
	text-decoration: none;
	}
	
a.footer:hover	{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333; 
	font-size: 10px;	
	text-decoration: underline;
	}
	
.smallWhiteText { 
	caption: Small White Text;  
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	}
	
.smallTextRed {  
	caption: Small Red Text; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #990000;
	}
	
.WhiteTextBold {  
	caption: Bold White Text; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold; 
	}
	
.footerText {  
	caption: Footer Text; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#333333; 
	font-size: 10px;
	}
	
.headline {
	caption: Headline;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 20px;
	line-height: 25px;
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-weight: bold;

	}
	
body {
	background-color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a.smallWhiteText:link, a.smallWhiteText:visited {

	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
.bullet_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.smWhiteText {

	caption: Bold White Text; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
 img{
 border-width: 0px;

 }