#container {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: 970px;
	height: 108px;
	background-image: url(images/_header_background.png);
	background-repeat: repeat-y;
}

#logo {
	position: absolute;
	left: 18px;
	top: 12px;
}

#fastClick {
	position: absolute;
	right: 33px;
	top: 20px;
	width: 475px;
	height: 66px;
	text-align: right;
}

#fastClick a {
	padding-left: 11px;
}

.scroller {
	background-color: #FF6;
	padding: 3px 25px 5px 25px;
	font-size: 12px;
	font-weight: bold;
}

#bar {
	position: relative;
	width: 970px;
	height: 24px;
	background-image: url(images/_bar_top.gif);
	background-repeat: repeat-x;
}

#contents {
	position: relative;
	width: 970px;
}

#column1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	text-align: left;
}

#navTop {
	width: 170px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-image: url(images/_nav_top.gif);
}

#navigation {
	margin: 10px 0 36px 0;
}

#navigation a {
	display: block;
}

.subNavigation {
	margin: 0 1px -1px 0;
	padding: 0;
	border-top: 1px solid #F07800;
	text-align: center;
	line-height: 10px;
}

.subNavigation a {
	border-bottom: 1px solid #F07800;
	padding: 4px 4px 6px 12px;
}

.subNavigation a:link, .subNavigation a:visited {
	font-size: 9px;
	text-decoration: none;
	color: #FFF;
	background-color: #FF8204;
}

.subNavigation a:hover, .subNavigation a:active {
	font-size: 9px;
	text-decoration: none;
	color: #FFF;
	background-color: #F07800;
}

.subNavigation a:link.nav2, .subNavigation a:visited.nav2, .subNavigation a:hover.nav2, .subNavigation a:active.nav2 {
	font-size: 11px;
	font-weight: bold;
}

#accessAvon {
	text-align: center;
	width: 157px;
	background: #FF9933;
	border-top: 1px solid #BF6000;
	border-bottom: 1px solid #BF6000;
	margin: 25px 0 25px 0;
	padding-top: 7px;
	padding-bottom: 7px;
}

#logos {
	text-align: center;
	padding-top: 18px;
	padding-bottom: 7px;
}

#column2 {
	position: absolute;
	top: 0;
	left: 170px;
	width: 800px;
}

#barBottom {
	width: 800px;
	height: 13px;
	font-size: 0;
	line-height: 0;
	background-image: url(images/_bar_bottom.gif);
	background-repeat: repeat-x;
}

#welcomeSidebarTop {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 1px;
	width: 199px;
	height: 5px;
	background-image:url(images/welcome_sidebar_top.gif);
}

#welcomeSidebar {
	float: right;
	width: 200px;
	margin: -4px -36px 0 0;
}

* html #welcomeSidebar {
	margin: -4px -18px 0 0;
}

#pageText {
	padding: 28px 36px 56px 36px;
	text-align: left;
}

#pageText p {
	padding: 0;
	margin: 2em 0 0 0;
}

#pageText ul {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: .5em;
	margin-bottom: .5em;
}

#pageText li {
	padding-top: .25em;
	padding-bottom: 0;
}

#pageText p table {
	padding: 0;
	margin: 0;
}

.pageHeader {
	padding-bottom: 1.25em;
}

.pageImage, .pagePhoto {
	float: right;
	margin: -22px 0 18px 24px;
}

#blankPage {
	padding: 3em 2em;
}