@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
body {
	background-color: #b9b9b9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
	background-image: url(images/bg-global.jpg);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 20px;
	margin:0px;
	padding:0px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#container{
		width:922px;
		text-align:left;
		margin:0px auto;
		background-image:url(images/mid.gif);
		position:relative;
}
#header{
		width:922px;
		height:272px;
		position:relative;
}
#footer{
		width:922px;
		height:94px;
		background-image:url(images/foot.jpg);
		position:relative;
}
#content{
	width:610px;
	margin-left:240px;
	margin-right:72px;
}
#headline{
	position:absolute;
	top:235px;
	left:239px;
	z-index:20;
	width:610px;
	height:30px;
}
#navcontain{
	width:164px;
	position:absolute;
	left:25px;
	top:218px;
	z-index:15;
}
#navtop{
	width:164px;
	height:21px;
	background-image:url(images/nav-head.jpg);
}
#navmid{
	width:164px;
	background-image:url(images/nav-mid.gif);
}
#navmid ul {
	margin:0px;	
	padding:2px;
	padding-left:12px;
}
#navmid ul li{
	display:block;
	padding-top:4px;
	padding-bottom:4px;
	border-bottom:1px solid #000;
	}
#navmid ul a:link {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#navmid ul a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#navmid ul a:hover {
	text-decoration:none;
	font-weight:bold;
	color: #009;
}
#navmid ul a:active {
	text-decoration:none;
	font-weight:bold;
	color:#333;
}
#navfoot{
	width:164px;
	height:17px;
	background-image:url(images/nav-foot.jpg);
}
#social{
	width:147px;
	height:83px;
	position:absolute;
	z-index:15;
	left: 32px;
	top: 8px;
}
#foottext{
	width:499px;
	height:53px;
	position:absolute;
	z-index:15;
	left:230px;
	top: 38px;
	color:#FFF;
	text-align:center;
}
#heightadjuster{
	width:1px;
	float:left;
	height:360px;
}
