ul {
   
   list-style-image: url("../images/bullet.gif");
   padding-left : 20px;
   list-style-position: inside;
   
   }

ol {
   
   list-style-image: url("../images/bullet.gif");
   padding-left : 20px;
   list-style-position: inside;
   
   }


* {
     padding: 0;
     margin: 0;
}
img {
     border: 0;
}
body {
    font-family: Arial;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 11px;
    color: #000000; 
    overflow-y:scroll; 
}
  
a:link, a:visited {
    text-decoration: underline;
    font-weight: normal;
    color: #000;
    outline: none;
    text-align: left;
}
.float {  
     float: left;  
}  

.componentheading, .contentheading {  
    font-family: Arial;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #B20022;  
}  


.clear {  
    clear: both;  
}  
.overall {
    background-color: #ffffff;    
}
div.center {
    text-align: center;
    margin: 0px auto 0 auto;
    padding: 0;
    width: 930px;
    background: #FFFFFF;
}
#container {
    width:930px;
    margin: auto;
    background-color: #FFFFFF;
    border: 0px solid #FFFFFF;
    text-align: left;
}
#header {
    text-align: center;
    background-color:#FFFFFF;
    height: 40px;
}
#content {
    width: 930px;
    text-align: left;
    background-color:#FFFFFF;
    padding: 0px;
}
#sidebar_left {
    text-align: center;
    background-color:#f4f9fc;
    width: 165px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
}
#sidebar_right {  
    background-color:#f4f9fc;
    text-align: center;
    width: 165px;  
    border-left: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
     }
#footer {  
    background-color:#f4f9fc;
    text-align:center;
    border-top: 1px solid #e2e2e2;
    border-botom: 1px solid #e2e2e2;
    padding: 5px;
}

