html, body {
	margin:0px; padding:0px; 
	background:#fff;
	position:relative; 
}
a {
	color: #905435; text-decoration: none; font-size: 12px;
}
a:hover {
	text-decoration: underline;
}
body {
	padding: 0px 10px 0px 10px; font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
}
form, ul, li, div, span, p, h1, h2, h3, h4, h5, h6, tr, td, img {
  	margin: 0; padding: 0; border: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #8FA2BC; padding: 10px 0px 10px 0px;
}
td, p, span div {
/*	font-size: 12px; line-height: 130%;  color: #0B2B42; DAN!!! */
	font-size: 12px; color: #0B2B42;
}

#tpl_container {
	position:relative; 
	display:block; 
	background:#fff;
	border-left:solid 275px #fff;
}
#tpl_inner {
	display:block;
	position:relative;
	margin-left:-275px;
	padding:1px;
}

#tpl_left {
	float:left; 
	position:relative; 
	width:275px;
	left:0px; 
	border-top: 3px solid #ECE9E2;
	background: url("../images/bg_leftcolumn.gif") no-repeat top right;
}
#tpl_left_inner {
	margin: 10px 0px 40px 20px; border: 0px solid #000;
}
#tpl_center {
	margin-left:275px; position:relative; 
	display:block; height:1%; border-left: 3px solid #ECE9E2;
}
#tpl_maincontent {
	overflow:hidden;  position: relative;
	color: #0B2B42; width: 100%;
}
#tpl_maincontent_main {
	position: relative; color: #0B2B42; padding: 10px 0px 100px 20px;
}
.tpl_clear {clear:both; margin: 0px; padding: 0px;}
#tpl_header {height: 243px; position: relative;}

#tpl_logo {
	/*width:296px; DAN!!! */
}
#tpl_footer {
	width: 100%; height: 30px; background-color: #ECE9E2;
	margin: 0px 0px 30px 0px;
}
#tpl_pathway {
	text-align: left; border: 0px solid #000; margin: 10px 0px 0px 20px;
}
#tpl_menu_search {
	width: 100%; background-color: #ECE9E2; height: 30px;  position: relative;
	border: 1px solid #ECE9E2;
}

#tpl_topmenu {
	float: left; border: 0px solid #000;  height: 30px; width: 66%; margin: 7px 0px 0px 0px; /* margin for adsense */
	
}
#tpl_search {
	float: right; border: 0px solid #000;  height: 30px; width: 34%;
	text-align: right;
}

/* #DAN# text block at the center of the top menu */
#tpl_greet {
/*	margin-top:20px; DAN2 !!!*/
       /*left:         42%;some magic to align the element in the center;
       position:     absolute;
       top:          100px;
       width:        530px;*/
/*	   width:45%;*/
}

#tpl_greet h3 {
/*	text-align: center;*/
}
