* {
	color: #333;
	font-size: 12px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}
html, body {
	height: 100%;
	text-align: center;
}

body {
	background: #4d4e53 url(../images/body.gif);	
	padding: 20px 0;
}

#title {
	position: absolute;
	top: 44px;
	left: 20px;
	z-index: 3;
	background: url(../images/logo.gif) no-repeat 50% 50%;
}

	#title a {
		display: block;
		width: 207px;
		height: 35px;
	}
	
	#title span {
		display: none;
	}
	
#subtitle {
	position: absolute;
	top: 7px;
	right: 3px;
	z-index: 2;
	width: 182px;
	height: 5px;
	background-image: url(../images/subtitle_bg.png);
	text-indent: -9999px;
}
	
#box {
	position: relative;
	width: 899px;
	margin: 0 auto;
}

#header {
	position: relative;
	z-index: 2;
	height: 119px;
	background: url(../images/header.gif) repeat-x;
}

ul#metaNavigation {
	position: absolute;
	top: 16px;
	right: 20px;
}

	#metaNavigation li {
		float: left;
		border-left: 1px solid #333333;
	}

	#metaNavigation li.first {
		border: none;
	}

	#metaNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		white-space: nowrap;
		color: #333333;
	}

	#metaNavigation li a:hover {
		color: #b21e2b;
	}

ul#mainNavigation {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 0 20px;
	height: 26px !important;
	height: 24px;
}

	#mainNavigation li {
		float: left;		
		height: 100%;
		border-left: 1px solid #4d4e53;
	}

	#mainNavigation li.first {
		border-width: 0;
	}
	
	#mainNavigation li.first a {
		padding-left: 2;
	}

	#mainNavigation li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 23px;
		padding: 0 10px;
		font-size: 14px;
		font-weight: bold;
		white-space: nowrap;
		color: #fff;
	}
	
	
	#mainNavigation li.first a {
		padding-left: 0;
	}

	#mainNavigation li a:hover {
		color: #e9cfd2;
	}

	#mainNavigation li a.act,
	#mainNavigation li a.cur {
		color: #e9cfd2;
	}



ul#subNavigation {
	z-index: 1;
	position: absolute;
	top: 72px;
	right: 20px;
	height: 24px;
	background: transparent;
}

	#subNavigation li {
		float: left;
		background: #4D4E53;
	}
	
	#subNavigation li.cur {
		background: #BB4751;
	}

	#subNavigation li a {
		display: block;
		line-height: 21px;
		padding: 0 8px;
		font-size:14px;
		color: #fff;
	}

#col2 {
	position: relative;
	float: left;
	width: 100%;
	height: auto !important;
	height: 330px;
	min-height: 330px;
	background-color: #ebebed;
	background-repeat: no-repeat;
}

	ul#rootline {
		position: absolute;
		top: 5px;
		left: 15px;
	}

	#rootline li {
		float: left;
		border-left: 1px solid #333;
	}

	#rootline li.first {
		border: none;
	}

	#rootline li a {
		display: block;
		width: auto !important;
		width: 1px;
		height: auto !important;
		height: 1px;
		line-height: 10px;
		padding: 0 5px;
		font-size: 10px;
		white-space: nowrap;
	}

	#rootline li a:hover {
		color: #666;
	}

	#mainContent {
		padding: 124px 20px 50px 20px;
	}
	
	.layout1 #mainContent {
		padding: 0;
	}

#col3 {
	position: relative;
	float: left;
	width: 160px;
}

	#rightContent {
		padding: 30px 0 50px 0;
	}

#footer {
	position: relative;
	height: 20px;
	bottom: 20px;
}

	#footer .printPage {
		position: absolute;
		top: 2px;
		left: 10px;
	}
	
	#footer .printPage a:hover span {
		color: #666;
	}

	#address {
		position: absolute;
		bottom: 30px;
		left: 10px;
		width: 160px;
		font-size: 10px;
	}

	#copyright {
		position: absolute;
		top: 2px;
		right: 10px;
	}