body {
    font-family: arial, helvetica, sans-serif;
    font-size: 13.5px;
    background-color: #E6E6E6;
}

a:link {
    color: #003D79;
}

a img {
    border: 0;
}

#wrapper {
    margin: 0 auto;
    width: 967px;
    margin-top: 30px;
    background-color: white;
}

#main {
    width: 967px;
    float: left;
    background-color: white;
}

#mainheader {
    margin: 0;
    padding: 0;
    height: 60px;
    width: 967px;
    border-bottom: 1px solid #bfbfbf;
    
}

#header {
    margin-bottom: 17px;
}

#logo {
    float: left;
    height: 60px;
    overflow: hidden;
}

#subscribe-button {
    float: right;
    height: 60px;
    overflow:hidden;
    padding-left: 20px;
}

#leftcolumn {
    width: 170px;
    float: left;
    margin-left: -967px; /*Set margin to that of -(MainContainerWidth)*/
    padding: 6px 0 0 0;
}

#narrowcontent { 
    margin: 0 175px 0 170px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#widecontent { 
    margin: 0 175px 0 80px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#rightcolumn { 
    float: left;
    width: 175px; /*Width of right column*/
    margin-left: -175px; /*Set left margin to -(RightColumnWidth)*/
    padding: 0 0 15px 0;
    /* was 219 instead of 240 so maybe 154? */
}

#rightcolumn h2 {
    font-weight: normal;
    color: #1C3F74;
    font-size: 13px;
    margin: 0;
    padding: 6px 0;
}

#rightcolumn form h2 {
    text-align: center;
    background-color: #C6CFDC;
    margin-bottom: 10px;
}

#rightcolumn a {
    text-decoration: none;
    color: #003d79;
}

#rightcolumn a:hover {
    text-decoration: underline;
}

#rightcolumn form {
    margin-bottom: 11px;
    width: 167px;
    border: 1px solid #CCC;
}

#rightcolumn div {
    margin-bottom: 0;
    width: 137px;
    border: 1px solid #CCC;
    padding: 6px 14px;
    margin: -1px 0 0 0;
}

#rightcolumn div p, #rightcolumn label {
    padding: 0;
    margin: 3px 0;
    font-size: 11px;
}

#rightcolumn label {
    margin: 0 15px 0 15px;
}

#rightcolumn form input {
    margin: 0 13px 8px 13px;
}

#rightcolumn form input.textfield {
    width: 135px;
    margin-bottom: 2px;
}

#rightcolumn img.floatleft {
    padding: 0 5px 3px 0;
}

#rightcolumn img.floatright {
    padding: 0 0 2px 3px;
}

#contentcolumn {
    color: #333;
    padding: 0 32px 25px 0;
}

#contentcolumn p {
    font-family: verdana, arial, helvetica, sans-serif;
    margin: 0;
    padding: 0;
    padding-bottom: 16px;
}

#contentcolumn h1 {
    color: #003D79;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 0 0 16px;
}

#contentcolumn h2 {
    color: #003d79;
    font-size: 14.5px;
    font-weight: bold;
    margin: 0;
    padding: 3px 0 10px;
}

#contentcolumn h3 {
    font-size: 13.5px;
    margin: 0;
    padding: 0;
    color: #003d79;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 3px; 
}
h1 + h3 {
    margin:-18px 0 16px 0!important;
}

#contentcolumn ul, #contentcolumn ol {
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0 0 0 40px;
    margin: 0 0 16px 0;
}

#contentcolumn ul li {
    padding: 0;
    margin: 0;
    list-style: none url('/static/images/bullet.gif?1f3166e681b9');
}


#footer {
    font-family: verdana, arial, helvetica, sans-serif;
    width: 100%;
    font-size: 80%;
    text-align: center;
    padding: 7px 0 8px 0;
    clear: both;
    border-top: 1px solid #bfbfbf;
    background-color: white;
}

#footer a {
    text-decoration: none;
    color: #29448f;
}

#footer a:hover {
    text-decoration: underline;
    color: #4964Af;
}

#copyright {
    font-family: verdana, arial, helvetica, sans-serif;
    display: block;
    background-image: none;
    text-align: center;
}

/* ################## Navigation ################## */

#navigation {
    font-size: 13px;
    margin-right: 1px;
    position: relative;
    padding: 0 22px 0 22px;
}

#navigation ul {
    list-style-type: none; 
    padding: 0;             
    margin: 0;
}

#navigation ul li {
    padding: 0;
    margin: 0;
    display: block;
}

