html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	color: #000000;
	background-color: #f5f5f5;
	background-image: url("../pix/site_background.gif");
	background-position: center top;
	background-repeat: repeat-x;
	font-size: 12px;
	font-family: "Times CE", "Times", "Times New Roman", sans-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#container {
	background-color: #ffde00;
	width: 900px !important;
	margin: auto;
	height: 100%;
	text-align: left;
	border: 0px;
	padding: 0px 0px 0px 0px;
	background-image: url("../pix/container_background.gif");
	background-position: center top;
	background-repeat: no-repeat;
}

#container.sub {
	background-color: #fff4a9;
	background-image:url("../pix/container_sub_background.gif") !important;
	
}

body>#container {
	height: auto;
	min-height: 100%;
	overflow: hidden;
}

#metanav {
	background-color: #e5e6e6;
	color: #000000;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	padding-top: 22px;
	padding-right: 22px;
	margin-left: 0px;
	text-align: right;
	width: 878px;
}

#metanav a {
	color: #000000;
	text-decoration: none;
}

#metanav a:hover {
	color: #666666;
}

#metanav a.active {
	color: #de0000;
}

#content a {
	color: #de0000;
}

#content a:hover {
	color: #666666;
}

#content a.active {
	color: #FF0000;
}
.printaddress {
	display: none;
}

#mainnav {
	padding-top: 22px;
	padding-left: 25px;
	font-size: 15px;
	font-weight: bold;
	width: 875px;
	color: #FFFFFF;
}

#mainnav a {
	color: #FFFFFF;
	text-decoration:none;
}

#mainnav a:hover {
	color: #fff4a9;
}

#mainnav a.active,#mainnav a.active:hover {
	color: #ffde00;
}


#content {
	display: block;
	float: left;
	height: 100%;
	min-height: 396px;
	margin-left: 25px;
	padding-top: 210px;
	position: relative;
	width: 685px;
}

* html #content { /* \*/
	margin-left: 13px;
	/* */
}

.hide {
	visibility: hidden;
	display: none;
}

#bymoxi {
	position: absolute;
	top: 142px;
	left: 3px;
	z-index: 1;
	text-align: left;
}
