/* CSS Document */


body {
   color:#3a3a3a;
   font-family:Arial, Helvetica, Sans Serif;
   font-size:13px;
   margin:0;
   padding:0;
}

table {
   margin-left:10px;
   line-height:14px;
   }

#wrapper {
   width:700px;
   margin: 0 auto;
}

.header {
   width:700px;
   height:171px;
}

.content {
   width:660px;
   margin-left:20px;
}

.rounded {
   width:659px;
   height:39px;
   background:url(blue_bg.jpg) no-repeat;
}

.rounded h1 {
   color:#fff;
   font-size:18px;
   margin: 0 0 0 25px!important;
}

.rounded h2 {
   color:#fff;
   font-size:18px;
   font-weight:normal;
   margin: 0 0 0 25px!important;
   padding-top:6px;
}

.rounded h3 {
   color:#fff;
   font-size:18px;
   margin: 0 0 0 25px!important;
}


a {
   color:#1495f0;
   text-decoration:none;
}

a:visited {
   color:#1495f0;
   text-decoration:none;

}

a:hover {
   color:#2d62b5;
   text-decoration:underline;

}

.box {
   border-left:solid thin #dbdbdb;
   border-right:solid thin #dbdbdb;
   border-bottom:solid thin #dbdbdb;
   border-bottom-left-radius: 1.5em;
   border-bottom-right-radius: 1.5em;
   -moz-border-radius-bottomleft: 1.5em;
   -moz-border-radius-bottomright: 1.5em;
   -webkit-border-bottom-right-radius: 1.5em;
   -webkit-border-bottom-left-radius: 1.5em;
   width:657px;
   height:100%;
   padding: 15px 0 10px 0;
   margin-bottom:20px;
}

.divider {
   background:#f1f7fe;
   border:solid thin #d1e0f1;
   height:15px;
   width:400px;
   margin:10px 0 10px 0;
}

td .left {
   text-align:right;
   font-size:16px;
   color:#2e537d;
   padding: 0 0 0 5px;
}

td .leftpadded {
   text-align:right;
   font-size:16px;
   color:#2e537d;
   padding: 5px 0 0 5px;
}

td .right {
   padding:6px 0 5px 5px;
}

.footer {
   width:659px;
   background:#f1f7fe;
   border:solid thin #d1e0f1;
   height:15px;
   padding-top:10px;
   padding-bottom:10px;
   text-align:center;
   color:#000000;
   margin: 5px 0 10px 0;
}

.footer a {
   color:#000000;
   text-decoration:none;
}

.footer a:visited {
   color:#000000;
   text-decoration:none;
}

.footer a:hover {
   color:#565656;
   text-decoration:underline;
}
