body {

color: #000;
background: #fff;

}

p {
margin-top : 0px;

}
h1, h2, h3, h4, h5, h6 {

color: #696;
background: white;
}
h1, h2 {
text-decoration: underline;
}
h3 {
font-style: italic;
}

body, input, p, td, li {
font-size: 100%;

}

li {

list-style: square;
}



a:visited  {

color: #969;
background: transparent;
text-decoration: underline;

}


a:link  {

color: #696;
background: transparent;
text-decoration: underline;

}

input.buttonlink{

padding: 3px;
border: 0px;
background: #696;
font-size: 1.1em;
padding: 2px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

a.buttonlink:link, a.buttonlink:visited {

padding: 4px;
border: 1px #696 solid;
background: #696;
font-size: 1.1em;
padding: 2px;
color: #fff;
font-weight: bold;
text-decoration: none;
}


body, p, h1, h2, h3, li, input, select, option {

font-family: arial;

}

h1 {
padding: 2px;
text-align: center;
border-top: 1px solid #696;
margin-top : 0px;
border-bottom: 1px solid #696;
}

td , th {
text-align: left;
}


#header {
clear: both;
}


#logo {

float: left; padding-right: 30px;

}

#printbutton {

position: absolute;
top: 5px;
right: 5px;
background: #ff9a23;
color: #000;
border: 1px solid #ff9a23;
font-size: 133%;
font-weight: bold;
text-transform:uppercase;
font-style: italic;
cursor: hand;
/* position: fixed; */

}

#address {
float: left; clear: right;
border-left: 1px solid green;
padding-left: 30px;
padding-bottom: 5px;
}


#leftpanel {

position: absolute;
top: 79px;
left: 5px;

}

#menu {

color: #000;
background: #fff;
width: 150px;
}

#menu a {
display: block;
background: #696;
color: #fff;
font-size: 1.1em;
font-weight: bold;
padding: 2px;
margin-bottom : 2px;
}


#menu a:link , #menu a:visited{
color: #fff;
background : #696;
font-family : arial;
text-decoration: none;
}
#menu a:hover {
color: #fff;
background : #8b8;
font-family : arial;
text-decoration: none;
}

#banner {

position: absolute;
top: 0px;right: 5px;

}

#content {

margin-left: 160px;

}

#bottom {

margin-top: 60px;
text-align: center;


}


.codes {
font-weight: bold;
padding-right: 10px;
}