body, html {
	background: #d6def1 url(../img/body-bg-top.png) repeat-x left top;
	color: #323a45;
	color: #12296E;
}

th,td {
    /*borders and padding to make the table readable*/
    border:0px;
    padding:.5em;
}

h1,h2,h3,h4 {
	color: #323a45;
	color: inherit;
	font-weight: normal;
}

h1 {
    font-size:170%;
}

h2 {
    font-size:131%;
}

h3 {
    font-size:110%;
}

h4 {
	font-size: 100%;
	letter-spacing: 2px;
	text-transform: uppercase;
}

p {
	
}

a { color: #4a74a7; text-decoration: underline; }
a:hover { text-decoration: none; }
.link { color: #4a74a7; }

/* Generic Tables */
table {
    margin-top: 4px;
}
table td {
    border: none;
    padding: 14px;
}
table td {
    border-top: 1px solid #ccc;
}
table .first td {
    border-top: none;
}


#container {
    width: 873px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    background: url(../img/body-bg.png) repeat-y;
}
    #header {
		font: 108% Arial,Helvetica,sans-serif;
        width: 100%;
        height: 174px;
        background: url(../img/header-right.jpg) no-repeat right top;
        overflow: hidden;
    }
        #header h1, #header h2 {
            margin: 0;
            text-indent: -9999em;
        }
        #header h2 {
            position: absolute;
        }
        #header h1 {
            width: 311px;
            height: 134px;
            background: url(../img/header-logo.png) no-repeat;
        }
        #header h1 a {
            display: block;
            width: 311px;
            height: 134px;
        }
        #nav {
            padding-left: 48px;
            width: 825px;
            height: 40px;
            background: url(../img/menubar-bg.png) repeat-x;
        }
            #nav a {
                color: #fff;
                font-weight: bold;
                text-decoration: none;
                display: block;
                float: left;
                height: 100%;
                padding: 0 18px;
                line-height: 40px;
                margin-right: 1px;
                background: url(../img/menubar-spacer.png) no-repeat right top;
            }
            #nav a:hover {
                text-decoration: underline;
            }
            #nav a.last {
                background: none;
            }
            #nav a.current {
                font-weight: normal;
            }
            #nav a#backToMerryck {
				line-height: 0;
				margin: 0;
				padding: 0;
				width: 172px;
				height: 25px;
				display: block;
				position: absolute;
				left: 14px;
				top: 0;
				z-index: 2;
				text-indent: -999em;
                background: url(../img/button-back-to-main.png) no-repeat left top;
            }

    #contentWrap {
        padding: 40px 66px 0;
        background: #fff url(../img/content-bg-top.png) repeat-x;
        position: relative;
        z-index: 1;
    }
        #content {
            width: 59%;
            min-height: 400px;
        }
        #rightCol {
            position: absolute;
            right: 56px;
            top: 40px;
            background: url(../img/column-divider.png) no-repeat left 10px;
            padding-left: 24px;
            width: 27%;
            min-height: 432px; 
        }
            #rightCol h1 {
                margin: 0;
            }
            #rightCol small {
                color: #a7a7a7;
                line-height: 2;
            }
            #rightCol .logos {
                text-align: center;
                margin-top: 1em;
            }
			#brochureIcon {
				margin-left:173px;
				margin-top:-49px;
				margin-bottom:4px;
			}

    #bottomGrad {
        background: url(../img/content-bg-bottom.jpg) no-repeat;
        width: 873px;
        height: 108px;
    }
    #footer {
		font: 108% Arial,Helvetica,sans-serif;
        background: url(../img/footer-bg.jpg) no-repeat;
        width: 873px;
        height: 81px;
        color: #e2e8f6;
        position: relative;
    }
        #footer a {
            color: #e2e8f6;
            text-decoration: none;
        }
        #footer a:hover {
            text-decoration: underline;
        }
        #footerCopy {
	        font-size: 10px;
            position: absolute;
            left: 66px;
            top: 44px;
        }
        #footerContact {
	        font-size: 10px;
            position: absolute;
            right: 66px;
            top: 44px;
        }
        #footerLogin {
	        font-size: 10px;
            position: absolute;
            right: 66px;
            top: 18px;
        }



    #gradL {
        width: 15px;
        height: 444px;
        position: absolute;
        left: 0;
        top: 0;
        background: url(../img/gradient-left.png) no-repeat;
    }
    #gradR {
        width: 15px;
        height: 444px;
        position: absolute;
        right: 0;
        top: 0;
        background: url(../img/gradient-right.png) no-repeat;
    }


img.bio {
  float: left; 
  margin: 6px 10px 10px 0px;
}

img.bior {
  float: right; 
  margin: 6px 10px 10px 0px;
}

/* delegates RHS stuff */
#homeLinks {
    float:right;
    margin-left:81px;
    margin-right:-58px;
    width:285px;
}
#homeGraphic {
    float: right;
    clear: right;
    margin: 0 0 20px 10px;
    display: none;
}



.clearer {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
	display: block;
}