/* page layout */

body{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #E9EDD1;
	margin: 0px 10px 10px 10px;
	text-align: justify;
	/* the following scrollbar properties are for ie 5.5 only and are 
not a w3c xhtml standard */
         scrollbar-3d-light-color:#000000;
         scrollbar-arrow-color: #ffffff;
         scrollbar-dark-shadow-color: #bdda8d;
         scrollbar-face-color: #669933;
         scrollbar-highlight-color: #669933;
         scrollbar-shadow-color: #669933;
         scrollbar-track-color:#bdda8d;
         scrollbar-base-color: #669933;
		}

#banner {
	width: 100%;
	height: 59px;
	margin:0;
	text-align: left;
}

#navbar {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	margin-top: -10px;
	margin-bottom: 18px;	
}
#navbar a:link, #navbar a:visited, #navbar a:active{
	color: White;
	text-decoration: none;}
#navbar a:hover{
	color: Black;
}		

#content {
	padding: 0px;
	width:auto;
}

#thumbnails {
	float: none;
	margin: 0px;
	width: auto;
}

/* sets thumbnail and caption styles */

div.caption {
	text-align:left;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
}

/* sets the width of the thumbnail table cells - set this to size of the thumbnails */
td.thumbnail {
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	border: 0px;
}

img.thumbnail {
	border: 0px;
	margin: 5px 0px 5px 0px;
}


/* text styles */

h1{
	color: #000066;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
}
h2{
	color: #6B1439;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: 5px;}
h3{
	font-size: 11px;
	font-weight: normal;
	margin: -10px 10px 0px 15px;
}
h4{
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}
/* H5 references style */
h5{
	color: Black;
	font-weight: normal;
	font-size: 11px;
	margin-top: 0px;
	font-style: normal;
}
/*h6 heading for charcter state names*/
h6{
	font-size: 14px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 0px;
}
p{
	font-size: 12px;}

tr, td {
	font-size: 12px;
}
.top{
	font-size: 10px;
	font-weight: bold;
	margin: -5px 0px -5px 0px;
}
.bannertitle {
	position: absolute;
	top: 0px;
	display: block;
	color: #000066;
	font-weight: bold;
	font-size: 28px;
	margin-top: 10px;
	font-style: italic;
	text-transform: uppercase;
}
.bannercharacter {
	color: #000066;
	font-weight: bold;
	font-size: 24px;
	margin-top: 10px;
	font-style: normal;
	text-align: left;
}
.bannercharacter a:link{
	color: #000066;
	text-decoration: none;
}
.imagecaption {
   font-size: 12px;
   color: Black; 
	margin-left: 10px;   
	margin-top: 0px;
}

/* link styles */

a:link, a:visited, a:active{
	color: #000066;
	text-decoration: none;}
a:hover{
	color: #669933;}
.top a:link, .top a:visited, .top a:active{
	color: #000066;
	text-decoration: none;}
.top a:hover{
	color: #6B1439;}

a.glossaryitem:link, a.glossaryitem:visited, a.glossaryitem:active {
	color: #000000;
	text-decoration:none;	
}
a.glossaryitem:hover {
	color: #669933;
	text-decoration:none;
}

/* for the glossary*/

#LetterLayer {
	position:absolute; 
	height:20px auto; 
	z-index:1; 
	left: 2px;
	padding:10px; 
	width:98%;
	letter-spacing: 0px;
}

.menudisabled
{
	color: #88C350;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	text-decoration: none;
}

.glossarytext {
    font-weight: normal;
    font-size: 12px;
    color: Black;
}

.glossaryitemtitle {
	font-weight:bold;
	font-size: 12px;
	color: #6B1439;
}

/*styles for alphabet*/
#alphabet {
	font-size: 12px;
	color: white;
	background-color: #669933;
	padding: 2px 5px 2px 5px;
	margin-top: -10px;
	margin-bottom: 10px;	
	letter-spacing: 8px;
	font-weight: bold;
}
#alphabet a:link, #alphabet a:visited, #alphabet a:active{
	color: White;
	text-decoration: none;}
#alphabet a:hover{
	color: Black;
}	
.popwin{
	FONT-WEIGHT: normal;
	FONT-SIZE: 10px;
	FLOAT: right;
	COLOR: #999999;
	MARGIN-RIGHT: 10px;
	TEXT-ALIGN: right;
}
a.popwin {
	COLOR: #999999;
	TEXT-DECORATION: none;
}
a.popwin:hover {
	COLOR: #6B1439;
}

/* 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; 
}
}



.navtext {
       width:235px;
       font-size:8pt;
       font-family:verdana;
       border-width:2px;
       border-style:outset;
       border-color:#006BAE;
       layer-background-color:#FFF6D9;
       background-color:#FFF6D9;
       color:black;
       }