body {
    background-color: rgb(220,230,242);
    font-family: gill sans mt;
    font-size: 13pt;
    color: #000000;
}

a {
        color: #0000FF;
}

a.visited {
        color: #0000FF;
}

div.main {
    width: 900px;
    background-color: rgb(255,255,255);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 5px;
    border-width : 1px;
    border-color : #000000;
    border-style : solid;

}

div.header {
    text-align: left;
    padding: 10px 20px 10px 20px;
}

div.contactinfo {
    vertical-align: middle;
    text-align: center;
    height: 220px;

}

div.section {
    text-align: left;
    padding: 10px 20px 10px 20px;
}

/* Taken from http://robertnyman.com/2010/03/16/drop-shadow-with-css-for-all-web-browsers/ with love */
.shadow {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

h1 {
    margin-top:0px;
    margin-bottom: 0px;
}

h2 {
    margin-bottom: 12px;
    margin-top: 12px;
}

h3 {
    margin : 2;
}

ul {
    margin : 2;
}
