html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	/**color: #464544;**/
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	/**background: #E0D5B7 url(images/page_bg.jpg) repeat-x;**/
	background: #D6DBE6 /**#D8D8EE**/ url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 18px  arial, sans-serif;
	color: #282858  /**#566B8F **/;
	padding-bottom: 10px;
	padding-top: 65px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 978px;
  position: relative;
  background: url(images2/body_bg1.jpg) repeat-y;
}

#headertop {
  position: absolute;
  top: 00;
  left: 0px;
  width: 878px;
  height: 185px;
  background: url(images2/HeaderTop.jpg) no-repeat;
}

#header {
  position: absolute;
  top: 185;
  left: 244px;
  width: 635px;
  height: 175px;
  background: url(images2/HeaderRight.jpg) no-repeat;
}
#left {
  float: left;
  width: 243px;
}
#logo {
  width: 244px;
  height: 147px;
  background: url(images2/HeaderLeft.jpg) no-repeat;
  text-align: center;
  color: #595959;
}
#logo h1 {
  padding-top: 30px;
  font: 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 8px 25px 4px 25px;
  border-top: 1px solid #B8B8B8;
  border-bottom: 1px solid #B8B8B8;
  padding: 3px;
  letter-spacing: 0.2em;
  font-weight: bold;
}

#navi {
  background: url(images/nav_left.jpg) no-repeat;
}
#navi ul {
  margin-left: 9px;
  padding-left: 1px;
  padding-bottom: 29px;
/**  background: #566B8F bottom left url(images/nav_bot.jpg) no-repeat; blue background**/
}
#navi li {
  list-style: none;
  font: 14px arial, arial, sans-serif;
  /**border-top: 1px solid #EBD721; yellow lines between buttons**/
  padding: 0px 0 0 0px;
}
#navi a {
  color: #fff;
  text-decoration: none;
/**  border-left: 1px solid #EBD721 yellow line, left of word**/;
  padding-left: 10px; 
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px; 
}
#navi a:hover {
  text-decoration: underline;
}
#navi .important {
  /**border: none;**/
  /**background: 188px 10px url(images/arr_orange.jpg) no-repeat;**/
}
#navi .important a {
  color: #EBD721 /**#E9C379**/;
}




#navi .sublist a {
  width: 80%;
  padding: 0 0 2px 28px;
}


#bodylist {
  margin-left: 29px;
/**  background: url(images/nav_left.jpg) no-repeat;**/
}
#bodylist ul {
  margin-left: 9px;
/**border-top: 1px solid #959595;**/
  padding-left: 1px;
  padding-bottom: 1px;
  width: 450px;
  /**background: #8B7E63 bottom left url(images/nav_bot.jpg) no-repeat;**/
   
}
#bodylist li {
  list-style: none;
  font: 20px "arial narrow", arial, sans-serif;
  /**background: 188px 10px url(images/arr_white.gif) no-repeat;**/
  padding: 7px 0 7px 20px;
}

#bodylist li .first {
  list-style: none;
  font: 16px "arial narrow", arial, sans-serif;
  border-top: 1px solid #959595;
  padding: 7px 0 7px 20px;
}

 /**#bodylist a {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #959595;
  padding-left: 10px;
  display: block;
  width: 90%;
  padding: 2px 0 6px 8px;
}
#bodylist a:hover {
  text-decoration: underline;
} **/
#bodylist .important {
  border: none;
  background: 188px 10px url(images/arr_orange.gif) no-repeat;
}
#bodylist .important a {
  color: #E9C379;
}

#news {
  background: url(images2/news_bg.jpg) repeat-y;
  padding-left: 37px;
  padding-right: 22px;
  padding-bottom: 3px;
  text-align: left;
}
#news h2 {
  font-size: 14px;
  color: #000000 /**#E6C005**/ ;
}
#news h3, #news p {
  font-size: 13px;
  margin: 1em 2px 1em 0;
}
#news a {
  /**color: #74653D;**/
  font-weight: bold;
  text-decoration: underline;
}
#news a:hover {
  color: #38301A;
}
#news .more {
  font-size: 10px;
margin-top:1px;
margin-bottom:1px;
}
#news .hr-dots {
  background: center url(images/dots.gif) repeat-x;
  height: 10px;
}

#support {
  background: url(images/support.jpg) no-repeat;
  padding: 1px;
  height: 97px;
  color: #1A1A18;
}
#support p {
  margin: 0.7em 2.6em;
}

#right {
  /**float: right;**/
  width: 550px;
  padding-right: 9px;
  padding-top: 171px;
  padding-left: 20px;
}
#right h2 {
  font: 22px arial, sans-serif;
 font-weight: bold;
  color: #000000 /**#566B8F**/;
  border-bottom: 3px solid #000000;
  padding-bottom: 6px;
  margin-bottom: 1em;
}
#right h3 {
  font: 16px arial, sans-serif;
  color: #566B8F /**#BE8B06**/;
  border-bottom: 2px solid #FFCC33 /**#C4AE7C**/;
  padding-bottom: 6px;
  margin-bottom: 1em;
  margin-top: 2em;
}
#welcome {
  margin-right: 20px;
}
#profile {
  margin-right: 16px;
}
#right .left {
  margin-right: 18px;
}
#right .more {
  font-weight: bold;
  font-size: 12px;
}

#leftmargin {
  margin-left: 98px;
}
#left .more {
  font-weight: bold;
  font-size: 12px;
}

#corp, #indu {
  float: left;
  width: 49%;
}
#corp {
  margin-right: 1%;
}
#corp-img, #indu-img {
  background: url(images/pic_2.jpg) no-repeat;
  width: 112px;
  height: 23px;
  float: left;
  margin-right: 18px;
  text-align: center;
  padding-top: 90px;
  font-size: 9px;
  font-weight: bold;
}
#indu-img {
  background: url(images/pic_3.jpg) no-repeat;
}
#spacer {
  height: 2em;
}

#footer {
  background: url(images2/footer_bg.jpg) repeat-y;
}
#copyright {
  text-align: center;
  padding: 22px 0px 30px 00px;
  font-size: 9px;
  color: #282858 /**#715F36**/;
  font-weight: bold;
}
#footerline{
	background: url(images2/footerline.jpg) no-repeat;
	height:10px;
	margin-top:0px;
	display:block;
	font-size:1px;
}