/* 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.jpg);
	background-repeat:repeat-y;
	background-color:#CCCCCC;
	width: 100%;
	height: 60px;	
	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;
	text-align:center;
	border-left:1px solid #CCCCCC;
}

div.caption {
	text-align:left;
	margin:0 3px 0 3px;
}

td.thumbnail {
	vertical-align: top;
	text-align: center;
	width: 100px;
}

img.thumbnail {
	border: 1px solid #666666;
	margin:3px;
}

/* text styles */

h1 {
	font-weight: bold;
    font-size: 20px;
    color: #003399;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;   
}

h2 {
	font-weight: bold;
    font-size: 16px;
    color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
    font-size: 14px;
    color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
    font-size: 13px;
    color: #003399;
	font-family: Arial, Helvetica, sans-serif;
}

p {
    font-size: 12px;
    color: #000000;
    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: #FFFFFF;
	margin-left: 10px;
}

.imagecaption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
    color: #666666; 
	margin-top: 3px;   
}

/* link styles */

a:link
{
    color: #FF6600;
    text-decoration: none;
}
a:visited {
    color: #666666;
    text-decoration: none;
}

a:active {
   	color: #FF0000;
    text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #FF0000;
}

a.menu:link {
	color: #FF6600;
	font-size:14px;
	font-weight:bold;    
	text-decoration: none;	
}

a.menu:visited {
    color: #FF6600;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none
}

a.menu:active {
   	color: #FFFF00;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none;
}

a.menu:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;  
	color: #FF0000;
}

a.alphabet:link {
	color: #FF6600;
	font-size:14px;
	font-weight:bold;    
	text-decoration: none;		
}

a.alphabet:visited {
    color: #FF6600;
	font-size:14px;
	font-weight:bold; 
    text-decoration: none;
}

a.alphabet:active {
   	color: #FFFF00;
	font-size:14px;
	font-weight:bold;  
    text-decoration: none;
}

a.alphabet:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;  
	color: #FF0000;
}

a.glossaryitem:link {
	color: #FF6600;
	background-color:#F5F5F5;
	border-bottom: 1px dotted #CCCCCC;	
}

a.glossaryitem:visited {
	background-color:#F5F5F5;
	border-bottom: 1px dotted #CCCCCC;	
}

a.glossaryitem:hover {
	background-color:#F5F5F5;
	border-bottom: 1px dotted #CCCCCC;	
}

a.glossaryitem:active {
	background-color:#F5F5F5;
	border-bottom: 0;	
}

.menudisabled
{
	color:#999999;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

/* for the glossary*/

#LetterLayer {
	position: absolute; 
	height: 20px auto; 
	z-index:1; 
	left: 2px;
	padding: 10px; 
	background-color: #F4F4F4;  
	width: 98%;
	letter-spacing: 10px;
}

.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; 
}
}

