@charset "utf-8";
/* CSS Document */
/*This CSS file, 508.css, contains 508 compliancy styles for the VDOE web site*/

/* This is used for 508 compliance and display text only to screen reader which is not visible. */			    
.hidden 
 {
    position: absolute;
    margin-left: -999em;
    width: 0;
	height:0;
    overflow: hidden;
 }  	

/* This is used to set the font size to 110% */			    
.font110
	{
	font-size : 110% !Important; 
	}
 
/* This is used to set the font size to 100% */			    
.font100
	{
	font-size : 100% !Important; 
	}

/* This is used to set the font size to 95% */			    	
.font95
	{
	font-size : 95% !Important; 
	}
  
/* This is used to set the font size to 90% */			    	
.font90
	{
	font-size : 90% !Important; 
	}

/* This is used to set the font size to 85% */			    	
.font85
	{
	font-size : 85% !Important; 
	}  
/* This is used to set the font size to 85%, text center, line hieght 13px */			    	
.font85_center_hieght13px
	{
	font-size : 85%; 
	text-align:center;
	line-height:13px;
	}  
/* This is used to set the link style */			    	
.font85_center_hieght13px a
	{
	font-size : 85%;
	text-align:center;
	line-height:13px;
	color: #300;
	text-decoration: none;
	}  

/* This is used to set the font size to 80% */			    	
.font80
	{
	font-size : 80% !Important; 
	}

/* This is used to set the font size to 75% */			    	
.font75
	{
	font-size : 75% !Important; 
	}

/* This is used to set the font size to 70% */			    
.font70
	{
	font-size : 70% !Important; 
	}

/* This is used to set the font size to 65% */			    	
.font65
	{
	font-size : 65% !Important; 
	}

/* This is used to set the font size to 60% */			    	
.font60
	{
	font-size : 60% !Important; 
	}

/* This is used to make the font bold - No Longer Used*/			    	
/*.fontbold
	{
	font-weight:bold;
  }*/

/* This is used to set the text left aligned */			      
.alignleft
	{
  text-align:left !Important; 
	}

/* This is used to set the text center aligned */			      	
.aligncenter
	{
  text-align:center !Important; 
	}

/* This is used to set the text right aligned */			      	
.alignright
	{
  text-align:right !Important; 
	}
  
/* This is used to set the text justified */			      
.alignjustify{
	text-align:justify !Important;
}  

/* This is used to set the padding from top 10 px (Formula 1px = 0.0626 em)*/			      
.paddingtop {
  padding-top: 0.626em !Important;
}

/* This is used to set the padding from bottom 10 px (Formula 1px = 0.0626 em)*/					      
.paddingbottom {
  padding-bottom: 0.626em !Important;
}

/* This is used to set the padding from left 10 px (Formula 1px = 0.0626 em)*/					      
.paddingleft {
  padding-left: 0.626em !Important;
}

/* This is used to set the padding from right 10 px (Formula 1px = 0.0626 em)*/					      
.paddingright {
  padding-right: 0.626em !Important;
}

/* This is used to draw left border which is 1 px (Formula 1px = 0.0626 em)*/		
.borderleft1 {
  border-left : 0.0626em ridge black !Important;
}

/* This is used to draw left border which is 2 px (Formula 1px = 0.0626 em)*/		
.borderleft2 {
  border-left : 0.1252em ridge black !Important;
}

/* This is used to draw left border which is 3 px (Formula 1px = 0.0626 em)*/		
.borderleft3 {
  border-left : 0.1878em ridge black !Important;
}

/* This is used to draw right border which is 1 px (Formula 1px = 0.0626 em)*/		
.borderright1 {
  border-right : 0.0626em ridge black !Important;
}

/* This is used to draw right border which is 2 px (Formula 1px = 0.0626 em)*/		
.borderright2 {
  border-right : 0.1252em ridge black !Important;
}

/* This is used to draw right border which is 3 px (Formula 1px = 0.0626 em)*/		
.borderright3 {
  border-right : 0.1878em ridge black !Important;
}

/* This is used to draw top border which is 1 px (Formula 1px = 0.0626 em)*/		
.bordertop1 {
  border-top : 0.0626em ridge black !Important;
}

/* This is used to draw top border which is 2 px (Formula 1px = 0.0626 em)*/		
.bordertop2 {
  border-top : 0.1252em ridge black !Important;
}

/* This is used to draw top border which is 3 px (Formula 1px = 0.0626 em)*/		
.bordertop3 {
  border-top : 0.1878em ridge black !Important;
}

/* This is used to draw top bottom which is 1 px (Formula 1px = 0.0626 em)*/		
.borderbottom1 {
  border-bottom : 0.0626em ridge black !Important;
}

/* This is used to draw bottom border which is 2 px (Formula 1px = 0.0626 em)*/		
.borderbottom2 {
  border-bottom : 0.1252em ridge black !Important;
}

/* This is used to draw bottom border which is 3 px (Formula 1px = 0.0626 em)*/		
.borderbottom3 {
  border-bottom : 0.1878em ridge black !Important;
}