body { margin: 15px 0 0 0; color: #FFF; font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; line-height: 15px;
		background-color: #041924; background-image: url(../images/background.gif); background-repeat: repeat; }

table.wrapper { width: 900px; }

td.contentwrapper { border: 2px solid #FFF; background-color: #FFF; color: #041924;}

td.footerwrapper { background-color: transparent; color: #FFF; }

div.copyright_left { font-size: 9px; color: #FFF; text-align: left; float: left; display: block; padding-left: 12px; padding-top: 3px; font-family: Arial, Verdana, Helvetica, sans-serif;}

div.footerholder { height: 30px;}

div.header { width: 900px; height: 250px; border-bottom: 4px solid #A5E0DF; }

div.animation { float: left; padding: 15px 20px 10px 15px; width: 425px; height: 282px; }
div.txt_content { padding-top: 15px;}

p { padding-top: 8px; padding-bottom: 8px; margin: 0;}

h1 { font-size: 16px; line-height: 22px; font-weight: normal; color: #215C6B; margin: 0;}
h2 { font-size: 14px; line-height: 18px; font-weight: bold; color: #215C6B; margin: 0;}
h3 { font-size: 18px; line-height: 18px; font-weight: bold; font-style: italic; color: #215C6B; margin: 0;}

.yellow { color: #C2A204; }
.spacedout { letter-spacing: 1px; }

.wht_txt { color: #FFF; }

ul { margin-top: 0; margin-bottom: 0px;}

a {color: #425A5A; text-decoration: none;}
a:link {color: #425A5A; text-decoration: none;}
a:active {color: #A5E0DF; text-decoration: none;}
a:visited {color: #425A5A; text-decoration: none;}
a:hover {color: #A5E0DF; text-decoration: none;}

a.email {color: #425A5A; text-decoration: none; letter-spacing: 1px;}
a.email:link {color: #425A5A; text-decoration: none; letter-spacing: 1px;}
a.email:active {color: #A5E0DF; text-decoration: none; letter-spacing: 1px;}
a.email:visited {color: #425A5A; text-decoration: none; letter-spacing: 1px;}
a.email:hover {color: #A5E0DF; text-decoration: none; letter-spacing: 1px;}


/* 
   Styles for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn 
*/
div#hold	{ 
	position:relative; overflow:hidden;
	width:405px; height:282px; 
  z-index:100; 
	}
div#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:405px; height:282px; 
	clip:rect(0px, 425px, 265px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
div.content { 
	position:absolute; visibility:hidden;
	left:0px; top:0px; 
	z-index:1; 
	}
	
/* Set small font-size or size/position of div's will be off in some browsers  */
div#scrollbar { 
  position:relative; left:0; top:0;
  width:11px; height:282px; 
  font-size:1px; z-index:1;
  }
div#track { 
  position:absolute; left:0; top:12px;
  width:11px; height:257px;
  background: url("../images/track.gif") #c9dfe6 repeat;
  z-index:1;
  }
div#dragBar {
  position:absolute; left:1px; top:1px;
  width:9px; height:20px;
  background-color:#425A5A;
  z-index:1;
  }  
div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }

div.content { text-align:left }

td#scrollLinks { padding-left: 10px; }

p.scrollcontent { margin: 0; text-align: left; }
		
