html, body {
}

body {
  background: #4b4a49 url('../images/back.gif') top left repeat-x;
  font-family: Verdana, sans-serif;
  font-size: 11px;
  color: #0e0e0e;
  margin-top: 20px;
  padding: 0;
  text-align: center;
}

img { border: 0; }

#container {
  margin: 0 auto;
  width: 896px;
}

#left {
  float: left;
  width: 345px;
  background: transparent;
  z-index: 2;
  position: relative;
  left: 20px;
}

#logo {
  height: 150px; background: transparent;
}
#abstract {
  height: 480px;
  padding: 10px 20px 0px 40px;
  background: transparent url('../images/abstract.jpg') top right no-repeat;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-align: left;
}

#right {
  float: right;
  width: 550px;
  background: transparent;
  z-index: 1;
}
#wrapper_r {
  background: transparent url('../images/page_main.jpg') top right repeat-y;
}

#page_top {
  width: 550px;
  height: 113px;
  background: #0e0e0e url('../images/page_top.jpg') bottom left no-repeat;
}
#page_menu {
  width: 550px;
  height: 27px;
  padding: 0 20px;
  background: transparent url('../images/page_menu.jpg') top left no-repeat;
  text-align: left;
}
#page_menu ul{
  margin:0;
  padding:0;
  list-style:none;
}
#page_menu li{
  display:inline;
  margin:0;
  padding:0;
}
#page {
  width: 510px;
  padding: 0px 20px 10px 20px;
  min-height: 380px;
  text-align: justify;
  background: transparent url('../images/page_body.jpg') top right no-repeat;
}
#page_footer {
  width: 550px;
  min-height: 77px;
  padding-top: 77px;
  background: #4b4a49 url('../images/page_footer.jpg') top right no-repeat;
  color: #fff;
}

#flashcontent p {
  padding: 5px 30px 5px 30px;
}

.small {
  font-size: 10px;
}

.important {
  color: #d50000;
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
}

.thanks { padding: 20px 0; }

#page p { padding: 5px 30px 5px 30px; }

#page.img {

}

p.c {
  text-align: center;
}
p.i {
  font-style: italic;
}

h1 {
  color: #00607e;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-left: 30px;
}

h2 {
  color: #00607e;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 30px;
  margin-top: -7px;
}

h3 {
  color: #00607e;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 0;
}

#page h3 {
  color: #00607e;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  padding-left: 30px;
  border-bottom: 1px solid #989a96;
}


h4 {
  color: #00607e;
  font-family: Georgia, Verdana, sans-serif;
  font-size: 15px;
  font-weight: bold;
  padding-top: 10px;
  margin-top: 0;
}

.footerTxt {
  font-size: 11px;
  color: #fff;
}
.footerTxt a:link {
  color: #fff;
  text-decoration: none;
}
.footerTxt a:visited {
  color: #fff;
  text-decoration: none;
}
.footerTxt a:hover {
  padding: 2px 0px;
  color: #6a9b0c;
  text-decoration: none;
}
.footerTxt a:active {
  color: #fff;
  text-decoration: underline;
  border-bottom: 0;
}

#abstract a {
  color: #fff;
  text-decoration: none;
}

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

#abstract ul {
  list-style-type: none;
  padding: 0;
  margin-left: 5px;
}

#abstract li {
  padding-left: 1em;
  padding: 5px 25px;

  background-image: url('../images/bullet.gif');
  background-repeat: no-repeat;
  background-position: 0 0.8em;
}

.emphasise {
  color: #2e2e2e;
  //font-style: italic;
}

#page a {
  color: #00607e;
  text-decoration: none;
}

#page a:hover {
  color: #6a9b0c;
  text-decoration: none;
}
#flashcontent {
  background-color: #fdcb28;
  border-bottom: 1px solid #777777;
}
#flashcontent p {
  padding: 5px 30px 5px 30px;
}
#flashcontent a {
  color: #ca203b;
  font-weight: bold;
  text-decoration: none;
}
#flashcontent a:hover {
  color: #770013;
  text-decoration: none;
}


