@charset "ISO-8859-1";

body {
background-image: url('merge.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
font-family: Verdana;
}

div.Leftsidebar {
position: absolute;
top: 100px;
left: 0px;
width: 170px;
margin: 20px;
padding: 10px;
border-style: none;
border-width: 1px;
/*background-image: url('merge.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;*/
}

div.MainContent {
font-family: Verdana;
margin-left: 211px;
margin-right: 0px;
padding: 5px;
border-style: none;
border-width: 5px;
/*background-image: url('merge.jpg');
background-repeat: no-repeat;
background-position: center;
background-attachment: scroll;*/
}

div.TopPanel {
margin: 5px;
padding: 5px;
border-style: none;
border-width: 1px;
text-align: center;
background-image: url('picturepanoramarev.jpg');
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
}



ul.navigationbar {
margin-bottom: 0px;
margin-top: 0px;
font-size: 83%;
}

table {
border-width: 3px;
border-style: solid;
border-color: black;
}

table.MailingList {
border-width: 2px;
border-style: inset;
border-color: black;
}

td {
border-width: 3px;
border-style: solid;
border-color: black;
padding: 5px;
}

td.noBorder {
border-width: 0px;
border-style: none;
border-color: black;
padding: 5px;
}

