body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #fff;
}

h1 {
	margin-top: 0;
	color: #dc4614;
	font-size: 1.4em;
	line-height: 1.6em;
	font-weight: bold;
}

#canvas {
	position: relative;
	min-width: 990px;
	z-index: 1;
}
* html #canvas { width:expression(document.body.clientWidth < 992 ? "990px" : "auto"); }

#head {
	position: relative;
	background-color: #dc4614;
	border-bottom: 3px solid #fff;
	z-index: 2;
}
* html #head { height: 118px; }

#headcontainer {
	position: relative;
	width: 990px;
	z-index: 2;
}

#logo {
	position: relative;
	float: left;
	width: 340px;
	height: 42px;
	padding: 20px 0 0 17px;
	z-index: 3;
}

#links {
	position: relative;
	float: right;
	padding: 25px 14px 0 0;
	text-align: right;
	width: 610px;
	z-index: 3;
}

#menuleft {
	position: relative;
	float: left;
	padding: 24px 0 0 20px;
	width: 650px;
	z-index: 3;
}

#right {
	position: relative;
	float: right;
	padding: 0 14px 0 0;
	width: 300px;
	text-align: right;
	z-index: 3;
}

#menuright {
	position: relative;
	width: 300px;
}

#topbuttons {
	position: relative;
	float: left;
	padding: 6px 0 10px 0;
	width: 160px;
	z-index: 4;
}

#topsearch {
	position: relative;
	float: right;
	padding: 5px 0 0 0;
	width: 130px;
	text-align: right;
	z-index: 4;
}

#imagefilm {
	position: relative;
	background-color: #dc4614;
	z-index: 2;
}

#filmcontainer {
	position: relative;
	width: 990px;
	height: 118px;
	text-align: right;
	z-index: 3;
}

#content {
	position: relative;
	width: 956px;
	margin: 25px 0 0 20px;
	z-index: 3;
}

#cols2 {
	position: relative;
	float: left;
	width: 628px;
	font-size: .75em;
	line-height: 1.4em;
	z-index: 2;
}

#cols3 {
	position: relative;
	width: 956px;
	font-size: .75em;
	line-height: 1.4em;
	z-index: 2;
}

#textcontainer {
	position: relative;
	margin: 0 0 20px 0;
	z-index: 3;
}
#cols2 #textcontainer { width: 628px; }
#cols3 #textcontainer { width: 956px; }

#imagecontainer {
	position: relative;
	z-index: 3;
}
#cols2 #imagecontainer { width: 628px; }
#cols3 #imagecontainer { width: 956px; }

#textleft {
	position: relative;
	float: left;
	width: 300px;
	z-index: 4;
}

#textright {
	position: relative;
	float: right;
	width: 300px;
	z-index: 4;
}

#textmiddle {
	position: relative;
	width: 300px;
	margin: 0 auto 0 auto;
	z-index: 4;
}

#imageleft {
	position: relative;
	float: left;
	width: 300px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dc4614;
	z-index: 4;
}

#imageright {
	position: relative;
	float: right;
	width: 300px;
	padding: 0 0 8px 0;
	border-bottom: 1px solid #dc4614;
	z-index: 4;
}

#imagemiddle {
	position: relative;
	width: 300px;
	padding: 0 0 8px 0;
	margin: 0 auto 0 auto;
	border-bottom: 1px solid #dc4614;
	z-index: 4;
}

#infoframe {
	position: relative;
	float: right;
	width: 240px;
	padding: 2.25em 0 0 0;
	margin: 25px 0 0 0;
	font-size: .75em;
	line-height: 1.4em;
	z-index: 3;
}

#infotext {
	position: relative;
	width: 240px;
	margin: 0 0 30px 0;
	z-index: 4;
}

#infobox {
	position: relative;
	background-image: url("/_layout/images/box_portal_back.gif");
	background-position: top left;
	background-repeat: repeat-y;
	z-index: 4;
}

div.clsBoxHead {
	padding: 6px 8px 6px 12px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
	background-image: url("/_layout/images/box_portal_head.gif");
	background-position: top left;
	background-repeat: no-repeat;
	border-bottom: 1px solid #dc4614;
}

div.clsBoxCont { padding: 8px 8px 0 12px; }

div.clsBoxFoot {
	height: 10px;
	line-height: 10px;
	background-image: url("/_layout/images/box_portal_bottom.gif");
	background-position: top left;
	background-repeat: no-repeat;
}

#baseline {
	position: relative;
	width: 956px;
	margin: 25px 0 0 20px;
	border-bottom: 1px solid #999999;
	z-index: 3;
}

#copyright {
	position: relative;
	width: 976px;
	padding: 5px 0 10px 0;
	text-align: right;
	font-size: .65em;
	z-index: 3;
}

#printlogo, #printpath, #printstamp, #printimageleft, #printimageright, #printimagemiddle { display: none; }
