/* background-attachment background-color background-image background-position background-repeat */
body {
	background-color: #F8F8F8;
}
select {
	border: 1px solid #666666;
}
.wrapper {
	background: none;
}
.wrapper2 {
	background: none;
}
.header {
	display:none;
}
.mainnav {
	position:relative;
	height: 30px;
	background-color: #FFFFFF;
	border-left: 0;
	border-bottom: 1px solid #CCCCCC;
}
.footer-container {
	display: none;
}
.bottomnav {
	position:relative;
	padding: 10px 0 10px 20px;
	color: #666666;
	border-top:1px solid #CCCCCC;
}
.bottomnav a {
	color: #666666;
}

.light-text {
	color: #B2B5AF;
}


a {
	color: #666666;
	text-decoration:underline;
}
a:hover {
	color: #000000;
}
.main-content {
	padding:0 210px 0 0;
}
.leftnav {
	display:none;
}
.right-container {
	position:relative;
	top:0px;
	right:0px;
	float:right;
	width: 209px;
	z-index: 101;
}
.smallright {
	position:relative;
	float:left;
	width:145px;
}
.right {
	position:relative;
	float:right;
	width: 209px;
}
.content-element {
	padding-bottom: 10px;
}

.content h1, .content-right h1, .smallright h1 {
	background: none; 
	font-size: 12px;
	color: #000000;
}

.right h1 {
	background: none;
	color: #000000;
}

.tx-newloginbox-pi1 h3 {
	background: none; 
	font-size: 12px;
	color: #000000;
}
.breadcrumb {
	font-size: 13px;
	padding: 8px 0 0 15px;
}