/* CSS Document */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 0.02em;
	margin: 0px;
	padding: 0px;
	color: #000;
	}

b, strong {
	color: #9e7145;
	font-weight: bold;
}

h1,h2,h3 {
	color: #9e7145;
}

h3 {
	margin: 18px 0 10px 0;
}

body {
	position: relative;
	width: 100%;
	height: 100%;
	background: #ffe9bf;
	background: #ffebb5; /* try */
	background-image: url(../img/bgmain.gif);
	background-repeat: repeat-x;

    SCROLLBAR-FACE-COLOR: #F6EDD6; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #D6DDDD; 
	SCROLLBAR-DARKSHADOW-COLOR: #F6EDD6
}

#envelope {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 909px;
	height:auto;
}

div#header {
	position: relative;
	width: 909px;
	height: 186px;
	background-image: url(../img/head.jpg);
}

div#metamenu {
	position: absolute;
	top: 0px;
	right: 242px;
	width: auto;
	height: 20px;
	padding: 5px;
	text-align: right;
}

div#mainmenu {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 640px;
	height: 20px;
	padding: 5px;
	text-align: left;
}

div#spacer1 {
	position: relative;
	height: 26px;
	width: 909px;
	background-image: url(../img/bgspacer.gif);
	background-repeat: no-repeat;
}

div#submenu {
	position: absolute;
	background-image:url(../img/bgsubmenu2.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 212px;
	width: 233px;
	height: 337px;
	float: left;
	z-index: 10;
}

div#submenu-content {
	position: relative;
	top: 10px;
	left: 20px;
	width: 185px;
	height: 300px;
	overflow: auto;
}

div#content-env {
	position: absolute;
	top: 212px;
	left: 233px;
	background: #fff;
	background-image: url(../img/bgcontent.gif);
	background-repeat: repeat-y;
	width: 464px;
	min-height: 515px;
	float: left;
	z-index: 1;
	margin-left: -15px;
	padding-bottom: 20px;
}

div#content {
	position: relative;
	top: 10px;
	left: 20px;
	width:  435px;
}

div#newsright {
	position: absolute;
	top: 212px;
	left: 682px;
	background-image:url(../img/bgnewsright.gif);
	background-repeat: no-repeat;
	width: 227px;
	height: 333px;
	float: left;
	z-index: 10;
}

div#newsright-content {
	position: relative;
	left: 26px;
	top: 10px;
	width: 180px;
}

.mainmenu-img-first, .mainmenu-img-middle {
	border-right: 2px solid #9e7145;
}

div#boxleft {
	position: absolute;
	background-image: url(../img/bgboxleft.gif);
	background-repeat: no-repeat;
	left: 0px;
	top: 549px;
	width: 226px;
	height: 200px;
	z-index: 4;
}

div#boxright {
	position: absolute;
	left: 684px;
	top: 545px;
	width: 225px;
	height: 201px;
	background-image: url(../img/brain.jpg);
}

h1 {
	margin-top: 15px;
	margin-bottom: 12px;
	padding: 5px;
	background-color: #ffe9bf;
	font-size: 14px;
	color: #9e7145;
}

h1.csc-firstHeader {
	margin-top: 0px;
}

p.bodytext {
	margin-bottom: 12px;
	color: #9e7145;
}


#newsright .bodytext {
	font-size: 8pt;
	line-height: 10pt;
	font-style: italic;
	color: #9e7145;
}

#boxleft-content {
	position: absolute;
	left: 20px;
	top: 25px;
	width: 185px;
	height: 150px;

}

/*++++*/
.sm *, .ssm *, .sm-act *, .ssm-act * {
	font-size: 10px;
	font-weight: bold;
	color: #000;
	margin-bottom: 2px;
}

div.sm a, div.sm-act a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

div.sm a:hover {
	background-color: #ffe9bf;
}

div.sm-act {
	background-color: #ffe9bf;
}

div.ssm a, div.ssm-act a  {
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	text-decoration: none;
}

div.ssm a:hover {
	background-color: #ffe9bf;
}

div.ssm-act {
	background-color: #ffe9bf;
}

 .sm-n {
 	margin-top: 10px;
 }
 
 
ul {
	margin: 6px 0 12px 25px;
}

ul li {
	margin: 0 0 6px 0;
	color: #9e7145;
}

label[for=mailformname]  {
	display: block;
	float: left;
	width: 120px;
}
