body {
margin: 0;
padding: 0;
background-color: #b1cdfc;
background-image: url('images/backgrd2.jpg');
background-repeat: repeat-y;
background-position: right;
color: #182260;
font-size: 10px;
font-family: Times, sans-serif;

scrollbar-face-color: #182260;
scrollbar-highlight-color: #ffffff;
scrollbar-3dlight-color: #182260;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #182260;
scrollbar-track-color: #182260;
}

#layout {
width: 650px;

border-style: solid;
border-color: #182260;
border-width: 1px;
background-image: url('images/backgrd.jpg');
}

#content {
border: none;
vertical-align: top; 
text-align: center;
width: 420px;
background-image: url('images/index_08.jpg');
background-repeat: no-repeat;
}

table.update {
width: 100%;
border-style: solid;
border-color: #ede4dd;
border-right-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-top-width: 1px;
margin-bottom: 6px;
}

tr.head {
background-color: #5767cb;
text-align: center;
font-size: 16px;
color: #ffffff;
}

tr.body {

background: none;
}

tr.footer {
background-color: #5767cb;
text-align: right;
font-size: 14px;
color: #ffffff;
}


a {
color: #5767cb;
text-decoration: underline;
}

a:hover {
color: #182260;
}

#navigation {
width: 195px;
background-image: url('images/index_06.jpg');
background-repeat:no-repeat;
vertical-align: top;
}