/* CSS Document */

body { font-family:Sans-Serif;
    text-align:center;
    margin: 0px;
    padding: 0px;
    font-size:11pt;
    background-color:#e1e9ee;

}

#container { width:900px;
             margin:0 auto;
             text-align:center;
}

#pageContainer {
    background-image:url('../images/content_bg.jpg');
    background-repeat:repeat-y;
    width:900px;
    text-align:center;
}

#menuBox { background-image:url('../images/menu.png');
        background-repeat:no-repeat;
        height:65px;
        text-align:center;
        margin-left:25px;
}

#menu { font-size:12pt;
        font-weight:bold;
        padding-top:15px;
        text-align:center;
}

#menu a{
padding-right: 65px;
text-decoration: none;
color: #ffffff;
}

#menu a:hover {color:#d71f31;
}

#sidebarBox{ width:200px; background-color:#1980b9;
}

#sidebar { padding:10px;
          color:#ffffff;
}

#contentBox { padding:0 10px;
              text-align:left;
}

#content { margin-bottom:0;
}

#capability li { font-size:9pt;}

img { border:none;}

#footerBox { vertical-align:top;
          background-image:url('../images/footer_02.jpg');
          background-repeat:no-repeat;
          height: 73px;
          width: 900px;
   }
   
#footer { font-size:8pt;
           padding-top:50px;
           color:#ffffff;
          
}   

td { vertical-align:top; height:auto;
    }
    
.titleBg {    background-image:url('../images/title_bg.jpg');
        background-repeat:no-repeat;
        height:27px; 
        width:507px;
        padding-top:0px;
}

#slide_show { margin-bottom:20px;}

.whiteText { color:#ffffff;
             font-weight:bold;
             padding:5px 0 0 10px;
    }

#toplink {color:#d71f31;}