#navigation ul li a, #navigation ul li span {
    color: #909090;
    display: block;
    line-height: 15px;
    margin: 0;
    padding: 0 0 4px 0;
    text-decoration: none;
}

#navigation ul ul li a, #navigation ul ul li span {
    margin-left: 15px;
}

#navigation ul ul ul li a, #navigation ul ul ul li span {
    margin-left: 30px;
}

#navigation ul ul ul ul li a, #navigation ul ul ul ul li span {
    margin-left: 45px;
}

#navigation ul ul ul ul li a, #navigation ul ul ul ul li span {
    margin-left: 60px;
}

#navigation ul li a:hover {
    color: #ddd;
}

#navigation ul li .selected {
    color: #003C76;
}

#mainnavigation {
    font-size: 16px;
    padding-right: 12px;
    padding-top: 17px;
    text-align: right;
    text-transform: lowercase;
}

#mainnavigation ul {
    display: inline;
    background-image: url('/static/images/nav-dot.gif?1f3166e681b9');
    background-repeat: no-repeat;
    background-position: 100% 8px;
    padding-right: 14px;
    margin-right: 10px;
}

#mainnavigation li {
    background-image: url('/static/images/nav-dot.gif?1f3166e681b9');
    background-position: 3px 8px;
    background-repeat: no-repeat;
    color: #939598;
    display: inline;
    padding-left: 18px;
}

#mainnavigation li a {
    color: #003c76;
    text-decoration: none;
}

#mainnavigation li a:hover {
    color: #003c76;
}

#slideshow {
    margin: 0 0 15px 0;
    height: 150px;
    width: 685px;
    background: #fff;
}

#slideshow img {
    display: none;
    height: 150px;
    width: 685px;
}

#narrowslideshow {
    margin: 0 0 15px 0;
    height: 150px;
    width: 600px;
    background: #fff;
}

#narrowslideshow img {
    display: none;
    height: 150px;
    width: 600px;
}

hr {
    border: 0;
    margin: 4px auto 14px auto;
    color: #C6CFDC;
    background-color: #C6CFDC;
    width: 600px;
    height: 1px;
}

img.floatleft {
    padding: 0 20px 20px 0;
    float: left;
}

img.floatright {
    padding: 0 0 22px 22px;
    float: right;
}

img.left {
    padding: 0 20px 20px 0;
    display: block;
    margin-right: auto;
}

img.right {
    padding: 0 0 0 20px;
    display: block;
    margin-left: auto;
}

img.center {
    padding: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.grey {
    color: #909090!important;
}

.plum {
    color: #9E6886!important;
}

.blue {
    color: #003d79!important;
}

.molior {
    font-family: verdana, arial, helvetica, sans-serif!important;
    color: #003d79!important;
    font-weight: bold!important;
    font-size: 13.5px!important;
}

.london {
    font-family: verdana, arial, helvetica, sans-serif!important;
    color: #909090!important;
    font-weight: normal!important;
    font-size: 13.5px!important;
}

#sectionheader {
    margin: 0;
    padding: 0;
    height: 60px;
}

#nosectionheader {
    margin: 0;
    padding: 0;
    height: 31px;
}

#sectionheader img {
    
    position: relative;
    left: 0;
    margin: 0;
    padding: 0;
    width: 967px;
    height: 60;
}

#editProfileForm {
    padding-left: 30px;
    width: 550px;
}

#editProfileForm th {
    width: 200px;
    text-align: right;
    vertical-align: top;
    padding: 4px 20px 4px 4px;
}

#editProfileForm td {
    font-size: 90%;
    color: #666;
    text-align: left;
    padding: 2px;
}

#editProfileForm select {
    width: 268px;
    padding: 2px;
}

#editProfileForm input[type=text], #editProfileForm textarea {
    width: 262px;
    border: 1px solid #666;
    padding: 2px;
}

#editProfileForm textarea {
    height: 40px;
}

#editProfileForm .errorlist {
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: red;
}

#editProfileForm .errorlist li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#editProfileForm INPUT, #editProfileForm TEXTAREA {
    background-color: #DEF;
}

#editProfileForm INPUT.required, #editProfileForm TEXTAREA.required {
    background-color: white;
}

#forgottenPassword {
    font-size: 9px;
    margin: 0 15px;
}

ul.errorlist {
   margin: 0 !important;
   padding: 0 !important;
}

ul.errorlist li {
   list-style: none none !important;
   font-size: 80%;
   color: red;
}
