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

}

body
{
		background: #FFFFFF url('images/body_slice.png') repeat-x;
	text-align:left;
      font-family: Tahoma;
font-size:8pt;

}

#DivMain
{
	background: #FFFFFF url('images/main_slice.png') no-repeat left top;
	width:921px;
}
#DivMain2
{
	background: #FFFFFF url('images/main_slice2.png') no-repeat right top;
	width:903px;
	margin-left: 9px;
	padding-right: 9px;
}
#contentWrapper
{
	width:903px;
}	
#DivHeader
{
	background: Transparent url('images/header.png') no-repeat;
	width:887px;
	height:13px;
	padding: 88px 16px 6px 0px;
	color:#777977;
	
	text-align: right;
}
#DivHeader a:link, #DivHeader a:visited
{
	text-decoration:none;
	color:#777977;
}
#DivHeader a:hover
{
	color:#000000;
}

#DivMainMiddle
{
	border:Solid 12px #ffffff;
	background-color:#ffffff;
	
}
#DivSideLeft
{
	background: Transparent url('images/SideMenu.png') no-repeat;
	width:160px;
	float: left;
	padding:268px 16px 0px 9px;
	text-align:left;
	 color:#4b7456;
	
}
ul
{
 padding:0px;
  margin: 0px;
  list-style-type: none;
  width:160px;
}
ul li 
{
  padding-bottom: 12px;
  }

ul a 
{
  text-decoration: none;
 color:#4b7456;
 font-weight:bold;
}
ul a:hover 
{
  text-decoration: none;
 color:#000000;
 font-weight:bold;
}
#DivSideRight
{	
float: right;
	width:687px;
	padding:0px 2px 0px 4px;
}
#DivRightTop
{	
	background: Transparent url('images/middle_topimg.png') no-repeat;
	width:687px;
	height:252px;
}
#DivRightMiddleStrip
{
	height:16px;
	margin-top:11px;
	padding-top:0px;
	padding-left:7px;
	background-color:#4b7456;
	text-align:left;
	color:#FFFFFF;
	
}
#DivRightBottom
{
	padding:8px 0px 8px 3px;
	width:684px;
}
#DivRightBottom a:link, #DivRightBottom a:visited, #DivRightBottom a:active
{
	color:#000000;
}
#DivRigthLeft
{
	width:511px;
}
#DivRigthRight
{
	width: 168px;
	padding-left:5px;
}
#DivBottom
{
		background: #FFFFFF url('images/bottom_slice.png') repeat-x;
}
#DivBottomConten
{
	height:25px;
	width:903px;
	padding:9px 9px 0px 9px;	
	color:#838282;
	font-size:7pt;
}
#DivBottomConten a:hover
{	
	color:#000000;
}
#DivBottomConten a:link, #DivBottomConten a:visited 
{	
	color:#838282;
}
#BottomLeft
{
	float:left;
}
#BottomRight
{
	float:right;
}