/* generated by csscreator.com */ 
html, body{ 
 margin:0; 
 padding:0; 
 font-family:Arial,Verdana,Helvetica,sans-serif;
 font-size: 11px;
 } 

#layout {
    border:0;
    width:100%;
}
 
#header{
 position:relative; 
 height:100px; 
 border-top: 4px solid orange;
  background-color:#efe3d1;
 width:100%;
font-weight:bold;
} 
 
#logo {
    display:block;
    width:239px;
    height:100px;
    text-indent: -5000px;
    z-index:300;
    float:left;
    background:  url(images/dimaslogo2.gif) no-repeat left top;
}	

#headtext {
   font-size: 14px;
    width:50em;
    vertical-align:middle;
    margin-top:20px;
    margin-left:200px;
    display:block;
}
#leftcol{
 width:250px;
 vertical-align:top;
 background-color:#efe3d1;
 border-right: 1px solid orange;
 font-size: 11px;
 padding:20px; 
 text-align:justify;

}
 
#maincol{
background-color: #efe3d1;
vertical-align:top;
}
 
#footer{
 height:8em; 
margin:0;
border:0;
background-image: url('/assets/images/down_grd.gif'); 
background-repeat: repeat-x;
background-color: #eeeeee;
height:75px;
 
 } 
 

 
 /* *** 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;}
}

#content  table{
border-color:ffa500;
}


#content {
        _font-size: 12px;
        color: #444444; 
        background-color: #efe3d1;
        _line-height: 18px;
        _line-height: 16px;
		padding:20px; 
		font-family:Verdana,Helvetica,Arial,sans-serif;
		text-align:justify;
}

#content p a {
        color: #ad6a00; 
}
#leftcol p a {
        color: #ad6a00; }
#content p a:hover {
        background-color: #ac6501; 
        color: #ffffff;
}
#content h2 {
        font-size: 15px;
       color:#ad6a00;
        padding-left: 19px;
        line-height: 24px;
        position: relative;
        z-index: 999;
}
#leftcol h2 {
        font-size: 15px;
        color: #ad6a00;
        padding-left: 19px;
        line-height: 24px;
        position: relative;
        z-index: 999;
}
h3#post-  {
        font-size: 12px;
        color: #618200;
        background:   no-repeat left top;
        padding-left: 0px;
}

#content a, #sidebar a, #leftcol a
{
    color: #ad6a00;
}

#content ul li{
    list-style-image: url(images/bullet_orange_11x8.gif);
    margin-bottom: 0.5em;
}

#content a:hover, #sidebar a:hover, #leftcol a:hover,
{
    background-color: #ad6a00;
    color: #ffffff;
}
	    
