/* website body */
body {
    background-color : #b1e2fe;
    font-family: Verdana, sans-serif;
    font-size: 11pt;
    line-height:160%;
    color : #333;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
    text-align: center;
}

li{
    margin-top : 5px; margin-bottom: 5px;
}

/* page wrapper for centered pages */
.pagewrapper {
    width:955px;
    text-align:left;
    margin: 0px auto;
    border: 2px solid #fff;
    background: #b1e2fe;
}

.topinner {
    /*height:277px;*/
    height:300px;
    width:955px;
}

.sidenavcontainer {
    margin:0px;
    padding:0px;
    width:160px;
    line-height: 110%;
}

.sidenav {
    list-style-type:none;
    padding:0px;
    margin:0px;
    background: #0072b2;
}

.sidenav li {
    margin: 0px;
    padding: 5px;
    padding-left:15px;
    border-bottom: 1px solid #fff;
}

.logocontainer {
    float:left;
    margin:10px;
}

.content {
    width:100%;
}

.leftcontainer {
    float:left;
    width:160px;
    margin: 0px;
    padding: 0px;
}

.middlecontainer {
    float:right;
    margin: 0px;
    padding: 10px;
    width:765px;
}

.innerfooter {
    background-image:url(media/bottom-background.png);
    height: 218px;
    width: 955px;
    clear:both;
}

.innerfooter img {
    border: 2px solid #fff;
}

.footer {
    margin:0px;
    clear: both;
    font-size:8pt;
    clear:both;
}

.copyright {
    float:left;
}

.sms {
    float:right;
}

h1{
    font-family: Georgia, serif;
    font-size: 14pt;
    color : #0072b2;
    margin : 10px;
    margin-bottom:20px;
    margin-left: 0px;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

/* navigation classes for primary navigation */
.intd a:visited, .intd a:link {
    color:#fff;
    text-decoration:none;
    font-weight:normal;
    font-size:10pt;
}
.intd a:hover {
    color: #fff;
}

.antd a:hover, .antd a:visited, .antd a:link {
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    font-size:10pt;
}
ul .antd {
    border-bottom:1px solid #fff;
}

/* link */
A:link{
    color : #0072b2;
    text-decoration : underline;
}
A:visited{
    color : #333;
    text-decoration : underline;
}
A:hover{
    color : #333;
    text-decoration : underline;
}

/* remove any border from images */
img {
    border:0px;
}