body {
background: #D1D2D1;
width: 700px;
height: 100%;
margin-left: auto;
margin-right: auto;}

div .block {
background: #B7B8B7;
border: 10px;
padding: 0px;
margin: 0px;}

/* Header */
div .header {
width: 700px;
float: left;
border: 0px;
padding: 0px;
margin: 0px;}

div .header img {
padding: 0px;
margin: 0px;
border: 0px;}

/* Content & Navigation */
div .content {
width: 690px;
height: 100%;
float: left;
border: 0px;
padding: 5px;
margin: 0px;
color: #696764;
background: #FFFFFF;
text-align: justify;
font-family: Helvetica, Verdana, Arial;}

div .navigation {
width: 690px;
height: 100%;
float: left;
border: 0px;
padding: 5px;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 4px;
color: #696764;
background: #FBFBFB;
text-align: center;
font-family: Helvetica, Verdana, Arial;}

div .content a:link, div .navigation a:link {
color: #696764;
text-decoration: underline;
font-variant: small-caps;}

div .content a:visited, div .navigation a:visited {
color: #696764;
text-decoration: underline;
font-variant: small-caps;}

div .content a:active, div .navigation a:active {
color: #696764;
text-decoration: line-through;
font-variant: small-caps;}

div .content a:hover, div .navigation a:hover {
color:#696764;
text-decoration: none;
font-variant: small-caps;}

/* Disclaimer */
div .disclaimer {
width: 690px;
height: 100%;
float: left;
border: 0px;
padding: 5px;
margin-top: 4px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 0px;
color: #696764;
background: #FBFBFB;
text-align: justify;
font-size: xx-small;
font-family: Verdana, Arial;}

div .disclaimer a:link {
color: #696764;
text-decoration: underline;}

div .disclaimer a:visited {
color: #696764;
text-decoration: none;}

div .disclaimer a:active {
color: #696764;
text-decoration: line-through;}

div .disclaimer a:hover {
color:#696764;
text-decoration: none;}