.headerDiv {
	/*background-attachment: fixed;*/
	background-image: url(../_images/arHeaderBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 247px;
	width: 780px;
	top: 0px;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-top: 0px;
}
a {
	font-size: 12px;
	color: #666666;
}
a:hover {
	color: #003399;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
.divisionLogoBar {
	top: 12px;
	height: 59px;
	width: 780px;
	position:relative;
}
#vertULmenu {
	padding:1px;
	/*margin:0;*/
  margin-left:5px;
	position:relative;
	top:14px;
	font-variant:small-caps;
}
#vertULmenu li {
	list-style-type:disc;
	list-style-position:inside;
	color:#FFFFFF;
	font-weight:bold;
}
#vertULmenu a, #vertULmenu a:visited {
	display:inline;
	width:9em;
	font-family:arial, verdana, sans-serif; /* ADDED */
	font-size:0.9em; /* ADDED */
	color:#FFFFFF;
	/*text-align:center;  ADDED */
  text-decoration:none;/*border:1px solid #808;*/
  }
#vertULmenu a:hover {
	color:#FFFF00;
}

