body{
margin:0;
background-color:white;
}

#header {
border:red double 2px;
background-color:#aabadd;
width:100%;
}

#header h1{
font-family:Arial;
font-style:italic;
color:red;
margin:0;
margin-left:1px;
padding:0;
text-align:left;
white-space:nowrap;
}

#header p{
font-family:Arial;
font-size:9pt;
font-weight:bold;
color:black;
margin:0;
margin-left:5px;
padding:0;
text-indent:0;
text-align:left;
}



#contents {
padding:20px;
}

#footer {
background-color:yellow;
}

#footer p{
font-family:Arial;
font-size:8pt;
font-weight:bold;
text-align:center;
color:navy;
}

#navigate {
background-color:#497fbf;
vertical-align:top;
padding-top:20px;
width:120px;
}

#navigate a{
font-family:Verdana;
font-style:normal;
font-size:8pt;
font-weight:bold;
text-decoration:none;
margin-left:10%;
}

#navigate table{
width:120px;
}

#navigate td{
padding-bottom:5px;
}

#tariff {
font-family:Arial;
font-size:8pt;
text-align:left;
color:navy;
}



.pictureleft {
border-style:solid;
border-color:white;
border-width:10px;
float:left;
}

.pictureright {
border-style:solid;
border-color:white;
border-width:10px;
float:right;
}


.clearleft {
clear:left;
}

.logo {
width:130px;
}

.aligncenter {
text-align:center;
}