body {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-size: 12px;
   background: #F7F8F2 url(../images/skin/bg.jpg) repeat-x;
   color: #696967;
   margin: 0px;
   padding: 0px;
}
.headerContainer {
   width: 940px;
   height: 97px;
}
#logo {
   width: 297px;
   height: 42px;
   margin: 33px 0px 0px 0px;
}
.navContainer {
   height: 26px;
   margin-top: 39px;
}
a.nav, a.nav:visited, tr.profilerow a, tr.profilerow a:visited {
   display: block;
   font-size: 12px;
   font-weight: normal;
   color: #7E7E7E;
   text-decoration: none;
   text-transform: lowercase;
   margin: 0px 0px 0px 20px;
   padding: 6px 12px 6px 12px;
}
a.nav:hover, tr.profilerow a:hover {
   text-decoration: underline;
}
a.current, a.current:visited, a.current:hover {
   font-weight: bold;
   background: #7FB74D;
   color: #FFFFFF;
   text-decoration: none;
}
tr.profilerow a, tr.profilerow a:visited, tr.profilerow a:hover {
   display: inline;
}
.mainContainer {
   width: 940px;
   border-top: none;
   border-right: none;
   border-bottom: 1px solid #CBCCC7;
   border-left: none;
   padding: 0px 0px 20px 0px;
}
.rightContainer {
   width: 231px;
   background: #414141;
   margin-bottom: 20px;
   padding: 10px;
}
.login {
   height: 231px;
   background: url(../images/skin/login.jpg) no-repeat;
}
.loginHeader {
   height: 50px;
   font-size: 1px;
   text-indent: -9999px;
}
.loginLabel {
   font-size: 15px;
   font-weight: bold;
   color: #FFFFFF;
   margin-bottom: 8px;
   margin-left: 8px;
   margin-top: 8px;
   text-align: left;
}
.loginInput {
   width: 211px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   border: 1px solid #4D4D4D;
   background: #FFFFFF;
   color: #949494;
   padding: 5px;
}
.spacer {
   width: 20px;
   font-size: 1px;
}
.hr {
   width: 100%;
   height: 0px;
   border-top: 1px solid #B1B59F;
   border-right: none;
   border-bottom: 1px solid #CCCCCC;
   border-left: none;
   margin: 0px 0px 20px 0px;
   padding: 0px;
   line-height: 0px;
}
.containerHeader {
   font-size: 26px;
   color: #787878;
   margin: 0px;
   padding: 0px;
}
.snapshotHeader {
   color: #BAB9AD;
   text-align: center;
   padding: 0px 0px 10px 0px;
}
.snapshotRow, a.subnav, a.subnav:visited {
   font-size: 12px;
   color: #BAB9AD;
   text-align: left;
}
.snapshotDollars, #download_total {
   font-size: 13px;
   font-weight: bold;
   color: #FFFFFF;
   text-align: right;
}
a#downloadlink, a#downloadlink:visited {
   color: #7FB74D;
   text-decoration: underline;
}
a#downloadlink:hover {
   text-decoration: none;
}
.left {
   text-align: left;
}
a.subnav, a.subnav:visited {
   text-decoration: none;
}
a.subnav:hover {
   text-decoration: underline;
}
a.active, a.active:visited, a.active:hover {
   color: #FFFFFF;
   text-decoration: none;
}
.footerContainer {
   width: 940px;
   font-size: 12px;
   color: #0E0D0D;
   padding: 10px 0px 80px 0px;
}