html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	background-color: #d4d0c8;
}
#contactcontainer a {
	color: white;
	text-decoration: none;
}
#tblbody {
	width:100%;
	height:100%;
	position: relative;
}
#sitecontainer {
	width: 1005px;
	height: 572px;
	background-color: #097E3C;
	position: relative;
	text-align: left;
}
#navigationbar {
	width: 958px;
	height: 36px;
	border: 1px solid white;
	background-color: black;
	color: white;
	left: 0px;
	position: relative;
}
#menubar {
	width: 780px;
	height: 36px;
	float: left;
	position: relative;
}
#languageselect {
	float: left;
	height: 36px;
}
#languageselect img {
	border: none;
	margin: 5px;
}
#tblpos {
	width: 1005px;
	height:441px;
	position: relative;
}
#leftbar {
	width: 197px;
}
#middlebar {
	width: 480px;
	position: relative;
}
#rightbar {
	width: 328px;
}
#contentcontainer {
	position: relative;
	width: 430px;
	height: 391px;
	background: #FFFFFF;
	margin: 0px;
	padding: 25px;
	overflow: auto;
	
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #028134;
	scrollbar-track-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #028134;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-shadow-color: #028134;
	scrollbar-DarkShadow-Color: #FFFFFF

}

#bannerborder {
	border: 1px solid white;
	width: 326px;
	height: 439px;
}
#contactcontainer {
	width: inherit;
	height:62px;
	background-color: black;
	color: white;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top: 10px;
	padding-left: 2px;
	padding-bottom: 10px;

}
#contactcontainer a {
	font-size: 10px;
	text-decoration: underline;
}
#contactcontainer b {
	color: #ffffff;
	font-weight: bold;
}
#getadobe {
	position: relative;
	top: 320px;
	left: 80px;
}
#getadobe img { 
	border: none;
}
#slogan {
	font-size: 11px;
	font-family:arial;
	text-align:center;
	font-weight:900;
	position:relative;
	top: -10px;
}
#sprocket {
	width: 197px;
	height:359px;
	background:url(/template/images/bg-leftbar.jpg) top no-repeat;
}

