/* website body */
body {
    background-image: url(media/website-bg.jpg);
    background-repeat:repeat-x;
    font-family: Verdana, sans-serif;
    font-size: 10pt;
    color : #000;
    font-weight : normal;
    margin : 0px 0px 0px 0px ;
    text-align: center;
}

/* page wrapper for centered pages */
.pagewrapper {
    width:848px;
    text-align:left;
    margin: 0px auto;
    background-image: url(media/page-bg.jpg);
    background-repeat:no-repeat;
    border: 1px solid #6887bd;
}


.topnavigationinner {
    margin-left:50px;
}

.mainnav {
    list-type-style:none;
    margin:0px;
    padding:0px;
}

.mainnav li {
    margin-left:2px;
    margin-right:2px;
    padding:2px;
    display:inline;
    line-height:15px;
}

.navspacer {
    color:#ccc;
}

.content {
    margin-left:40px;
    margin-right:40px;
    margin-top:50px;
    margin-bottom: 10px;
}

.leftcontainer {
    float:left;
    width:320px;
}

.middlecontainer {
    float:right;
    width:438px;
}

.bottomcontainer {
    clear:both;
    margin-top:20px;
}

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

.copyright {
    float:left;
}

.sms {
    float:right;
}

h1{
    font-family: Verdana, sans-serif;
    font-size: 12pt;
    color : #000;
    margin : 10px 10px 10px 10px ;
    padding : 0px 0px 0px 0px ;
    font-weight : bold;
}

/* navigation classes for primary navigation */
.intd a:visited, .intd a:link {
    color:#000;
    text-decoration:none;
}
.intd a:hover {
    color: #000;
}

.antd a:hover, .antd a:visited, .antd a:link {
    color:#000;
    text-decoration:none;
    font-weight:bold;
}

/* navigation classes for secondary navigation */
.intd2 a:visited, .intd2 a:link {
    text-decoration:none;
}
.intd2 a:hover {
    color:#000;
}

.antd2 a:visited, .antd2 a:link, .antd2 a:hover {
    text-decoration:none;
    color:#f7941d;
    font-weight:bold;
    background-image: url(media/design/arrow-right-active.png);
    background-repeat:no-repeat;
    background-position: right;
    display:block;
}

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

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