/* Silk Blue */

* {margin:0;padding:0;}
a{ outline: none; }
html, body {
background-image: url(background-repeat.jpg);
background-repeat: repeat-x;
background-color: #0069b1;
padding: 0px;
margin: 0px;
width: 100%;
height: 100%;
}
#top-nav{
position: relative;
background-image: url(top-nav.gif);
background-repeat: repeat-x;
background-color: #0069b1;
width: 100%;
height: 34px;
}
#search-content{
font-family: arial, tahoma, verdana, sans-serif;
font-size: 12px;
color: #ffffff;
display: block;
width: 800px;
height: 34px;
padding: 5px;
margin: auto;
}
#container {
background-image: url(fade.png);
background-repeat: no-repeat;
background-position: top center;
position: relative;
width: 800px;
height: 100%;
padding: 0px;
margin-right: auto;
margin-left: auto;
margin-top: 0px;
margin-bottom: 0px;
}
#navi{
float: right;
width: 380px;
height: 29px;
padding: 0px 20px 0px 0px;
margin: 0px;
}

#content-top-left{
background-image: url(content-top-left.gif);
background-repeat: no-repeat;
}
#content-top{
background-image: url(content-top.gif);
background-repeat: repeat-x;
}
#content-top-right{
background-image: url(content-top-right.gif);
background-repeat: no-repeat;
}
#content-left{
background-image: url(content-left.gif);
background-repeat: repeat-y;
}
#content-body{
background-color: #ffffff;
width: 100%;
height: 100%;
}
#content-right{
background-image: url(content-right.gif);
background-repeat: repeat-y;
}
#content-bottom-left{
background-image: url(content-bottom-left.gif);
background-repeat: no-repeat;
}
#content-bottom{
background-image: url(content-bottom.gif);
background-repeat: repeat-x;
}
#content-bottom-right{
background-image: url(content-bottom-right.gif);
background-repeat: no-repeat;
}
.footer{
width: 800px;
height: 50px;
padding: 0px;
margin-top: 10px;
margin-right: auto;
margin-bottom: 10px;
margin-left: auto;
font-family: Trebuchet MS, Arial, Tahoma, Verdana, Sans-Serif;
font-size: 12px;
text-align: center;
color: #ffffff;
}
.footer a{
color: #ffffff;
text-decoration: underline;
}

.nav_old {
padding-right: 10px;
width: 160px;
vertical-align: top;
}
.nav_old > a {
display: block;
float: left;
background-color: #e5e5e5;
background-image: url('bullet1.gif');
background-repeat: no-repeat;
background-position: bottom right;
color: #4c4c4c;
min-height: 25px;
line-height: 25px;
width: 160px;
text-decoration: none;
font-size: 9pt;
font-family: tahoma;
padding-left: 10px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 3px;
}
.nav_old > a:hover {
display: block;
float: left;
background-color: #989898;
background-image: url('bullet2.gif');
background-repeat: no-repeat;
background-position: bottom right;
color: #FFFFFF;
width: 160px;
min-height: 25px;
line-height: 25px;
text-decoration: none;
font-size: 9pt;
font-family: tahoma;
padding-left: 10px;
padding-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
margin-top: 3px;
}
.the-content{
font-family: Tahoma, Trebuchet MS, Arial, Verdana, Sans-Serif;
font-size: 13px;
color: #000000;
padding: 10px 5px 10px 5px;
}
.logo-bl{
background: url(logo-l.gif) no-repeat;
}
.logo-bc{
background: url(logo-repeat.gif) repeat-x;
}
.logo-br{
background: url(logo-r.gif) no-repeat;
}