.themeBackground {
width: 100%;
height: 100%;
vertical-align: top;
text-align: center;
background-image: url("../images/gradient.jpg");
background-repeat: repeat-x;
background-color: #d2ecfb;
margin: 0px;
}

.themeTop {
width: 978px;
margin: 0 auto;
text-align: right;
font-family: arial;
font-weight: bold;
font-size: 12px;
color: white;
}
.themeTop a:link { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
.themeTop a:active { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
.themeTop a:visited { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: none; }
.themeTop a:hover { font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; color: #ffffff; text-decoration: underline; }


.themeBody {
width: 980px;
margin: 0 auto;
text-align: center;
background-color: white;
padding: 0px;
}

.themeTable {
margin-left: auto;
margin-right: auto;
vertical-align: top;
border-style:solid;
border-color: #000000;
border-collapse: collapse;
}

.themeFooter {
width: 1px;
height: 50px;
}

