/* Global settings */
table {
    border-collapse:collapse;
    border-spacing:0;
}
/* Align whole page */
html {
    text-align:center;
    color:#000000;
    background:#6CB328;
}
/* Set up fixed body */
body {
    color:#000000;
    background-color:#FFFFFF;
    width:792px;
    margin:0 auto;
    text-align:left;
    position:relative;
    font-family:futura, Helvetica, sans-serif;
}
/* Main layout */
#header {
    color:#6CB328;
    background-color:#FFFFFF;
    background-image:url(images/IM_banner.png);
    background-position:top left;
    background-repeat:no-repeat;
    position:relative;
    height:136px;
    text-align:center;
    cursor:pointer;
}
h1 {
    position:absolute;
    font-size:30pt;
    right:9px;
    top:0px;
}
#main {
    color:#000000;
    background-color:#FFFFFF;
    position:relative;
}
#main table {
    width:756px;
    margin-top:9px;
    margin-left:18px;
    margin-right:18px;
}
h3 {
    color:#6CB328;
    background-color:#FFFFFF;
}
#left_sidebar {
    vertical-align:top;
    width:30%;
}
#main_text {
    vertical-align:top;
}
.qualifications {
    font-size:smaller;
}
#contacts {
    font-size:smaller;
}
.contact_type {
    color:#6CB328;
    background:#FFFFFF;
}
.ruled_line {
    color:white;
    background:#6CB328;
    width:100%;
    height:1px;
}
#footer {
    color:#6CB328;
    background-color:#FFFFFF;
    position:relative;
    margin-left:18px;
    margin-right:18px;
    margin-bottom:18px;
    font-size:x-small;
}
.expertise {
    color:#6CB328;
    background:#FFFFFF;
}
.item_leader {
    color:#6CB328;
    background:#FFFFFF;
}
.quote {
    text-align:center;
    font-size:smaller;
}
.attribution {
    font-style:italic;
}