
html
{
}

body {           
  margin: 0;  
  padding: 0;
  background-image:url('images/bg.png');
  background-repeat:repeat-x;
  background-position:top left;
  background-color:#fff;
  color: #000;
  font-family: Verdana, Arial, sans-serif;
  font-size: 100%; /*12px;*/
  line-height:1.125em;
} 

a 
{
  text-decoration: underline;
  color:#000;
}

a:visited {
}

a:hover {
  color:#000;
  text-decoration: none;
}

/*== CONTAINER ====================================*/

#container 
{
  margin:0;
  margin-left:auto;
  margin-right:auto;
  width: 1000px;
} 

#container td
{
   vertical-align:top; 
}
/*== HEADER ====================================*/
#header 
{  
  margin:0;
  padding:0;
  background-image:url('images/header_bg.png');
  background-repeat:no-repeat;
  background-position:center top;
  height:230px;
  color:#fff;
}

/*== VERTICAL MENU  ========*/
#menu_vert
{
/*    background-color:#fff;*/

  margin:40px auto auto 20px;

    text-align:left;
    width:270px;
  color:#000;
}
#menu_vert td
{
  border-left: 1px solid #e7e7e8;
}

#menu_vert a
{     
  font-family:Verdana;  
  font-size: 12px; 
  font-weight:bold;
  text-decoration:none;
  text-align:left;
  color:#305080;
  line-height:15px;
  
  display:block;
  
  padding:6px 0px 6px 10px;

  border-bottom:dashed 1px #e7e7e8;
}

#menu_vert a:hover
{
/*  color:#e72f0d;*/
  background-color:#e6f3fd;
  text-decoration:underline;
}

td.child, td.child_pic
{
  border-bottom:0;
  background-color:#fed66b;
  
}

#menu_vert td.child a
{
  color:#814f34;
  border-bottom:dashed 1px #fff;
}
#menu_vert td.child a:hover
{
  background-color:#fceab6;
}

td.child_pic
{
  background-image:url('images/menu_buttom.png');
  background-position:bottom right;
  background-repeat:no-repeat;
  border-bottom: 1px solid #e7e7e8;
}

td.child_pic img
{
  margin:5px;
  border:2px solid #fff;
  width:155px;
  height:85px;
}

#shadow_td
{
  
    background-image:url('images/shadow.png');
    background-position:top;
    background-repeat:no-repeat;
  width:11px;
}

#head_td
{
    background-image:url('images/menu_top_bg.png');
    background-position:top;
    background-repeat:no-repeat;
  padding-top:25px;
}
/*== MAINTEXT  ====================================*/
#maintext 
{
    background-color:#fff;
  margin-top:20px;
    padding: 0px 20px 10px 30px;
  color:#21356a;
}

/*== FOOTER  ====================================*/
#footer
{
  margin:0;
  padding:0;
  margin-top:20px;
  bottom:0;
  left:0;

  background-image:url('images/bottom_bg.png');
  background-repeat:repeat-x;

  background-color: #fff;
  color:#fff;
  font-size:12px;
  height:40px;
  text-align:center;
  width:100%;
}

#footer a
{
  font-size:12px;
  color:#fff;
  text-decoration:none;
}

#footer a:hover
{
  text-decoration:underline;
}

/*=================================================*/
#maintext p 
{
  font-family:Verdana;
  color:#11255a;
  line-height:1.4em;
  font-size:0.875em;
/*  font-size:14px;*/
}

#maintext li
{
  margin-top:5px;
  line-height:1.4em;
  font-size:0.875em;    
}

h1
{
  color:#012e5e; 
  font-size:24px;
}
h2
{
  margin-top:0px;
    font-size:22px;
    padding:0px 0px 3px 7px;
    
    color:#1f5ca0;
    font-weight:normal;
    display:block;
    border-left: 8px solid #fed66b;
    border-bottom:1px solid #e6e4e4;
}

h3
{
  font-size:16px;
  color:#012e5e;
}

h4
{
  font-size:12px;
  color:#012e5e;  
}
h5
{
  font-size:14px;
  color:#fff;
  font-weight:bold;
  padding:5px;
  margin:0;
}


