body{    
    background-color: #8ebce3;
    font-family: sans-serif;
    font-size: 12px;
    margin:0px;
    padding: 0px;    
}

table { 
    font-size: inherit; 
}

td { 
    font-size: inherit; 
}

img { border-style: none }

#container {
    margin: 0px auto;
    padding: 0px;
    width:950px;
    background-color: white;
}

#main {
    margin: 0px auto;
    width:950px;
    padding: 0px;
    background-image: url(/blueskin/images/content_pane_background.jpg);
    background-repeat: repeat-y;   
}

#leftside{   
    margin:0px;    
    width:250px;  
    float:left;   
    color: #2e2d27;
    text-align:center;
}

#rightside{
    margin:0px;
    width:190px; 
    float:left; 
    color: #2e2d27;
    text-align:center;
}

#content{
    margin:0px;
    padding: 0px;
    width:510px; 
    float:left;
    background-color: white;
    color: #2e2d27
}


#header{    
    height:155px;
    width:940px;
    background-image: url(/blueskin/images/Banner_175.jpg);   
    text-align: right;
    padding:20px 0px 0px 10px;
    background-repeat: no-repeat;      
}

#footer1{
    clear: both;
    height:30px; 
    background-color:#c2c2c2;        
    color: #2e2d27;    
    text-align:center;
}

#footer2{
    height:20px;
    background-color:#7d7b7c; 
    color: white;
    text-align:center;
    font-size: smaller;
}

#logindiv{
    margin: 50px auto;
    height: 280px;
    width: 193px;
    background-image: url(/blueskin/images/Blank-Login-Box.jpg);
    background-repeat: no-repeat;  
    background-position: center center;
    text-align:left;
    font-weight:bold;
    border:solid 1px #e2e9f3
}

.darkhref A:link    {text-decoration: underline; color: #2e2d27;}
.darkhref A:visited {text-decoration: underline; color: #2e2d27;}
.darkhref A:active  {text-decoration: underline; color: #2e2d27;}
.darkhref A:hover   {text-decoration: underline; color: #2e2d27;}

.bluehref A:link    {text-decoration: underline; color: #319bcd;}
.bluehref A:visited {text-decoration: underline; color: #319bcd;}
.bluehref A:active  {text-decoration: underline; color: #319bcd;}
.bluehref A:hover   {text-decoration: underline; color: #319bcd; cursor: pointer;}
.bluehref {text-decoration: underline; color: #319bcd;}

.loginbutton {
    border: none;
    background: url('images/Login.jpg') no-repeat top left;
    padding: 2px 8px;
    margin:5px 0px 5px 0px;
    height:28px;
    width:73px;
}

.submitbutton{
    vertical-align:top;
    border: none;
    background: url('images/submit.jpg') no-repeat top left;
    height:23px;
    width:73px;
}

.cancelbutton{
    vertical-align:top;
    border: none;
    background: url('images/cancel.jpg') no-repeat top left;
    height:23px;
    width:73px;
}

.footertd{
    text-align:center;
    vertical-align:middle;
    color: white;
    font-size: 10px;
}

.contentHeader{
    background-color:#8ebce3;    
    padding:0px 0px 0px 15px;
    
}

.contentHeaderText{
    color: white;
    font-weight: bold;
    font-size: medium;
}

.contentParagraph{
    margin:0px 20px 0px 20px;
}

.centeredContentParagraph{
    width:510px; 
    text-align: center;    
}
.contentParagraphPaddingDown{
    margin:0px 20px 40px 20px;
}


.widgetHeading{
    color:#538eb6;
    font-weight: bold;
}
.widgetContent{
    font-size: 9pt;
    color: #2e2d27
}

.widgetAnchor{
    text-decoration:none 
}

.hr {
    margin:0px 20px;
    color: #f2f4f8;
    background-color: #f2f4f8;
    height:1px;
    width:150px;
    font-size: 1pt;
}

.alignRight{
    text-align:right;
}

.alignCenter{
    text-align:center;
}

.error {color:red}

.liTitle{   
    font-weight:bold;    
}

.testimonialHeader{
    font-size: 12pt; font-weight: bold; color: #319bcd;
}

h5{
    color:#319BCD;    
    font-size:10pt;
    font-weight:bold;
}

h4{
    color:#319BCD;    
    font-size:12pt;
    font-weight:bold;
}

h3{
    color:#319BCD;    
    font-size:14pt;
    font-weight:bold;
}

.label{
    font-weight: bold;    
}

div#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

.redBold {
    font-weight:bold; 
    color:red
}
