#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}

/* for scrolling layers  
	 Specify width and height in hold and wn, and in clip for wn */
#hold	{ 
	position:relative; overflow:hidden;
	width:318px; height:372px; z-index:100; 
	}
#wn	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:318px; height:372px; 
	clip:rect(0px, 318px, 372px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
#lyr1	{ 
	position:absolute; visibility:hidden; 
	width:318px; 
	left:0px; top:0px; 
	z-index:1; 
	}
	
#hold2	{ 
	position:relative; overflow:hidden;
	width:738px; height:372px; z-index:100; 
	}
#wn2	{ 
	position:absolute; 
	left:0px; top:0px; 
	width:738px; height:372px; 
	clip:rect(0px, 738px, 372px, 0px); 
	overflow:hidden;	
	z-index:1; 
	}
#lyr2	{ 
	position:absolute; visibility:hidden; 
	width:738px; 
	left:0px; top:0px; 
	z-index:1; 
	}
/* font spec's for layer content (ns4 doesn't inherit) */	

body, td, p {  color: #e4e3e3; font-family: Arial, Helvetica, sans-serif; font-size:11px;}

.heading {  font-size: 14px; color: #666666; font-weight: bold}
.subheading { font-size: 14px; color: #A24C61; font-weight: bold }
.highlight { font-size: 14px; color: #005761; font-weight: bold }

h1 {color: #bab1a8; font-family: "Times New Roman", Times, serif; font-size:44px; font-weight:normal;}
h2 {color: #bab1a8; font-family: "Times New Roman", Times, serif; font-size:18px; font-weight:normal; font-style:italic;}
h3 {color: #bf2228; font-family: Arial, Helvetica, sans-serif; font-size:12px; }

a { color: #e4e3e3; text-decoration: underline}
a:visited {color: #e4e3e3; text-decoration: underline}
a:hover {color: #e4e3e3; text-decoration: none}

.topnav { display: block; font-size: 12px; color: #949698; font-weight: normal; text-decoration: none; padding: 3px 14px 3px 0px;  background-image:url(none); text-align:right; }
.topnav:link { display: block; font-size: 12px; color: #949698; font-weight: normal; text-decoration: none; padding: 3px 14px 3px 0px;  background-image:url(none); text-align:right; }
.topnav:visited { display: block; font-size: 12px; color: #949698; font-weight: normal; text-decoration: none; padding: 3px 14px 3px 0px;  background-image:url(none); text-align:right; }
.topnav:hover { display: block; font-size: 12px; color: #949698; font-weight: normal; text-decoration: none; padding: 3px 14px 3px 0px;  background-image:url(http://www1.wsi-staging.com/bradakuttner/designimgs/redarrow.gif); background-repeat:no-repeat; background-position:center right; text-align:right; }

.subMenu { font-size: 12px; color: #949698; font-weight: normal; text-decoration: none}
.subMenu:link { font-size: 12px; color: #949698; font-weight: normal; text-decoration: none}
.subMenu:visited { font-size: 12px; color: #949698; font-weight: normal; text-decoration: none}
.subMenu:hover { font-size: 12px; color: #bf2228; font-weight: normal; text-decoration: none}

.footer { font-size: 10px; color: #76787a; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #76787a; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #76787a; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #76787a; font-weight: normal; text-decoration: underline}

#text1 {
	OVERFLOW: auto
}


.contentscrollbar{
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#C1C1C1;
scrollbar-track-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-arrow-color:#9A9898;
scrollbar-darkshadow-color:#C1C1C1;
scrollbar-3dlight-color:#FFFFFF;
}

.bg {
	background-image: url(designimgs/intro2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}