﻿
html, body {
width: 100%;
height: 100%;
margin:0px 0px 0px 0px;
}


table
{
 border:none;
 border-collapse:collapse;   
}
img
{
 border:none;   
 border-collapse:collapse;
 margin:0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 border-spacing:0px;
 outline:#FF00000 none 0px;
}
.SpacerBackground
{
/* color for right left spacer pages*/
 background:#3B4058;
 margin:0px 0px 0px 0px;
 height:100%;
 border:none;
 border-collapse:collapse; 

}

.FullTable
{
/* full size table */
 height:100%;
 width:100%;
 margin:0px 0px 0px 0px; 
 border:none;
 border-collapse:collapse;   
    
}

.ContentTable
{
/* Content Holder Table*/
 height:100%;
 width:750px;
 margin:0px 0px 0px 0px; 
 border:none; 
 border-collapse:collapse; 
}

.NavigationColumn
{
 /* color behaind the nav buttons*/
 background-color:#636780;
 height:100%;
 width:150px;
 vertical-align:top;   
}

.NavLink
{
cursor:hand;  

COLOR: #FEF6D0;

FONT-FAMILY: Tahoma, arial;
BACKGROUND-COLOR: #747895;
width:150px;
height:20px;
text-align:center;
text-decoration:none;  
}


.NavButtonOff
{
 /*Navigation button in off setting*/   

    BORDER-RIGHT: #4D5F7A 1px solid;
    BORDER-TOP: #888AA0 1px solid;
    BORDER-LEFT: #888AA0 1px solid;
    BORDER-BOTTOM: #4D5F7A 1px solid;
        
    FONT-SIZE: 10pt;
    
    CURSOR: default;
    COLOR: #FEF6D0;
    
    FONT-FAMILY: Tahoma, arial;
    BACKGROUND-COLOR: #747895;
    width:150px;
    height:20px;
    text-align:center;
    text-decoration:none;

}



.TextNormal
{
 text-align:left;
 color:#4F5370;
 font-family:Arial, Tahoma, Times New Roman;
 font-size:10pt;
}
.TextBold
{
 text-align:left;
 color:#4F5370;
 font-family:Arial, Tahoma, Times New Roman;
 font-size:10pt;
 font-weight:bold;
}

.TextPara
{
 text-align:justify;
 color:#4F5370;
 font-family:Arial, Tahoma, Times New Roman;
 font-size:10pt; 
}


.ContentCell
/* White cell for content Text*/
{
  border-collapse:separate;
  background-color:#FFFFFF;
  height:100%;
  width:100%;
    
}

.FooterRow
{
 text-align:center;
 background-color:#F4E1C8;   
 color:#4F5370;
 font-family:Arial, Tahoma, Times New Roman;
 font-size:8pt;
 text-decoration:underline; 
}

.links
{
 font-family:Arial, Tahoma, Times New Roman;
 font-size:10pt;
 text-decoration:underline;
 color:#4F5370; 
}

.ScrollContent
{
/* Scrolling Div for content*/
	overflow:auto;
	height:98%;
	width:590px;
	position:static;
	padding: 30px 25px 30px 20px;
	text-align:center;  
	margin: 5px 5px 5px 5px;
    
}

.ContentTextWidth
{
 /* Width of content text next to images*/
 width:60%;
 
 
}
.ContentTitle
{
    /* Page title text */
    
  FONT-SIZE: 12pt;
  COLOR: #4F5370;
  FONT-FAMILY: Tahoma, arial;
  TEXT-ALIGN: justify;
}
.ContentHeader
{
    /* Paragraph header text */
    
  FONT-SIZE: 10pt;
  COLOR: #4F5370;
  FONT-FAMILY: Tahoma, arial;
  font-weight:bold;
}

.SpacerRow
{
 /* distance between paragraphs in content text*/
    height:20px;
    
}

.NextLine
{
 /* distance between paragraphs in content text*/
    height:10px;
    
}

.ExtraPhotos

/* alignment for extra photo images and text */
{
 text-align:center;
 color:#4F5370;
 font-family:Arial, Tahoma, Times New Roman;
 font-size:8pt; 
}