/* Common style elements used across several pages */

/* placeholder for revolving pictures - picture size must be 326 x 203px (WxH) */
#back_pics {
	position: absolute;
	top: 85px;
	left: 348px;
	width: 329px;
	height: 206px;
	background-color: #FFFFFF;
	border: 1px #000000 solid;
	padding: 6px;
}

body {
  background:       #FFFFFF;
  margin:           0;
  margin-left:      0;
  margin-right:     0;
  margin-top:       0;
  margin-bottom:    0;
  text-align:       left;
}

a.auxnavigate {
  color:            #525252;
  font-family:      Helvetica;
  font-size:        11pt;
  font-weight:      bold;
  text-decoration:  underline;
}

a.auxnavigate:hover {
	color: #005BC1;
}

img.pslogo {
  height:       75px;
  width:        175px;
  border:       0px;
}

/* bottom gray bar */
#bottomBanner {
	background: #E6E6E6 repeat-x top left;
	border-top: 1px #4F4F4F solid;
	height: 42px;
	clear: both;
}

#bottomNav {
	width: 700px;
	text-align: right;
	padding-top: 10px;
}

#bottomNav a {
	color: #525252;
	font-size: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
}

#bottomNav a:hover {
	color: #005BC1;
}

