html
{
    padding: 0px;
    margin: 0px;
    height: 100%;
}
body
{
    height: 100%;
    padding: 0px;
    margin: auto;

    background: white;

    color: #305D48;
    text-align: center;
    font-family: Arial;
    font-size: 10pt;
}

a
{
    text-decoration: none;
    color: #549DC9;
}
a:hover
{
    /* text-decoration: underline overline; */
}

a:visited
{
    color: #549DC9;
}

ul
{
    margin: 0px 15px 5px 5px;
    padding: 0px;

    list-style-type: none;
}
li
{
    margin: 2px 0px 0px 0px; 
    padding: 0px;

    vertical-align: middle;
    font-variant: small-caps;
    font-size: 10pt;
}

.Selected
{
	font-weight: bold;
}

h1
{
    display: block;
    padding: 5px 0px 0px 5px;
    margin: 0px 5px 5px 5px;

    color: White;
    font-family: Georgia;
    font-weight: normal;
    font-size: 14pt;
    text-align: left;
}

h2
{
    display: block;
    padding: 0px;
    margin: 0px 5px 10px 0px;

    color: #305D48;
    text-align: left;
    font-variant: small-caps;
    font-size: 11pt;
    font-weight: normal;
}

h3
{
    display: block;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    text-align: center;
    
    font-weight: normal;
    font-size: 10pt;
}

img
{
    border: none;
    text-align: center;
}

table
{
    border-collapse: collapse;
}
td
{
    padding: 0px;
    margin: 0px;
    vertical-align: top;

    color: #305D48;
    background: #E9EFF3; /* #D8E1E7; */
    border: none;
}

div
{
    font-family: Arial;
}

table.Intro
{
    width: 800px;
    height: 100%;
	margin: auto;
}
td.Intro
{
   	width: 800px;
   	height: 600px;

    text-align: right;
	vertical-align: middle;
    font-variant: small-caps;
}

#Main
{
    display: block;
   	width: 910px;
   	height: 100%;
	margin: 0px auto;
	
	background: white;
	background-attachment: fixed;
	text-align: center;
}

#Header
{
    position: relative;
    width: 100%;
    height: 150px;
    top: 0px;
    left: 0px;
   
    background: url('../images/header.jpg') no-repeat 0px 0px;
}

#Menu
{
    position: relative;
    top: 10px;
    width: 110px;
    text-align: left;
}

#Pictures
{
    position: relative;
    left: 0px;
    top: 12px;
    padding-bottom: 20px;
    display: block;
    width: 800px;
    text-align: center;    
}

