body, html {
	width: 100%;
	height:100%;
	margin: 0;
	padding:0;
}

#Page_contents {
	margin: 0;
	background-color: #FEFEFE;
	width: 820px;
}

#Panel_right {
	width:380px;
	float:right;
}
#Panel_left {
	width:410px;
	float:left;
	padding: 3px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.2em;
	margin: 0 auto;
	color: #0F0F26;
	text-align:center;
	background-color: #FFFFFF;
}
a,
a:visited {
	text-decoration:underline;
	color: #00007D;
}

a:hover {
	text-decoration:underline;
	color: #0000FF;
}

#wrap {
	margin:auto;
	text-align: center;
	vertical-align: top;
	padding: 0px;
	clear: both;
	height: auto;
	width: 822px;
	border: none;
}

.Page_contents {
	background:transparent;
	background-color: #00CCCC;
}

.Top {
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background-position:center top;
	background-repeat: no-repeat;
}

.Head {
	background:transparent;
	margin: 0px;
	padding: 0px;
}


.Logo {
	position: relative;
	margin: 0px;
	padding: 0px;
	z-index: 30;
	left: -60px;
	top: -30px;
	background-image:url(/_imgs/WahlTek-Logo.png);
	background-repeat: no-repeat;
	width: 296px;
	height: 165px;
	float: left;
}

.Footer {
	background-repeat: no-repeat;
	height:53px;
	width: 800px;
	margin: 0 0;
	padding: 0;
}

.Footer_inner {
	color:#333;
	font-size: 12px;
	background:transparent;
	width: 760px;
	padding: 15px 20px;
}

.Nav {
	background:transparent;
	margin: 0 auto;
	padding: 0px;
	width: 800px;
}

#Nav_body {
	background-image: url(/_imgs/WahlTek-Nav_body.png);
	background-repeat: no-repeat;
	width: 800px;
	height: 142px;
	padding: 0px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align:center;
}
#Nav_body_inner {
	background:transparent;
	width: 760px;
	height: 130px;
	margin: 10px;
	padding: 0px;
	overflow: hidden;
}

#Panel_body {
	background-image: url(/_imgs/WahlTek-Nav_panel.png);
	background-repeat: repeat-y;
	width: 575px;
	height: 600px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
#Panel_body_inner {
	background:transparent;
	width: 575px;
	height: 600px;
	margin: 10px;
	padding: 0px;
}


.Nav_panel {
	background:transparent;
	margin: 0px;
	padding: 0px;
	width: 800px;
	/*
	background-position: -10px;
	background-color: #00FF33;
	position: relative;
	top: 146px;
	left: -295px;
*/
}

.Nav2,
.Nav1 {
	height:20px;
	z-index:20;
	overflow:hidden;
	padding: 0;
	padding-top: 13px;
	padding-left: 28px;
	margin: 0px;
	background-position: 5px;
}
.Nav2 {
	width: 500px;
}

.Nav1 {
	background-image:url(/_imgs/BGD_WahlTek-Nav.png);
	background-repeat: no-repeat;
	margin-left: 152px;
	width: 635px;
}

.Nav2 ul,
.Nav1 ul {
	list-style-type: none;
	list-style-image: none;
	color: #FAFAFA;
	text-align: left;
	line-height: 1.3em;
	padding: 0;
	background:transparent;
	margin: 0;
}

.Nav2 li,
.Nav1 li {
	list-style-type: none;
	list-style-image: none;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	float: left;
	width: 102px;
}

.Nav1 a,
.Nav2 a,
.Nav1 a:visited,
.Nav2 a:visited {
	background:transparent;
	text-decoration: none;
	color: #F8F8F8;
	padding: 6px;
}


.Nav1 a:hover,
.Nav2 a:hover {
	color: #993333;
	background-image:url(/scott/layout/tab-active.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.div_clear {
	clear: both;
	visibility: hidden; 
	content:".";
	display:block; 
	height:0; 
}
