@import 'mnuNavigation.css?v=13Oct2016';
@import 'panels.css?v=13Oct2016';

/* general attributes */
a:link {color:#663300;}
a:visited {color:#666666;}

p.bold {font-weight:bold; }


html,body {
	behavior:url("csshover.htc");  /* WinIE behavior call */
	width:100%, height:700px;
	margin:25px 0 0 0; padding:0;
	background:#fff;
	font:12px arial, helvetica, sans-serif;
	border:0px solid silver;
	}
.topline {
	width:100%; height:30px;
	margin:80px 0 0 0; padding:0;
	background:rgba(105,97,87,.0);
	border:0px solid red;
	}
.lar {
	width:100%; height:12px;
	margin:0; padding:0;
	background:rgba(105,97,87,.0);
	}
div#page{
	width:830px; height:640px;
	margin:0px auto; padding:0px;
	border:0px solid black;
	}

/*   masthead */
div#masthead {
	position:relative; top:-135px;
	width:830px; height:125px;
	border:0px solid red;
	z-index:1;
	}
div#bshadow {
	float:left;
	background:url("images/shadow-line-vert.png") 1px 35px no-repeat;
	width:25px; height:105px;
	margin:0px ; padding:0px;
	border:0px solid black;
	}
div#banner {
	float:left;
	width:800px; height:122px;
	margin:0px; padding:0px;
	border:0px solid black;
	}
div#banner h1 {
	position:relative; top:-105px;
	/*left:135px;*/
	left:-9999em;
	font:22pt "times new roman", serif;
	letter-spacing:.2em;
	}

#banner img{
	margin-top:19px;
}

/*   contents */
div#main {
	position:relative; top:-156px;
	width:830px;  height:600px;
	margin:0; padding:0px;
	border:0px solid blue;
	}
div#cshadow {
	float:left;
    background:url("images/shadow-line-vert.png") 1px 0 repeat-y;
	width:25px; height:640px;
	margin:0px ; padding:0px;
	border:1px solid #ccc;
	border-width:0 1px 0 0;
	}

div#contents {
	float:left;
	width:800px;  height:600px;
	padding:0; margin:20px 0 0 0px;
	padding:0;
	border:solid #ccc;
	border:0px solid red;
	}

/* footer  */
div#footer {
	float:left;
	position:relative; top:-155px;
	width:830px; height:0px;
	margin:0px auto; padding:0px;
	border:0px solid black;
	}
div#fshadow {
	float:left;
	background:url("images/shadow-line-vert.png") 1px 0px no-repeat;
	width:25px; height:12px;
	margin:0px ; padding:0px;
	border:0px solid red;
	}
div#foot {
	float:left;
	width:800px;height:12px;
	margin:0px; padding:0px;
	border:0px solid green;
	}
.shadow-line {
	position:relative; top:-12px; left:-8px;
	background:url("images/shadow-line.png") 0px -7px no-repeat;
	width:790px; height:30px;
	margin:0 padding:0;
	border:0px solid black;
	}
.cen {
	background:rgb(105,97,87) url("images/background-line.png") 0px 0px repeat-y;
	width:800px; height:12px;
	margin:0; padding:0;
	border:0px solid blue;
	}
