/* common styles */

div.main_content {
  position: relative;
  padding: 15px;
  background-color: #FFFFFF;
}

img.logo {
  position: absolute;
  bottom: 9px;
  right: 15px;
}

div.flat_box {
  background-color: #CCCCCC;
  padding: 15px;
}

.bottom {
  color: #000000;
  font-size: 20px;
  text-decoration: none;
}

a.bottom:hover {
  color: #FFFFFF;
}

/* home page styles */

div.header1 {
  text-align: center;
  text-decoration: underline;
  font-style: italic;
  font-weight: bold;
  font-size: 16pt;
}

div.header2 {
  margin-left: 10px;
  font-weight: bold;
}

/* faq page styles */

div.list1 {
  margin-left: 15px;
  font-style: italic;
}

div.list2 {
  margin-left: 30px;
}

a.faq_link {
  color: black;
  margin-left: 60px;
  font-weight: bold;
  font-size: 13pt;
}

.faq_header {
  color: green;
  font-weight: bold;
  font-size: 14pt;
  display: inline;
}


img.logo_tr {
  position: absolute;
  top: 9px;
  right: 15px;
}

/* deprecated styles */

body {
  position: relative;
  margin: 0;
}

h2 {
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
}

h3 {
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
}
/*
p {
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
}
*/
li {
  font-family: serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  color: black;
}

blockquote {
    max-width: 220px;
    background: url(/css/mid.jpg) right repeat-y; 
}
blockquote::before {
    display: block;
    line-height: 0;
    background: url(/css/tr.jpg) top right no-repeat;
    content: url(/css/tl.jpg); 
}
blockquote::after {
    display: block;
    line-height: 0;
    background: url(/css/br.jpg) bottom right no-repeat;
    content: url(/css/bl.jpg); 
}

blockquote p {
    padding-left: 10px;
}
