﻿/* ------------------------------------------------------------
	Brand Colours

	Dark Blue		100c 85m 31y 17k		#002248
	Light Blue		 83c 61m 24y  3k		#0E456C
   ------------------------------------------------------------ */

html {
    height: 101%;
    /*background-color: #CCCCCC;*/
    background-color:white;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
}

form {
    margin: 0;
    padding: 0;
    height: 100%;
}

.outerArea {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    padding: 0;
}

.pageArea {
    width: 886px;
    min-height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 36px;
    padding-right: 54px;
    text-align: left;
    background-color: white;
    background-repeat: repeat-y;
    background-position: left;
}

/* -------------------------------------------------------------------
   Header
   ------------------------------------------------------------------- */
.header {
    padding-top: 2ex;
    padding-bottom: 6pt;
}

.header #searchbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: smaller;
    color: #0E456C;
    vertical-align: middle;
}

/* -------------------------------------------------------------------
   Top Menu
   ------------------------------------------------------------------- */
.menuBar {
    padding-top: 2pt;
    padding-bottom: 2pt;
    color: #0E456C;
}

.menuBar A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color:inherit;/*color: #0E456C;*/
    text-decoration: none;
    width:100%;
    background-color:inherit;
}

.menuBar A:visited {
    color:inherit;
    background-color:inherit;
    text-decoration: none;
}

.menuBar A:hover {
    color:inherit;
    background-color:inherit;
    text-decoration: none;
}

.menuBar TD {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.hdrMenu-1 {
    border-top: thin #0E456C solid;
    border-bottom: thin #0E456C solid;
    padding-top: 2px;
    padding-bottom: 2px;
    width: 100%;
}

.hdrMenu .l-1, .hdrMenu .l-2 {
    padding-left: 1ex;
    padding-right: 1ex;
    width: 145px;
    text-align: center;
}

.hdrMenu-3 {
    background-color: white;
    margin-top: 1.5ex;
    border-top: thin #0E456C solid;
    min-width: 145px;
}

.hdrMenu-3 TABLE {
    width: 100%;
}

.hdrMenu .l-3 TD {
    background: #E9E9E9;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1ex;
    padding-right: 1ex;
    width: 100%;
    border-top: 1px white solid;
    border-bottom: 1px white solid;
}

.hdrMenu .l-1 A:hover, .hdrMenu .l-1 TD:hover,
.hdrMenu .l-2 A:hover, .hdrMenu .l-2 TD:hover,
.hdrMenu .l-3 A:hover, .hdrMenu .l-3 TD:hover
{
    background: #0E456C;
    color:white;
}

/* -------------------------------------------------------------------
   Side Menu
   ------------------------------------------------------------------- */
.sideMenu {
    width: 100%;
    margin-top: 1ex;
    padding-right: 1ex;
    font-size: 90%;
}

.sideMenu-2 TD {
    padding-top: .25ex;
    padding-bottom: .25ex;
    padding-left: 1ex;
}

.sideMenu .l-1 {
	font-weight: bold;
    padding-top: .25ex;
    padding-bottom: .25ex;
    margin-bottom: .5ex;
    padding-left: .5ex;
    padding-right: 1ex;
    background-color: #E9E9E9;
    /*border-left: 8px #002248 solid;*/
    border-left: 8px #C0C0C0 solid;
}

.sideMenu .l-2 {
    background-color: #F9F9F9;
    border-left: 8px #C0C0C0 solid;
    padding-top: .25ex;
    padding-bottom: .25ex;
    padding-left: .25ex;
    padding-right: 1ex;
}

.sideMenu .l-1-sel {
    background-color: #E9E9E9;
    border-left: 8px #0E456C solid;
}

.sideMenu .l-2-sel {
    background-color: #E9E9E9;
    border-left: 8px #0E456C solid;
}

.sideMenu A {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #002248;
    text-decoration: none;
}

.sideMenu A:visited {
    color: #002248;
    text-decoration: none;
}

.sideMenu A:hover {
    color: #002248;
    text-decoration: underline;
}

/* -------------------------------------------------------------------
   Content 
   ------------------------------------------------------------------- */
.outerContentArea {
    text-align: left;
    vertical-align: top;
    min-height: 400px;
}

.outerContentArea TD {
    text-align: left;
    vertical-align: top;
}

.sideMenuArea {
    width: 20%;
}

.mainContentArea {
    width: 80%;
    height: 400px;
    padding-left: 2ex;
    padding-right: 2ex;
    border-left: thin black solid;
}

/* -------------------------------------------------------------------
   Logos
   ------------------------------------------------------------------- */
.logos {
    border-top: 1px #909090 solid;
    border-bottom: 1px #909090 solid;
    margin-top: 1ex;
    margin-bottom: 1ex;
}

.logos TABLE {
    width: 100%;
}



.logos TD {
    text-align: center;
    vertical-align: middle;
    width: 20%;
}

/* -------------------------------------------------------------------
   Footer
   ------------------------------------------------------------------- */
.footer {
    font-size: small;
    color: #0E456C;
    position: relative;
    bottom: 1ex;
    padding-top: 2ex;
    text-align: left;
}

.footer A {
    color: #0E456C;
    text-decoration: none;
}

.footer A:visited {
    color: #0E456C;
    text-decoration: none;
}

.footer A:hover {
    color: #0E456C;
    text-decoration: underline;
}

.footer .footerLink {
    padding-left: 1ex;
    padding-right: 1ex;
    border-left: 1px #0E456C solid;
}
.footer .first {
    padding-left: 1ex;
    padding-right: 1ex;
    border-left: 0;
}



