@import "template.css";
@import "page.css";

/******************PAGE PROPORTIONS*********************/
/*Width of the page */
#container {width: 990px; padding: 0 1px;}

/*Header height*/
#header {height: 139px;}

/*Column's width*/
#left {width: 239px;}
#page {width: 716px; padding: 10px 15px; 10px 20px;}

/*Height of the footer */
#footer {height: 40px;}
#content {padding-bottom: 40px;}

/******************DESIGN OF PAGE***********************/
/*Common design*/
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 1em;
  background: #2a6f96 url(../images/bg_body.gif) repeat;
}
#container {
  text-align: left;
  font-size: 0.8em;
  background: #fff url(../images/bg_container.gif) repeat-y;
}
#utils {
  background: #016982 url(../images/bg_utils.jpg) no-repeat;
  height: 20px;
  padding-top: 5px;
  text-align: right;
  font-size: 0.8em;
}
a.home, a.sitemap {
  color: #fff;
  padding: 0 5px 0 18px;
  margin: 0 10px;
  text-decoration: none;
  font-weight: normal;
}
a.home:hover, a.sitemap:hover {
  color: #fff;
  text-decoration: underline;
}
.home {background: url(../images/ico_home.gif) no-repeat left center;}
.sitemap {background: url(../images/ico_sitemap.gif) no-repeat left center;}

#header {
  background: #14496c url(../images/bg_header.jpg) no-repeat;
}
#header .logo {
  margin: 0; padding: 0;
}

#topmenu {
  height: 32px;
  background: #58a7cd url(../images/bg_topmenu.gif) repeat-x;
}
#content {
  background: url(../images/bg_content.jpg) no-repeat top;
  padding-top: 2px;
}
#left {
  padding: 20px 0;
}

#footer {
  width: 100%;
  background: #fff url(../images/bg_footer.gif) no-repeat;
  font-size: 0.8em;
}

#foot {
  text-align: center;
  color: #1a4a74;
  font-weight: bold;
  margin-top: 14px;
}
#foot a {
  color: #1a4a74;
  text-decoration: none;
}
#foot a:hover {
  color: #5692c1;
  text-decoration: none;
}
#makedby {
  display: block;
  position: absolute;
  color: #5692c1;
  width: 200px;
  right: 8px;
  top: 8px;
  text-align: right;
}
#makedby a {
  color: #5692c1;
  text-decoration: none;
}
#makedby a:hover {
  color: #fff;
  text-decoration: none;
}

/*Top menu*/
#topmenu ul {
  height: 32px;
  margin-left: 240px;
}
#topmenu li {
  line-height: 32px;
}

#topmenu li a {
  color: #1a4a74;
  font-weight: bold;
  text-decoration: none;
  background: url(../images/bg_topmenu_a.gif) no-repeat left center;
  padding: 7px 20px;
}
#topmenu li a:hover {
  color: #fff;
}

/* ------- left menu --------- */
#left ul {
  text-align: left;
}
.titmenu {
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 5px;
}

#left ul li a {
  background: url(../images/bg_lmnu_a.gif) no-repeat top right;
  display: block;
  width: 209px;
  padding: 5px 10px 5px 20px;
  text-decoration: none;
  color: #1c507c;
  font-weight: bold;
  font-size: 0.8em;
}
#left ul li a:hover {
  color: #fff;
}
#left ul ul li a {
  background: none;
  display: block;
  width: 194px;
  padding: 3px 10px 3px 35px;
  text-decoration: none;
  color: #282828;
  font-weight: normal;
  font-size: 0.8em;
}
#left ul ul li a:hover {
  color: #fff;
}
/******************DESIGN OF MAIN ELEMENTS**************/
h1 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.8em;
  color: #1c507c;
  font-weight: normal;
  font-style: normal;
}
h2 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.6em;
  color: #2081d4;
  font-weight: normal;
}
h3 {
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  color: #000;
  font-weight: bold;
}
h4 {
  background: #5babcf url(../images/bg_menutit.jpg) no-repeat;
  display: block;
  height: 28px;
  padding: 13px 5px 0 15px;
  font-size: 1.4em;
  font-weight: normal;
  color: #1e5584;
  margin: 10px 0;
}

a {
  color: #ff7e00;
  text-decoration: none;
}
a:hover {
  color: #1c507c;
  text-decoration: none;
}




/*developer*/
/*body {background-color: #FFF5E6;}
#container {background-color: silver;}
#header {background-color: #efa4ae;}
#footer {background-color: #bf9347;}
#content {background-color: #afdbff;}
#topmenu {background-color: #0033cc;}
#left {background-color: #811f72;}
#page {background-color: #97468b;}
#right {background-color: #bd4ec0;} */


