body {
	background: url('../images/body-bg.jpg');
	background-attachment: fixed;
}
div#windowstage {
	position: relative;
	margin: 21px auto 0px auto;
	width: 942px;
	clear: both;
	z-index: 0;
}
div#sitelinetop {
	padding-left: 7px;
}
div#sitelinebottom {
	position: relative;
}
	div#printableversionlink {
		position: absolute;
		left: 40px;
		top: 0px;
	}
div#sitemenu {
	position: relative;
	width: 942px;
	height: 40px;
	overflow: hidden;
	z-index: 0;
}
	td#sitemenuunits {
		width: 100%;
		background-image: url('../images/menu/bg.jpg');
		background-repeat: repeat-x;
	}
div.contentpadding {
	padding: 0px 21px;
	background-image: url('../images/content-bg.png');
	background-repeat: repeat-y;
}
div#sitesubmenu {
	height: 35px;
	overflow: hidden;
	background-image: url('../images/submenu-bg.gif');
	background-repeat: repeat-x;
	z-index: 0;
}
	div#sitesubmenu td.bul {
		padding: 0px 8px 0px 24px;
	}
	div#sitesubmenu td.unit,
	div#sitesubmenu td.act {
		padding-top: 7px;
	}
	div#sitesubmenu td.unit a {
		font-size: 14px;
		color: #444444;
	}
	div#sitesubmenu td.act a {
		font-size: 14px;
		color: #010080;
		text-decoration: none;
	}
div#sitehomebanner {
	position: relative;
	background: url('../images/ban-home-bg.gif') repeat-x left top;
	height: 218px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	overflow: hidden;
	text-align: right;
}
	div#sitehomelogo {
		position: absolute;
		left: 65px;
		top: 49px;
		width: 182px;
		height: 120px;
		overflow: hidden;
	}
div#siteinnerbanner {
	position: relative;
	background: url('../images/ban-inner-bg.gif') repeat-x left top;
	height: 186px;
	overflow: hidden;
	text-align: right;
}
	div#siteinnerlogo {
		position: absolute;
		left: 55px;
		top: 30px;
		width: 145px;
		height: 96px;
		overflow: hidden;
	}
div#sitecontent {
	position: relative;
	width: 942px;
	min-height: 400px;
	background-image: url('../images/content-bg.png');
	background-repeat: repeat-y;
	z-index: 0;
}
div#sitecopyright {
	padding: 0px 0px 0px 21px;
}
td.grayareabg {
	background-color: #787c80;
}
td.grayareacontent {
	background-color: #787c80;
	padding: 0px 15px;
	color: white;
}
table#sitecontacts {
}
	table#sitecontacts td.text {
		padding-right: 10px;
		text-align: right;
		font-size: 11px;
		color: white;
	}
	table#sitecontacts td.phone {
		line-height: 20px;
		padding-right: 10px;
		font-size: 30px;
		color: white;
	}
	table#sitecontacts td.line {
		border-left: 1px solid #9a9d9f;
	}
	table#sitecontacts td.address {
		padding-left: 10px;
		font-size: 11px;
		color: white;
	}
	table#sitecontacts td.address a {
		font-size: 11px;
		color: #ffb400;
	}
/*
	Opacities
*/
.opacity20 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); -moz-opacity: 0.2; -khtml-opacity: 0.2; opacity: 0.2; }
.opacity40 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40); -moz-opacity: 0.4; -khtml-opacity: 0.4; opacity: 0.4; }
.opacity60 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6; }
.opacity80 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; }
.opacity100 { filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

input.submit {
	border: 0px;
	background-color: #010080;
	padding: 4px 10px;
	color: white;
	cursor: pointer;
}
