
/* Layout Stylesheet */ 

body{
 margin: 0px;
 padding:0px;
 background: #ffffff;
 color: #333333;
 }
 
#lh-col{
 width: 46%;
 float: left;
 border: solid #3E61BF;
 border-width: 0 2px 0 0;
 background: #F8E100;
 color: #333333;
 margin: 0;
 padding: 40px;
 }
 
#rh-col{
 background: #ffffff;
 color: #333333;
 margin: 0;
 padding: 0;
 }
 
#leftpic{
 width: 35%;
 float: left;
 border: solid #3E61BF;
 border-width: 0 0 0 0;
 background: #F8E100;
 color: #333333;
 margin: 0;
 padding: 15px;
 }
 
 #righttext{
 width: 35%;
 float: center;
 border: solid #3E61BF;
 border-width: 0 0 0 0;
 background: #F8E100;
 color: #333333;
 margin: 0;
 padding: 15px;
 }
 
div.rounded {
 width: 200px;
 background: #FFFFFF url(images/tr.gif) no-repeat top right;
}
div.rounded div {
 background: transparent url(images/tl.gif) no-repeat top left;
}
div.rounded div div {
 background: transparent url(images/br.gif) no-repeat bottom right;
}
div.rounded div div div {
 background: transparent url(images/bl.gif) no-repeat bottom left;
 padding: 15px;
}

    
.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }




