
html
{
}

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

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

a:visited {
}

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

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

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

/*== HEADER ====================================*/
#header 
{  
  margin:0;
  padding:0;
  background-image:url('images/header_bg_3.png');
  background-repeat:no-repeat;
  background-position:center top;
  background-color:#0a2738;
  height: 189px;
  color:#fff;
}

/*=========================================================*/
#left
{
  float: left;
  width:220px;
  height:380px; 
  margin:0;
  margin-left:10px;   
}

/*== VERTICAL MENU  ========*/
#menu-vert 
{
  margin:5px;
  margin-top:25px;
  width:195px; 
}

#menu-vert td {
  height: 38px;
  border-bottom:1px solid #ff9c00;/*#ffb400;*/
}

#menu-vert a{
  display: block;
  padding: 10px 5px 10px 10px;
  
  font-family:Verdana;  
  font-size: 14px; 
  font-weight: bold;
  text-decoration:none;
  color: #fff;
}

#menu-vert a:hover {
  background-color: #ff9c00; 
}

#menu-vert #currentpage a{
}


/*== MAINTEXT  ====================================*/
#maintext 
{
  width:750px;
  background-color:#0a2738;
  margin-left:225px;
  height:380px;

  border:dashed 1px #fff;
}

#maintext td
{
  vertical-align:top;
  padding: 10px 30px 20px 30px;
}

/*== FOOTER  ====================================*/
#footer {margin-left:220px;}

#footer, #footer a 
{
  clear:both;
  padding-left:5px;  
  color:#0a2738;
  font-size:12px;
}

#footer a
{

}

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

h1
{
  color:#fff; 
  font-size:24px;
}
h2
{
  font-size:22px;
  width:100%;
  padding-bottom:5px; 
  color:#ffb400;
  font-weight:normal;
}

h3
{
  font-size:16px;

}

h4
{
  font-size:12px;
  color:#fff;  
}
h5
{
  font-size:11px;
  color:#fff;
}

table.center
{
  color:#FFFFFF;
  font-family:Verdana;
  font-size:12px;
}

table.center b
{
  font-size:16px;
  line-height:1.5em;
}
  

