* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:  url(../images/bg4.jpg) repeat-x left top;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#base { 
	width:1px;
	height:50%;
	margin-bottom:-310px; /* half of container's height */
	float:left;
}
#position{
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:620px;
	width:850px;
	clear:left;
}
#header {
	position:absolute;
	top:0px;
	left:0px;
	width:850px;
	height:120px;
	z-index:1;
	visibility:visible;
	background-image:url(../images/header.gif);
}
#banner {
	position:absolute;
	top:120px;
	left:0px;
	width:850px;
	height:150px;
	z-index:1;
	visibility:visible;
	background-image: url(../images/banner_picture1.png)
}
#banner-left {
	position:absolute;
	top:0px;
	left:-50px;
	width:50px;
	height:607px;
	z-index:1;
	visibility:visible;
	background-image: url(../images/banner-left.gif)
}
#banner-right {
	position:absolute;
	top:0px;
	left:850px;
	width:50px;
	height:608px;
	z-index:1;
	visibility:visible;
	background-image: url(../images/banner-right.gif)
}
#top_content {
	position:absolute;
	top:270px;
	left:0px;
	width:850px;
	height:47px;
	z-index:1;
	visibility:visible;
	font-family:Verdana, Helvetica, Arial, Verdana;
	background-image:url(../images/top_content.gif);
}
#left_nav {
	position:absolute;
	top:316px;
	left:0px;
	width:36px;
	height:293px;
	z-index:1;
	visibility:visible;
	background-image:url(../images/left_nav.gif);
}
#nav {
	position:absolute;
	left:36px;
	top:316px;
	width:237px;
	height:293px;
	z-index:2;
	visibility:visible;
	background-image:url(../images/nav.gif);
}
#right_content {
	position:absolute;
	left:835px;
	top:316px;
	width:15px;
	height:293px;
	z-index:2;
	visibility:visible;
	background-image:url(../images/right_content.gif);
}
#content {
    position:absolute;
	left:271px;
	top:316px;
	width:566px;
	height:293px;
	z-index:2;
	visibility:visible;
	font-family:Verdana, Helvetica, Arial, Verdana;
	font-weight:500;
	font-size: 13px;
	overflow-x:hidden;
	overflow-y:auto;
	background-color: #f0f0f0;
}
#content p {
	padding:10px;
	line-height:140%;
}
#content ul {
	padding:20px;
}
#content h3 {
	padding:10px;
}
#content td {
	font-family: Verdana, Helvetica, Arial, Verdana;
	font-weight:500;
	font-size: 13px;
	padding:2px;
	line-height: 18px;
}
#content img {
    padding:5px;
}
#footer {
    position:absolute;
	left:0px;
	top:609px;
	width:850px;
	height:10px;
	z-index:6;
	visibility:visible;
	background-image:url(../images/footer.gif);
}
#NAV_Left a {
    margin-left: 5px;
    margin-bottom: 2px;
    border: solid 2px #E26E17;
    background-color: #E26E17;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	color: #000000;
	font-family:Helvetica, Arial, Verdana;
	font-weight:700;
	font-size: 15px;
    width: 165px;
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
	text-decoration: none;
}
#NAV_Left a:hover {
    background-color: #6B7BB2;
	background-color: #E26E17;
	background-image:url(../images/button-off.gif);
	background-repeat:no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}
#NAV_Right a {
    margin-left: 45px;
    margin-bottom: 2px;
    border: solid 2px #E26E17;
    background-color: #E26E17;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	color: #000000;
	font-family:Helvetica, Arial, Verdana;
	font-weight:700;
	font-size: 15px;
    width: 165px;
    padding: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
	text-decoration: none;
}
#NAV_Right a:hover {
    background-color: #E26E17;
	background-image:url(../images/button-off.gif);
	background-repeat:no-repeat;
    color: #FFFFFF;
    text-decoration: none;
}

