/* Main structural elements */

body {
    font-family: Comic Sans MS, Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    background-color: #0C3089;
    width: 940px;
    margin: 10px auto 10px auto;
    padding: 0px;
}

#pagewidth {
    margin: 0px;
    padding: 0px;
    background-color: #F7F7F7;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

#header {
    width: 900px;
    height: 150px;
    margin: 0px;
    padding: 20px 20px 0px 20px;
}
#header h1, #header h2 {
    margin: 0px;
    padding: 0px;
}
#header h1 {
    background-image: url(/images/logo.gif);
    background-repeat: no-repeat;
    height: 150px;
}
#header span, #header img {
    display: none;
}

#navmenu {
    background-image: url(/images/menu.gif);
    background-repeat: repeat-x;
    width: 900px;
    height: 30px;
    overflow: hidden;
    margin: 1px 20px 0px 20px;
    padding: 5px 0px 5px 0px;
}
#navmenu ul {
    margin: 0px;
    padding: 0px 0px 0px 10px;
}
#navmenu li {
    list-style: none;
    display: inline;
    float: left;
    width: 110px;
    text-align: center;
}
#navmenu li a {
    display: block;
    background-image: url(/images/button.gif);
    background-repeat: repeat-x;
    color: #0C3089;
    margin: 2px;
    width: 105px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
}
#navmenu li.currentlink a {
    color: red;
}
#navmenu a:hover {
    background-image: url(/images/hover.gif);
    background-repeat: repeat-x;
}

#footer {
    clear: both;
}
#footer p {
    font-size: 9px;
    font-weight: normal;
    color: #0C3089;
    text-align: center;
}

#content {
    font-size: 13px;
    margin: 0px 50px 0px 50px;
    padding: 20px 10px 10px 10px;
    text-align: left;
}


/* Classes */

.imgfull {
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 0px;
    clear: both;
}
.imgright {
    margin-top: 7px;
    margin-right: 10px;
    margin-left: 15px;
    float: right;
}
.imgleft {
    margin-top: 7px;
    margin-right: 15px;
    margin-left: 0px;
    float: left;
}
.imgthumb {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
}
.imgframe {
    border: solid 1px #000000 !important;   /* to force precedence over the #content img */
}
.imgcap {
    font-size: 11px;
    text-align: center;
}
.imgclear {
    clear: both;
}

.centre {
    text-align: center;
}
.right {
    text-align: right;
}
.highlight {
    color: #FF4444;
}

.fourcolumn .col1 { float: left; width: 70px; color: #0C3089; }
.fourcolumn .col2 { float: left; width: 300px; }
.fourcolumn .col3 { float: left; width: 70px; color: #0C3089; }
.fourcolumn .col4 { float: left; width: 300px; }
.fourcolumn .col5 { clear: both; }

/* HTML elements */

h3, h4 {
    margin: 0px;
    padding: 0px;
    color: #0C3089;
    text-align: center;
    clear: both;    
}

h3 {
    font-size: 16px;
    background-image: url(/images/subheading.gif);
    background-repeat: no-repeat;
    padding: 2px 0px 10px 0px;
    margin-top: 20px;
}
h4 {
    font-size: 14px;
    padding-top: -10px;
}

p {
    margin: 0px 5px 5px 5px;    
}
p span {
    color: #0C3089;
}

a:visited {
    color: #0C3089;
}
a img {
    border: 0px;
}

ul {
    list-style: none;
    margin: 10px;
    padding: 0px 0px 20px 60px;
}