#subHeader{
	width: 988px;
	position: absolute;
	top: 133px;
}
#bannerRight {
	position: absolute;
	top: 7px;
	left: 871px;
}
#container {
	width: 988px;
	margin: 0 auto;
}
body, html {
	width: 100%;
	height: 100%;
	background-image: url(../images/pattern.gif);
	background-position: center 133px;
}
#wrapper {
	width: 100%;
	height: 100%;
	background-image: url(../images/header_2.gif);
	background-repeat: repeat-x;
}
#content {
	padding: 10px 103px;
	width: 780px;
	margin-left: -30px;
	background-image: url(../images/shadow.gif);
	clear: both;
	height: 100%;
}
#btnName {
	position: absolute;
	top: 170px;
	left: 640px;
}
#header {
	position: absolute;
	width: 780px;
}
#logo {
	position: absolute;
	left: 0;
}
.userMessage {
	float: left;
}
.userActions {
	margin-left: 658px;
}
#menu {
	position: absolute;
	top: 109px;
	margin-left: 64px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
#menu a {
	color: #FFFFFF;
	background: none;
	display: block;
	float: left;
	margin-right: 10px;
	padding: 3px 5px 0;
	height: 19px;
	vertical-align: middle;
}
#menu a img{
	display: block;
	float: left;
	margin-top: 1px;
	margin-right: 5px;
}
#menu a:link {}
#menu a:visited {}
#menu a:hover {
	background: url(../images/rollover.gif) repeat-x;
	color: #000000;
}
#user {
	background: url(../images/loginbar.gif) no-repeat;
	padding: 5px 10px 0 10px;
	height: 28px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}
#user a {
	font-size: 12px;
}
.locationBar {
	background: url(../images/locationbar.gif) no-repeat;
	padding: 5px 10px 0 10px;
	height: 28px;
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
}
.locationBar a {
	color: #FFF;
	background: none;
}
.lowerBar {
	background-image: url(../images/header_2.gif);
	background-repeat: repeat-x;
	background-color: #CC6666;
	clear: both;
	width: 100%;
	height: 300px;
	background-position: 0 300px;
}
.lowerBorder {
	border-top: 1px solid #acacac;
	width: 802px;
	margin-left: 63px;
}
#dropdownArrow {
	display: none;
	position: absolute;
	top: 130px;
	z-index: 9999999;
}
#dropdownHolder {
	position: absolute;
	top: 130px;
	padding: 7px 0 0 4px;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, arial, sans-serif;
	z-index: 999999;
	display: none;
}
#dropdownMenu {
	width: 180px;
	padding: 3px 0 0 0;
	background: url(../images/dropdowngradient.gif) repeat-x #fff;
	border: 1px solid #656565;
	border-top: 0;
	font-weight: bold;
}
#dropdownMenu a {
	color: #333333;
	display: block;
	padding: 4px 8px;
}
#dropdownMenu a:link, #dropdownMenu a:visited {
	color: #333333;
}
#dropdownMenu a:hover {
	background-color: #EEE;
	color: #000;
}