/* generated by csscreator.com */ 
html{ 
 margin:0; 
 padding:0; 
 text-align:center; 
} 

body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 background-color:#d7d5bc;
 background-image: url(images/dmlbg.jpg);
 background-repeat:repeat-x;
} 
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto; 
 background-color:#fff; 
} 
 
#header{
 margin:0; 
 padding:0;
 position:relative; 
 height:60px; 
  background-color:#82439a; 
 width:760px;
  background-image: url(images/header1.jpg);
}

#specialhdr{
 margin:0; 
 padding:0;
 position:relative; 
 height:157px;  
 width:190px;
}

#subhead{
margin:0px;
padding:0px;
position:relative;
width:568px;
float:left;
}
.title{
font-family: Times New Roman, Times, serif;
color:#82439a;
font-size: 16pt;
} 
.subtitle{
font-family: Times New Roman, Times, serif;
color:#82439a;
font-size: 14pt;
} 
 
#leftcol{
 margin:0; 
 padding:0;
 width:186px; 
 float:left; 
 position:relative; 
 background-color:#fff; 
 background-image: url(images/leftcol.jpg);
 background-repeat:repeat-y;
 }
 
#maincol{background-color: #FFFFFF; 
 margin:0; 
 padding:0; 
 float: right; 
 display:inline; 
 position: relative; 
 width:570px; 
 }
#content{
font-family: Arial, Helvetica, sans-serif;
color:#777;
font-size: 10pt;
margin:10px; 
 padding:0; 
width:549px;
 float: right; 
 display:inline; 
 line-height: 130%;
}
 
#credits {
 margin:0; 
 padding:0;
 height:118px;
 width:380px;
 position:relative;
 left: 200px;
 top:24px;
} 
 
#footer{
 margin:0; 
 padding:0;
 height:118px;
 width: 760px; 
  background-color:#fff; 
 clear:both;
  background-image: url(images/footer.jpg);
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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;} 
#twocols, #maincol{width:100%; float:none;}
}
