body {
	height:100%;
	max-height:100%;
	overflow:visible;
	padding:0;
	margin:0;
	border:0;
}

#header {
	position:absolute;
	margin:0px;
	top:3px;
	left:3px;
	display:block;
	width:100%;	
	height:280px;
	background: transparent url(./header.jpg);
	background-repeat:no-repeat;
	font-size:4em;
	z-index:5;
	color:#000;
}
/*
#footer {
	position:absolute;
	margin:0;
	top:1260px;
	bottom:0;
	left:3px;
	display:block;
	width:888px;
	height:50px;
	background:rgb(233,238,242);
	font-size:0.8em;
	z-index:5;
	text-align:right;
	color:rgb(157,78,84);
}
*/
	/*Footer*/	
	#footer{position:absolute; top:1260px; clear: both; width: 888px; height: 45px; margin: 15px 0 0 3px; background:rgb(233,238,242); border-top: solid 1px #444444; border-bottom: solid 1px #444444; z-index:1000;}
		#footerpadding{ margin: 0px auto; width: 888px; }
		#footerpadding #endnotes{ margin: 0px 0px; padding:0px 5px 0px 40px; float:left; text-align: left; }
			#endnotes .padding{ margin:5px 0px; padding: 0px; }
			#endnotes p{float: left; color:#666; font: 0.8em tahoma, serif; line-height:12px;}
			#endnotes p.mydate{font-size:9px; padding:0px 5px 0px 0px; position:relative; float:right; text-align:right; overflow:hidden;}
			#endnotes p.subtitle{text-align:right; overflow:hidden; font-size:3px; padding:0px 0px 0px 50px;}
			#endnotes a{text-decoration: none; font-style:normal;}
			#endnotes a:link{text-decoration: none; color:#666; font-style:normal;}			
		#footerpadding #logostamp{ float:right; margin: 8px 0 0 20px; padding: 0px 0 0 20px; border-left: 1px dashed #8CA9C7; }

#left, #right {
	position:absolute;
	left:0;
	top:280px;
	bottom:52px;
	height:auto;
	font-size:1em;
	z-index:4;
	overflow:visible;
}
* html #left, * html #right {
	height:100%;
	top:0;
	bottom:0;
	border-top:275px solid #fff;
	border-bottom:52px solid #fff;
}
#left {
	left:3px;
	height:auto;
	background:rgb(255,255,255);
}


#sidebar {
	background: transparent url(./lhs.jpg) top left no-repeat;
	float: left;
	top:5px;
	position:relative;
	width: 230px;
	height: 157px;
}

#sidebarad {
	float: left;
	top:167px;
	left:-230px;
	position:relative;
	width: 230px;
	height: 250px;
}


#right {
	left:241px;
	height:auto;
	background:rgb(255,255,255);
}	


#right a, #right a:link, #right a:visited, #right a:active, #right a:hover, #sidebarad a, #sidebarad a:link, #sidebarad a:visited, #sidebarad a:active, #sidebarad a:hover{
	text-decoration: none;
}


img {
	border-style: none;
}


/* VERTICAL MENU */
.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}
.vmenu {
	width: 230px;
	margin: 0px;
	padding: 0px;
	display: block;
}
.vmenu ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
.vmenu ul li {
	display: block;
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	background: transparent url(images/bg-vmenu-button.gif) top left no-repeat;
}
.vmenu ul li a {
	display: block;
	margin: 0 0 0 0px;
	width: 100%;
	padding-left: 0px;
	/*text-transform: uppercase;*/
	font-family: "Helvetica Neue",helvetica,"microsoft sans serif",arial,sans-serif;
	font-size: 75%;
	vertical-align: bottom;
	text-indent: 15px; 
	color: #000;
	text-decoration: none;
	background: transparent url(images/bg-vmenu-button.gif) top left no-repeat;
}
.vmenu ul li a span.menu_ar {
	display: block;
	margin: 0;
	width: 100%;
	height: 1.6em;
	padding-top: 5px;
	background: transparent url(images/bg-vmenu-button.gif) top right no-repeat;
	cursor: pointer;
}
.vmenu ul li a:hover,
.vmenu ul li.highlight a {
	background: transparent url(images/bg-vmenu-h.gif) top left no-repeat;
	color: #FFFFFF;
}
.vmenu ul li a:hover span.menu_ar,
.vmenu ul li.highlight a span.menu_ar {
	background: transparent url(images/bg-vmenu-h.gif) top right no-repeat;
	color: #FFFFFF;
}
/* END VERTICAL MENU */



