/* page layout */

body {
	margin:20px;
	background-color:#FFFFFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	color: #E6E6D9;
}

#wrapper {
	position:relative;
	text-align:left;
	width:700px;	
}

#banner {
	background-image: url(fs_images/bg_banner.gif);
	background-repeat:no-repeat;
	width:700px;
	height: 55px;
	margin:0;
}

#content {
	padding:10px;
	width:700px;
	clear:both;
}

#alphabet {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	margin: 5px; 
}

#thumbnails {
	float:left;
	width:auto;
	margin: 0 0 10px 10px;
}

#mainimage {
	float:left;
	margin: 0 10px 10px 0;
	width:300px;
	height:300px;
}

/* sets thumbnail and caption styles */

div.caption {
	text-align:center;
	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: bottom;
	text-align:center;	
}

img.thumbnail {
	border: 0;
	margin:3px;
}

/* text styles */

h1 {
	font-weight: bold;
    font-size: 20px;
    color:  #999966;
    font-family:  Arial, Helvetica, sans-serif;
	letter-spacing:normal;   
}

h2 {
	font-weight: bold;
    font-size: 16px;
    color:  #999966;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	font-weight: bold;
    font-size: 14px;
    color: #999966;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-style: italic;
    font-size: 13px;
    color: #999966;
	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: 16px;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
	left: 183px;
	width: 279px;
	letter-spacing:normal;
}

.entitytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color:  #75754F;
	letter-spacing:normal;
}

.imagecaption {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
    font-size: 10px;
	font-style:italic;
    color: #75754F; 
	margin-top: 3px;   
}

/* link styles */

a:link
{
    color: #999966;
    text-decoration: none;
	font-weight:bold;
	font-style:italic;
}
a:visited {
    color: #666666;
    text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

a:active {
   	color: #75754F;
    text-decoration: none;
	font-weight:bold;
	font-style:italic;
}

a:hover {
	text-decoration: underline;
	color: #75754F;
	font-weight:bold;
	font-style:italic;
}

a.alphabet:link {
	color: #999966;
	font-size:14px;
	font-weight:bold; 
	font-style:normal;   
	text-decoration: none;		
}

a.alphabet:visited {
    color: #999966;
	font-size:14px;
	font-weight:bold; 
	font-style:normal;  
    text-decoration: none
}

a.alphabet:active {
   	color: #75754F;
	font-size:14px;
	font-weight:bold;  
	font-style:normal;  
    text-decoration: none;
}

a.alphabet:hover {
	text-decoration: none;
	font-size:14px;
	font-weight:bold;  
	font-style:normal;  
	color: #75754F;
}

a.glossaryitem:link {
	color: #999966;
	border: 1px solid #E0E0D1;
	padding:1px;
	text-decoration:none;	
}

a.glossaryitem:visited {
	color: #999966;
	text-decoration:none;	
	border: 1px solid #E0E0D1;
	padding:1px;	
}

a.glossaryitem:hover {
	border: 1px solid #999966;
	padding:1px;	
	text-decoration:none;	
}

a.glossaryitem:active {
	color: #FFFFFF;
	background-color:#999966;
	border: 1px solid #999966;
	padding:1px;	
	text-decoration:none;	
}

/* for the glossary*/

#LetterLayer {
	position: absolute; 
	height: auto; 
	z-index:1;
	top:0; 
	left: 0;
	width: 700px;
	letter-spacing: 10px;
	font-weight:bold;
	background-color:#FFFFFF;
}

.menudisabled
{
	color:#999999;
    font-weight: bold;
    font-size: 14px;
    margin: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none
}


.glossaryitemtitle {
	font-weight:bold;
	color:  #999966;
}

/* 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; 
}
}
