html, body{ 
 margin:0; 
 padding:0; 
 background: #212016 url(images/bg_bodydts.gif) repeat-y;
 font-family: verdana, 'courier new','Times New Roman', arial, sans-serif, helvetica;
 font-size: 14px;
 font-weight: normal;
 height: 100.1%
 } 

#bg {
background: #212016 url(images/bg_bodydts.gif) repeat-y;
min-height: 100%;
 height: auto !important;
 height: 100%;
}

#mainbody a {
  font-weight: normal;
  text-decoration: underline;
  color: #f0f0f0;
}

#rightcol a {
  font-weight: normal;
  text-decoration: underline;
  color: #000;
}

#pagewidth{ 
 width:990px;
 background: #212016 url(images/bg_bodydts.gif) repeat-y;
 min-height: 100%;
 } 

#bg_header {
width: 100%;
background: url(images/bgdts.gif) repeat-x;
height: 160px;
}

#header{
 float: left;
 position:relative; 
 height: 160px; 
 background: url(images/header.gif) no-repeat; 
 width:100%;
 margin-left: 0px;
 font-weight:bolder;
 font-size: 12px; 
 font-family: verdana;
} 

#wrapper{
 float: left;
 position:relative; 
 background: url(images/bg_wrapper.gif) no-repeat; 
 width:100%;
 margin-left: 0px;
 font-weight:bolder;
 font-size: 12px; 
 font-family: verdana;
 min-height: 100%;
 height: auto !important;
 height: 100%;

} 

#leftcol{
 width:155px; 
 float:left; 
 position:relative; 
 margin-left: 155px;
 margin-top: 51px;
 min-height: 350px;
 height: auto !important;
 height: 350px;
 border-right: 1px solid #f0f0f0;
 display:inline
}

.menu {
	vertical-align: top;
	width: 150px;
	padding: 0px;
      font-size: 12px;
      min-height: 280px;
      height: auto !important;
      height: 280px;
   
}
.menu ul, .menu li{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.menu ul {
	border-bottom: 0px;
}

.menu ul ul {
	font-weight: normal;
}

.menu ul ul li {
	background: url(images/bg_button.gif) no-repeat;
	padding-left: 10px;
}

.menu a:link, .menu a:visited, .menu a:active, .menu a:visited {
	padding: 4px 4px 4px 10px;
	color: #f0f0f0;
	display: block;
	text-decoration: none;
 }

.menu a:hover {
	text-decoration: none;
}

.menu li.menu-current a:visited {
	font-weight: bold;
}

.menu li.menu-child a:visited {
	font-weight: normal;
}

.menu li.menu-parent a:visited {
	font-weight: bold;
}

.menu li.menu-sibling a:visited {
	font-weight: normal;
}


.umenu {
	vertical-align: top;
	width: 150px;
	padding: 0px;
      font-size: 12px;
 }
.umenu ul, .umenu li{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
}
.umenu ul {
	border-bottom: 0px;
}

.umenu ul ul {
	padding-left: 10px;
}

.umenu a:link, .umenu a:visited, .umenu a:active {
	padding: 4px 4px 4px 10px;
	color: #f0f0f0;
	display: block;
	text-decoration: none;
 }

.umenu a:hover {
	text-decoration: none;
}

.umenu li.menu-current a:visited {
	font-weight: bold;
}
 
#twocols{
 width:670px; 
 float:right; 
 position:relative;
 }
 
#rightcol{
 width:179px; 
 float:right; 
 position:relative;
 color: #000;
 padding: 0px;
 font-weight: normal;
 font-size: 90%;
 margin-right: 4px;
 margin-top: 5px;
 padding: 20px 10px 10px 15px;
}

#rightcol h1 {
 font-size: 16px;
 font-weight: bold;
 font-family: 'courier new';
 color: #000;
}
 
#maincol{  
 float: left; 
 display:inline; 
 position: relative; 
 width:420px; 
 padding: 0px;
}


#mainbody {
 background: url(images/bg_mainbodyf.gif) repeat-y;
 width: 410px;
 color: #f0f0f0;
 font-size: 12px;
 padding: 10px 15px 10px 10px;
 margin: 0;
 font-weight: normal;
 line-height: 140%;
}

#mainbody h1 {
 font-size: 20px;
 font-weight: bold;
 font-family: 'courier new';
 color: #f0f0f0;
}
 
#mainfooter {
 background: url(images/bg_mainfooterf.gif) no-repeat;
 height: 5px;
}

 
#footer{
 height:25px; 
   clear:both;
 } 
 

 .clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
