html {
  font-family: tahoma;
  font-size: 12px;
}

body {
  margin:0px;
  background:#dbdbdb url("/files/gfx/background.jpg") repeat-x;
  color: #000000;
  text-align: justify;
}

/* divs */

#divMain {
  width:100%;
}

#main {
  width:1020px;
  margin:0px auto;
  background-color:#ffffff;
  background-image:url("/files/gfx/right.jpg");
  background-repeat:repeat-y;
  background-position:right;
}

#mainInner {
  background-image:url("/files/gfx/left.jpg");
  background-repeat:repeat-y;
  background-position:left;
  width:100%;
}

#center {
  float:left;
  width:900px;
}

#top {
  width:900px;
  height:192px;
  background:url("/files/gfx/top.jpg");
}

#leftTop {
  width:60px;
  height:330px;
  background:url("/files/gfx/left-top.jpg");
  float:left;
}

#rightTop {
  width:60px;
  height:330px;
  background:url("/files/gfx/right-top.jpg");
  float:right;
}

#topMenu {
  width:880px;
  height:30px;
  padding-top:10px;
  margin-left:15px;
  background:#fefefe;
}

#contentContainerBox {
  width:900px;
  background:#ffffff;
}

#contentLeft {
  width:180px;
  float:left;
  text-align:left;
}

#contentRight {
  width:680px;
  float:left;
}

#contentContainer {
  padding:20px;
}

#footer {
  background:#dbdbdb url("/files/gfx/footer-background.jpg") no-repeat;
  height:160px;
  width:1020px;
  margin:0 auto;
  text-align:center;
  padding-top:50px;
  font-size:0.8em;
  color:#777777;
}

.clear {
  clear:both;
  display:block;
  height:0px;
  overflow:hidden;
  margin:0px;
  padding:0px;
}

/* start page */

#startMain {
  width:900px;
  margin:0px auto;
  text-align:center;
}


/* end divs */

a {
  color:#006d99;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

a:link.topMenu, a:visited.topMenu, a:active.topMenu {
  text-decoration:none;
  font-weight:normal;
  font-size:1.4em;
  color:#006d99;
  letter-spacing:-0.07px;
}

a:hover.topMenu {
  color: #cc0000;
  text-decoration:underline;
}

a:link.topMenuSelected, a:visited.topMenuSelected, a:active.topMenuSelected {
  text-decoration:none;
  font-weight:normal;
  font-size:1.4em;
  color: #ee0000;
  letter-spacing:-0.07px;
}

a:hover.topMenuSelected {
  color: #cc0000;
  text-decoration:underline;
}

a:link.leftMenu, a:visited.leftMenu, a:active.leftMenu {
  text-decoration:none;
  font-weight:normal;
  font-size:1.4em;
  color:#006d99;
  letter-spacing:-0.07px;
}

a:hover.leftMenu {
  color: #cc0000;
  text-decoration:underline;
}

a:link.leftMenuSelected, a:visited.leftMenuSelected, a:active.leftMenuSelected {
  text-decoration:none;
  font-weight:normal;
  font-size:1.4em;
  color: #ee0000;
  letter-spacing:-0.07px;
}

a:hover.leftMenuSelected {
  color: #cc0000;
  text-decoration:underline;
}

ul {
  margin:0px;
  padding:0px;
}

li {
  list-style-type:circle;
}
