html {
}

body {
   color: #515151;
   background-color: #fff;
   font: 12px Verdana, sans-serif;

   background-image  : url('/res/img/web.gif');
   background-repeat : no-repeat;
   background-position  : top left;
}

body * {
   line-height: 1.4em;
}

div.footer {
  padding-left: 40px;
  margin: 0 0 40px 0;
  font-size: 10px;
}


input, select, textarea {
   border: 1px solid #444;
}

p {
   margin : 1em 0;
}

table td {
   vertical-align: top;
   padding: 2px;
}

h2 {
   color: #003368;
   font-size: 1.1em;
   font-weight: bold;
}

a, a:visited {
   color: #003368;
   text-decoration: none;
}

a:hover {
   color: #000;
}


#nav {
   color : #cc945f;
   list-style  : square outside;
}

#nav li {
   display: inline;
}

#nav li a {
   padding: 0 15px 0 10px;
   font: 15px Futura, Verdana, sans-serif;
   text-decoration: none;

   background-image  : url('/res/img/nav_dot.gif');
   background-repeat : no-repeat;
   background-position  : top left;

   color : #003468;
   background-color  : transparent;
}

#nav li a:hover {
   color : #cc945f;
}

#b_subnav {
   position: absolute;
   top: 20px;
   right: 20px;
}

#subnav {
   color : #cc945f;
   list-style  : none;
}

#subnav li {
   display: inline;
}

#subnav li a {
   padding: 0 15px 0 10px;
   font: 12px Futura, Verdana, sans-serif;
   text-decoration: none;

   color : #003468;
   background-color  : transparent;
}

#subnav li a:hover {
   color : #5d5d5d;
}

#logo {
   float    : left;
   position : relative; 
   width    : 165px;
   height   : 95px;
}

#toe {
   position : absolute;
   top   : 16px;
   left  : 114px;
}

div.content {
   padding: 40px 0 0 165px;
}

.ptr {
   cursor: pointer;
}

img.main_title {
   margin: 0 0 0 -8px;
}

ul.noindent {
   padding: 0;
   margin: 0;
}
