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 : rgb(255,255,255);//#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 : 1;
}
/* Stolen from Sergey */
a {
  color: #1772d0;
  text-decoration:none;
}
a:focus, a:hover {
  color: #f09228;
  text-decoration:none;
}
body {
	background-color: rgb(90,150,150);//rgb(102,204,153);
}
body,td,th {
	  font-family: 'Lato', Verdana, Helvetica, sans-serif;
	  font-size: 14px
}
strong {
	  font-family: 'Lato', Verdana, Helvetica, sans-serif;
	  font-size: 13px
}
heading {
	  font-family: 'Lato', Verdana, Helvetica, sans-serif;
	  font-size: 15px;
	  font-weight: 700
}
heading2 {
	  font-family: 'Lato', Verdana, Helvetica, sans-serif;
	  font-size: 14px;
	  font-weight: 700
}
#nav{
  position: fixed;
  float: left
}
#nav li{
    width:200px;
    height:2em;
    line-height:4em;
    padding:0px 40px 0px 0px;
    margin:5px 0px 5px 0px;
    text-align:left;
}

