body {
  font-size: 13px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
  margin:0px;
  padding:0px;
/*
  background-image: url('../pic/inner.jpg');
  background-repeat: repeat-y;
  background-position: center;
*/
}


#main {
  width:770px;
  height: 100%;
  margin: 0px auto;
  padding:0px;
  text-align:left;
  background-color: transparent;
}


#header {
  background-image: url('../pic/top.jpg');
  background-repeat: no-repeat;
  background-position: right;
  width: 770px;
  height: 152px;
  position: relative;
  top: 0px;
}


#inner {
  background-image: url('../pic/inner.jpg');
}



#left {
  background-image: url('../pic/left.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-color: transparent;
  float: left;
  position: relative;
  width:277px;
  height: 300px;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  top: 0px;
  text-align: right;

}


#left div.menu {
  text-align: right;
  margin: 0px;
  padding: 0px;
}


#left div.menu div.description {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_blue.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
  display: block;
  padding: 0px;
  padding-right: 7px;
  text-decoration: none;
  margin-top: 10px;
  margin-left: 0px;
  margin-right: 0px;
}


#left div.menu div.description[class] {
  background-image: url('../pic/menu_blue.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;

}


#left div.menu a.menu_link, #left div.menu a.menu_link:visited {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: bold;
  color: #034178;
  text-align: right;
  display: block;
  padding: 0px;
  padding-right: 7px;
  text-decoration: none;
  margin-top: 1px;
  
}


#left div.menu a.menu_link[class], #left div.menu a.menu_link[class]:visited {
  background-image: url('../pic/menu_white.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
}


#left div.menu a.menu_link:hover {
  height:17px;
  width:270px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/menu_white_hover.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  color: #000;
  border-top: 1px;
  text-decoration: none;
  text-transform: uppercase;
}


#left div.menu a.menu_link[class]:hover {
  background-image: url('../pic/menu_white_hover.png');
  background-repeat: repeat-y;
  height: auto;
  width: auto;
}


#content {
  background-image: url('../pic/content.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  float: right;
  width: 493px;
  padding:0px;
  text-align: justify;
  height: 100%;
  min-height: 440px;
}


#cleaner {
  clear: both;
  height: 1px;
  margin: -1px 0 0 0;
  padding: 0;
  border: none;
  visibility: hidden;
}


#footer {
  background-image: url('../pic/bottom.jpg');
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left;
  vertical-align: bottom;
  height: 30px;
  width: 770px;
  font-size: 11px;
  font-weight: bold;    
  color: #564b47;
  padding-top: 50px;
  padding-left: 0px;

/*   border: 1px solid black; */
  
}

#footer a {
  padding-left: 65px;
}


h1 {
  height:66px;
  width:473px;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='pic/h1.png',sizingMethod='scale');
  background-position: right;
  background-repeat: no-repeat;
  font-family: arial;
  font-size: 30px;
  color: #ffffff;
  text-align: right;
  padding: 0px 20px 0px 0px;

  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 66px;

}


h1[class] {
  background-image: url('../pic/h1.png');
  background-repeat: no-repeat;
  height: auto;
  width: auto;
}

h2 {
  text-align: center;
/*   margin-right: 30px; */
  color: #3b3b3b;
  
}

h3 {
  text-align: left;
  margin-left: 12px;
  margin-bottom: 10px;
  color: #3b3b3b;

}

p {
 margin: 15px;
 padding: 5px;
 text-align: justify;
 text-indent: 15px;
}


p:first-letter {
 font-size: 120%;
 font-weight: bold;
 color: #034178;
}


div.video {
  text-align: center;
  margin: 0;
  font-weight: bold;
  margin-bottom: 20px;
  
  
}

div.video object {
  vertical-align: middle;
}


/* /////////////////////////////////////////// */


a { 
  color: #385c9c;
  font-weight: bold;
  text-decoration: none;
}

a:hover{ 
  color: #385c9c;
  text-decoration: underline;
}

a img {
  border: none;
}


div.error {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 250px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    font-size: 18px;
}

div.error2 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 50px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: red;
    width: 100%;
    font-size: 18px;
}

div.info {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 250px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: green;
    width: 100%;
    font-size: 18px;
}

div.info2 {
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 30px;
    border: none;
    text-align: center;
    font-weight: bold;
    color: green;
    width: 100%;
    font-size: 18px;
}

