/* Default Page Values */
html {
overflow: -moz-scrollbars-vertical;
}
body {
background-color : #ffffff; 
margin : 0; 
padding : 0; 
} 
table {
margin-left : auto; 
margin-right : auto; 
} 
td {
vertical-align : top; 
/* white-space: nowrap; */
} 
p {
margin : 0.75em; 
white-space: normal; 
 }
  
PRE { white-space: pre;
} 
a:link {
color : #FFFFCF; 
font-weight : bold; 
text-decoration : none; 
} 
a:visited {
color : #E1E1BE; 
text-decoration : none; 
} 
a:active {
color : #80ACD8; 
} 
a:hover {
color : #FFFFFF; 
text-decoration : underline; 
}


img  { 
margin-top: 5px;
margin-bottom: 5px;
margin-left: 10px;
margin-right: 5px;
}

/* Cell formating  */

.cell0
 { 
background-color : #B3C6D9; /* blue  */
}
.cell1
 {
background-color : #FFFFDD;  /* yellow  */
height : 500px;
}

.cell2
 { 
/*width : 100px;  */
/*align : left;  */
}  

.cell2
 { 
/*width : 100px;  */
/*align : left;  */
vertical-align: bottom;
} 


/* Header image */
.head1 {
line-height : 0em; /* This gets rid of the images spacing in firefox */
} 
img.head1  { 
margin-bottom: 0px;
}


/* text Defualt formating */
.txt1, .txt2, .txt3, .txt4 {
font-family: "Times New Roman"; 
}

/* text-shadow : 3px 3px red, yellow -3px 3px 2px, 3px -3px; */
} 

.txt1 {
color : black; 
font-size : 12pt; 
font-weight : normal; 
text-indent : 2.5em; 
/* text-align : justify; */
text-align : left;
margin-left : 15px; 
margin-right : 15px;
margin-top : 8px;
line-height : 1.2em;  
} 

.txt2 {
color : #FFFFDD;
font-size : 11pt;
font-style: italic;  
text-align : left; 
text-indent : 2.5em;
margin-left : 10px; 
margin-right : 10px;
margin-top : 8px;
line-height : 1.2em;  
} 

.txt3 {
color : black; ;
font-size : 12pt;
font-style: italic;  
text-decoration: underline;
text-align : left; 
text-indent : 1em;
margin-left : 0px; 
margin-right : 0px;
margin-top : 8px;
line-height : 1.2em;  
} 

/* List format */
.txt4 {
color : black; 
font-size : 12pt; 
font-weight : normal; 
/* added to fix firfox issue */
padding-left : 1.5em;

text-indent : 0em; 
text-align : left;
margin-left : 5px;
list-style-position: inside;
line-height : 1em;
}  

.txt5 {
color : white; ;
font-size : 14pt;
font-style: none;
font-weight: bolder;
text-decoration: none;
text-align : left; 
text-indent : .5em;
margin-left : 0px; 
margin-right : 0px;
margin-top : 8px;
line-height : 1.2em;  
} 

.txt6 {
color : #FFFFDD; 
font-size : 12pt; 
font-weight : bold; 
text-indent : 0em; 
margin-left : 0px;
list-style-position: inside;
line-height : .5em;   
text-align: right;
}

.txt7 {
color : #5F5F5F; 
font-size : 10.5pt; 
font-weight : normal; 
text-indent : 0em; 
text-align : left;
margin-left : 30px; 
margin-top : 10px;
line-height : 1.2em;
}

.txt8 {
color : #405E5E; 
font-size : 14pt; 
font-weight : bold; 
text-align : left;
margin-left : 10px; 
margin-right : 10px;
margin-top : 8px;
line-height : 1.2em;
}


/* Menu formating */

.sidemenu a {
font : 19px "Times New Roman"; 
text-align : left; 
margin-left : 23px; 
line-height : 1.6em; 
color : #B3C6D9; 
text-decoration : none; 
width : 182px; 
height : 600px; 
}
.onmouse:active {
color : #EFEFB9; 
text-decoration : none; 
} 
.onmouse:link {
color : #EFEFB9; 
text-decoration : none; 
} 
.onmouse:visited {
color : #FFFFDD; 
text-decoration : none; 
} 
.onmouse:hover {
color : #80ACD8; 
text-decoration : none; 
}

/* Little Menu formating */
.littlemenu a {
font : 16px "Times New Roman"; 
text-align : left; 
font-weight : bold; 
margin-left : 0px; 
margin-right : 6px;
line-height : 1.2em; 
color : #B3C6D9; 
text-decoration : none; 
}
.onmouse2:active {
color : #EFEFB9; 
text-decoration : none; 
} 
.onmouse2:link {
color : #EFEFB9; 
text-decoration : none; 
} 
.onmouse2:visited {
color : #EFEFB9; 
text-decoration : none; 
} 
.onmouse2:hover {
color : #FFFFFF; 
text-decoration : none; 
}