/* page layout */

body {
	margin:0;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#banner {
	background-image: url(fs_images/bg_banner.gif);
	background-repeat:repeat-x;
	width: 100%;
	height: 90px;	
	margin:0;
}

#menu {
   	margin: 10px;
   	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;     
	text-decoration: none;	
}	

#content {
	padding:10px;
	width:auto;
}

#alphabet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
	letter-spacing: 10px;
	border-top:1px solid #CCCCCC;
	border-bottom:1px solid #CCCCCC;		  
}

#thumbnails {
	float:right;
	margin:10px;
	width: auto;
}

/* sets thumbnail and caption styles */

div.caption {
	text-align:left;
	margin:0 3px 0 3px;
}

/* sets the width of the thumbnail table cells - set this to size of the thumbnails */
td.thumbnail {
	width:80px;
	vertical-align: top;
	text-align:center;	
}

img.thumbnail {
	border: 0;
	margin:3px;
}


/* text styles */

h1 {
	font-weight: bold;
    font-size: 20px;
    color: #333333;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;   
}

h2 {
	font-weight: bold;
    font-size: 16px;
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
    font-size: 14px;
    color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
    font-size: 13px;
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 12px;
    color: #333333;
    line-height: 120%;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

tr, td {
	font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.bannertitle {
	position: absolute;
	top: 15px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #333333;
	margin-left: 10px;
}

.imagecaption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
    color: #999999; 
	margin-left: 0;   
	margin-top: 3px;
}

/* link styles */

a:link
{
    color: #FF9900;
	font-weight:bold;
    text-decoration: none;
}
a:visited {
    color: #D98200;
	font-weight:bold;
    text-decoration: none;
}

a:active {
   	color: #B36B00;
    text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
	color: #FF6600;
	font-weight:bold;
}

a.menu:link {
	color: #D98200;
	font-size:14px;
	font-weight:bold;    
	text-decoration: none;	
}

a.menu:visited {
    color: #D98200;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none
}

a.menu:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;  
	color: #FF6600;
}

a.menu:active {
   	color: #B36B00;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none;
}

a.alphabet:link {
	color: #D98200;
	font-size:14px;
	font-weight:bold;    
	text-decoration: none;		
}

a.alphabet:visited {
    color: #D98200;
	font-size:14px;
	font-weight:bold; 
    text-decoration: none
}

a.alphabet:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;  
	color: #FF6600;
}

a.alphabet:active {
   	color: #B36B00;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none;
}

a.glossaryitem:link {
	color: #FF6600;
	text-decoration:none;	
	background-color:#F5F9FC;
	border-bottom: 1px dotted #2C5783;	

}

a.glossaryitem:visited {
	color: #FF6600;
	font-weight:bold;
	text-decoration:none;
	border-bottom: 1px dotted #2C5783;		
}

a.glossaryitem:hover {
	color: #FF6600;
	font-weight:bold;
	background-color:#FFE0CC;
	text-decoration:none;
	border-bottom: 1px dotted #2C5783;	
}

a.glossaryitem:active {
	color: #B36B00;
	font-weight:bold;
	text-decoration:none;
	background-color:#FFE0CC;
	border-bottom: 0;	
}

/* for the glossary*/

#LetterLayer {
	position:absolute; 
	height:20px auto; 
	z-index:1; 
	left: 2px;
	padding:10px; 
	background-color:#F4F4F4;  
	width:98%;
	letter-spacing: 10px;
}

.menudisabled
{
	color:#666666;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none
}

.glossarytext {
    font-weight: normal;
    font-size: 12px;
    color: #333333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.glossaryitemtitle {
	font-weight:bold;
}

/* sets styles for printing */

@media print {

#LetterLayer {
/* turns off the moving glossary layer for printing */
	display:none; 
}
#alphabet {
/* turns off the alphabet for printing */
	display:none; 
}

#menu {
/* turns off the mmenu for printing */
	display:none; 
}
}