div.news {
  margin: 10px;
  margin-top: 20px; 
  border-top: 1px solid #93a5c9;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
}

div.news div.date {
  background: transparent;
  margin-right: 3px;
  font-size: 80%;
  font-weight: none;
  text-align: right;
}

div.news div.topic {
/*     background: #abc5d5; */


  background-image:  url(/pic/news_topic.jpg);

/*    background-image:  url(/pic/photo/!bg1.gif); */
/*   background-repeat: repeat-x; */

  padding-left: 5px;
  font-size: 85%;
  font-weight: bold;
  color: white;
}

div.news div.content {
/*  text-align: justify;*/
  border: 1px solid #93a5c9;
  padding: 5px;
  padding-bottom: 25px;
  font-size: 90%;
  background-color:#abd0e8;
  background-image: url(/pic/puzzle.gif);
  background-repeat: no-repeat;
  background-position: bottom right;
  
}

img.news {
  margin-right: 5px;
  border: 1px solid #93a5c9;
/*  width: 120px;
  height: 80px;*/
  float: left;
}

div.news div.pics {
  text-align: center;
}

div.news span {
  font-weight: bold;
}

img.events {
  margin: 5px;
  border: 1px solid #93a5c9;
/*  width: 120px;
  height: 80px;*/
  float: center;
  align: center;
}

table tbody tr td div.title {
  font-weight: bold;
}

div.page_divs {
  margin: 10px;
  margin-top: 20px; 
  border-top: 1px solid #93a5c9;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;

  text-align: center;

}

div.doc_types {
  /* border: 1px solid #93a5c9; */
  padding: 0px;
  margin: 0px 5px 40px 5px;
  font-size: 85%;
  text-align: center;
}

div.doc_types a{

}




/* /////////////////////////////////////////// */


/* table */
table{
    font-size: 100%;
    padding: 0px;
    margin: auto;
    padding: 5px 10px;
}

tr {
    margin: 0;
    
}

td {
  padding: 3px 10px 5px 10px;
  text-align: left;
}

thead tr{
  font-size: 12px;
  font-weight: bold;
  padding: 3px;
  margin: 0px;
  background-color: #abc5d5;
  text-align: center;
}

thead tr td {
  padding: 0px;
  text-align: center;
}


tbody tr{
  padding: 5px 10px 5px 10px;
  font-size: 12px;
  font-weight: normal;
  background-color: #b3cedf;
}



tbody tr td.required {
  color: red;
}


tr.edit td {

}




tr.edit td a.edit {
  background-image: url('/pic/icons/edit.gif');
  background-repeat: no-repeat;
  background-position: left top;
  margin-right: 5px;
  padding-left: 17px;


}

tr.edit td:first-child {
/*   border-left: 1px solid red; */
}


tfoot tr{
  padding: 3px;
  margin: 0px;
  background-color: #b3cedf;
  text-align: center;
  font-weight: none;
}

tfoot tr td {
  border-bottom: 1px solid #818698;
  text-align: center;
}


/* table form*/

table.form {
/*   border-top: 1px solid #818698;
   border-bottom: 1px solid #818698;*/
}


table.form thead tr td {
  display: none;
}

table.form tfoot tr {
  background: transparent;
  border: none;
}


table.form tfoot tr td {
  background: transparent;
  border: none;
}




/* table form_login */

table.form_login {
  margin-top: 50px;
  margin-bottom: 200px;
}


table.form_login thead tr td {
  display: none;
}

table.form_login tfoot tr {
  background: transparent;
  border: none;
}


table.form_login tfoot tr td {
  background: transparent;
  border: none;
}





/* table partners */

table.partners tr td {
  text-align: center;
}





textarea, select, input {
    font-family: Arial;
    font-size: 14px;
    color: #000000;
    margin: 1px;
    border: 1px solid #818698;
    background-color: #b5d0e1;
}

textarea, input[type="password"], input[type="text"] { padding: 1px 5px; }

textarea:hover, input:hover {
    background-color: #d9e1ff;
}

textarea:focus, textarea:active, input:focus, input:active {
    background-color: #e5edff;
}


textarea:focus, textarea:active, input:focus, input:active {
    background-color: #e5edff;
}

/*
pre {
color: #564b47;
background-color:transparent;
font-family: Courier, Monaco, Monospace;
}
*/