@charset "UTF-8";
/* CSS Document */

body {  
background-color: #CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-align: center;
overflow: auto; 
margin: 0;
}

#container {
width: 780px;
margin: 0 auto;
padding: 3px;
background-color: #FFFFFF;
}

a { 
font-weight: bold; 
color: #0000FF; 
text-decoration: underline;
}

h1 {  
font-size: 16px; 
font-weight: bold; 
color: #000000;
text-align: left;
}

h2 {  
font-size: 15px; 
font-weight: bold; 
color: #000000;
}

h3 {  
font-size: 16px; 
font-style: italic; 
font-weight: bold; 
color: #000000;
}

#hdpe {
text-align: center;
padding: 0px 0px;
margin: 0px 180px 0px 0px; 
vertical-align: top
}

#text {
color: #000000;
font-size: 13px;
text-align: left;
padding: 10px 25px 10px 25px;
}

#containers {
float: right;
width: 150px;
font-size: 12px;
background-color: #333333;
display: inline;
}

#containers a {
color: #FFFFFF;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
vertical-align: bottom;
text-align: center;
color: #000000;
width: 780px;
font-size: 13px;
}