body{
margin-top: 20px;
color: white;
font-family: Verdana;
background-color: #000000;
background-image: url(gradient.png);
background-repeat: repeat-x;
background-attachment: fixed;
}
a:link { text-decoration: none; color: #F1CF17;}
a:visited { text-decoration: none; color: #F1CF17; }
a:hover { color: #ffffff; font-weight: bold;}

.container{
border: 1px solid white;
width: 800px;
margin: auto;
background-color: #000000;
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
.topleftlogo{
margin-right: 10px;
  -moz-border-radius:3ex;
  -webkit-border-radius:3ex;
}
.header{
color: white;
text-align: left;
width: 100%;
height: 120px;
border-bottom: 1px solid white;
}
.dplist{
padding:10px;
background-color:#ffffff;
color:#000000;
}
.dplist li{
margin-bottom: 10px;
}


.header1{
font-size: 24px;
font-family: Times New Roman;
color: #358EBE;
font-variant: small-caps;
}
.header2{
margin:0;
padding:0;
font-family: Verdana;
font-size: 16px;
font-variant: small-caps;
}

.pagelinks{
font-size: 10px;
text-align: center;
padding-right: 5px;
}
.content{
height: 100%;
font-size: 12px;
}
.qualcell{
font-size: 12px;
width: 100px;
text-align: center;
padding: 5px;
vertical-align: top;
}
iframe {
width: 100%;
height: 1024px;
border: 0px solid #000000;
}
.footer{
text-align: center;
font-size: 12px;
min-height: 100%;
margin-bottom: 5px;
}