/* CSS document */
body {
	width:800px;
	background-color:#000;
	color:#F5F5F5;
	font-family:avant-garde, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
H2 {font-size:125%; color:#CCFFCC; text-transform:uppercase;}
H3 {font-size:115%; color:#CCFFCC; text-transform:lowercase;}
a {color:#cccccc; text-decoration:underline;}
ul li{list-style:square;}

/* DIV tag definitions */

#fullPage {width:100%; background-color:#000000; margin:15px 0px 0px 0px;}
#masthead {
	width:800px; height: 50px; margin:0; padding:0;
	background-image:url(/images/UPS-Hd800x100.jpg); height: 100px; width: 800px; }
#masthead h1 {visibility:hidden; display:none;}
#topNav {
	border-bottom:1px solid #000000;
	height:20px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-bottom: 0px;}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap; }

#navlist li {
	display: inline;
	list-style-type: none; }

#navlist a { padding: 3px 20px; }

#navlist a:link, #navlist a:visited {
	color: #fff;
	background-color: #000000;
	text-decoration: none;}
#navlist a:hover {
	color: #fff;
	background-color: #000000;
	text-decoration: none;}
#contents {border:1px solid #333; 
	background-image:url(/images/UPS-Background.jpg);
	background-color:#003333; 
	height:410px;}
#divTest{width:700px;height:400px;overflow:auto; padding:5px; }
#contentsIndex {border:1px solid #999999; background-color:#003333; height:400px;}
#divTestIndex{width:99%;height:400px;overflow:auto; padding:5px; }
#subNav li{list-style-type:square;}
#subNav li a{color:#cccccc;}

/* CLASS tag definitions */
.byLine {text-align:center; font-size: 10px;}
.creditLine {text-align:right; font-size: 10px;}
.TA {scrollbar-3dlight-color:;
   scrollbar-arrow-color:#660000;
   scrollbar-base-color:;
   scrollbar-darkshadow-color:;
   scrollbar-face-color:#999999;
   scrollbar-highlight-color:#989898;
   scrollbar-shadow-color:}
