html, body, #bgContainer {
 height: 100%;
 margin: 0px;
 padding: 0px;
 border: none;
 text-align: center;
 font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height: 17px;
 color: #000000;
 background-color: #d6cd85;
}



#siteContainer {
 text-align: left;
 width: 826px;
 height: 860px;
 margin: 0px;
 padding: 0px;
 margin-top:0px;
 border: none;
 background-image: url(/_interface/main_bg.png);
 background-repeat: repeat-y;
}



a:link {color: #99cbe5; text-decoration: none;}
a:visited {color: #99cbe5; text-decoration: none;}
a:active {color: #99cbe5; text-decoration: none;}
a:hover {color: #444488; text-decoration: underline;}


ul {
 margin-top: 0;
 margin-left: 0;
 margin-bottom: 0;
 padding-top: 0;
 padding-left: 10px;
 padding-bottom: 0;
}

li {line-height: 38px;}

li.home {line-height:26px;}


.bigEmail { 
 font-size: 20px; 
 font-weight: bold; 
 color: #000000;
}

.bigRed { 
 font-size: 30px; 
 font-weight: bold; 
 color: #cd171e;
 line-height: 14px;
}

.mediumRed { 
 font-size: 24px; 
 font-weight: bold; 
 color: #cd171e;
 line-height: 16px;
}

