body{color:black;}
td#copyright{height:80px;text-align:bottom}
td#top{
	text-align:center;
	background-image:url('/images/design/curl_top.gif');
	background-repeat:repeat-x;
	background-position:-19px bottom;
	height:150px;
	vertical-align:middle;
}
img#top_logo{margin-left:auto;margin-right:auto;display:block}
td#home_pics{
	text-align:center;
	background-image:url('/images/design/curl_bottom.gif');
	background-repeat:repeat-x;
	background-position:-19px bottom;
	height:311px;
}
img.home_nav{
	float:right;
	clear:right;
}
table.subt{
	width:100%;
	border:0px;
}

/** scrollbar specs **/
/* hide from incapable browsers */
div#scrollbar { 
    display:none;
    }

/* below in external file */
div#wn	{ 
    position:relative; 
    width:884px; height:252px; 
    overflow:hidden;	
	}
div#scrollbar { 
    position:relative; 
    width:684px; height:14px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	 margin-left:auto;margin-right:auto;
	 margin-top:5px;
	 margin-bottom:15px;
  }

div#track { 
    position:absolute; left:22px; top:0px;
    width:641px; height:14px; 
    background-image:url('/images/design/scroll_bg.gif'); 
	 background-repeat:repeat-x;
  }
div#dragBar {
    position:absolute; left:0px; top:0px;
    width:51px; height:14px; 
  }  
div#left { position:absolute; left:0; top:0; }  
div#right { position:absolute; right:0; top:0;  }

/* vert scrollbar */
div#wn-v	{ 
    position:relative; 
    width:252px; height:884px; 
    overflow:hidden;	
	}
div#scrollbar-v { 
    position:relative; 
    width:14px; height:684px;
    display:block; /* display:none initially */
    font-size:1px;  /* so no gap or misplacement due to image vertical alignment */
	 margin-left:auto;margin-right:auto;
	 margin-top:5px;
	 margin-bottom:15px;
  }

div#track-v { 
    position:absolute; left:22px; top:0px;
    width:14px; height:641px; 
    background-image:url('/images/design/scroll_bg-v.gif'); 
	 background-repeat:repeat-y;
  }
div#dragBar-v {
    position:absolute; left:0px; top:0px;
    width:14px; height:51px; 
  }  
div#top { position:absolute; left:0; top:0; }  
div#bottom { position:absolute; right:0; bottom:0;  }



/* for safari, to prevent selection problem  */
div#scrollbar, div#track, div#dragBar, div#left, div#right {
    -moz-user-select: none;
    -khtml-user-select: none;
}

/* so no gap or misplacement due to image vertical alignment
font-size:1px in scrollbar has same effect (less likely to be removed, resulting in support issues) */
div#scrollbar img {
    display:block; 
    } 

a.gallery{
	padding:5px;
}
div#cert-list{
	font-family:sans-serif;
	font-size:10px;
	padding:5px;
	color:#FF9933;

}
#cert-list a {
	cursor:pointer;
	
}
#cert-list a:hover {
	text-decoration:underline;
}
.oos{
	font-family:Base9,Helvetica,sans-serif;
	font-size:12px;
	color:#A8B924;
	font-weight:bold;
}
