/* * |-----------------------| * |        LIU BAR        | * |-----------------------| * |      |   TOP TITLE    | * | MAIN |----------------| * | MENU | NAVIGATION BAR | * |      |----------------| * |      |                | * |      |    CONTENT     | * |      |                | * |      |                | * |      |                | * |-----------------------|  ***//* ------- DEFAULT ------- */.title {  margin: 0px;  padding: 0px;  border-left: 1px solid black;  border-right: 1px solid black;}.titleimage {  border-left: 1px solid black;  border-right: 1px solid black;  }BODY {  margin: 0em 1em 0em 1em;  background-color: white;   color: black; }A:link, A:visited, A:active {  color: #006699;  background-color: transparent;   text-decoration: none;}A:hover {  color: red;   background-color: transparent;   text-decoration: underline;}H1 {  font-family: Arial;  font-size: 110%;  color: black;  font-weight: bold;  margin-bottom: 0px;}H2 {  font-family: Arial;  font-size: 100%;  color: black;  font-weight: bold;  margin-top: 8px;  margin-bottom: 0px;}H3 {  font-family: Arial;  font-size: 90%;  color: black;  font-weight: bold;  margin-top: 8px;  margin-bottom: 0px;}.paddedtext {  margin: 8px;  margin-bottom: 0px;  font-family: Arial;  font-weight: bold;  font-size: 80%;  color: black;}/* ------- OUTER TABLE ------- */.outertable {  border: 0;  background-color: #EDE6DD;  text-align: center;}/* ------- LIU BAR ------- */.liubar {  border-left: 1px solid black;  border-right: 1px solid black;  margin: 0 0 0 0;  font: bold 60% Verdana, Arial, Helvetica, sans-serif;  background-color: red;  color: white;}.liubar A:link, .liubar A:active, .liubar A:visited {  color: white;  background-color: transparent;   text-decoration: none;}.liubar A:hover{  color: #CED6E7;  background-color: transparent;   text-decoration: underline;}/* ------- MAIN MENU ------- */.mainmenu {  font: bold 100% Arial;  border-left: 1px solid black;  border-bottom: 1px solid black;  border-right: 1px solid #B5C6D6;  background-color: #EAECEE;  text-align: left;}.mainmenutext {  margin-top: 20px;  line-height: 40px;  margin-left: 16px;}.mainmenutextsub {  font-size: 90%;  margin-top: -5px;  line-height: 20px;  margin-left: 16px;}.mainmenutextsubsub {  font-size: 80%;  font-weight: normal;  margin-left: 16px;}.mainmenutextsubsubsub {  font-size: 100%;  font-weight: normal;  margin-left: 16px;}/*.mainmenutext A:link, .mainmenutext A:visited {  margin-left: 20px;}*/.mainmenutext A:hover {  color: red;  text-decoration: underline;}/* ------- TOP TITLE ------- */.toptitle {  border-right: 1px solid black;  background-color: #B59C7B;  padding: 10px;  text-align: left;}.toptitle H1 {  color: white;  font-size: 180%;  margin-bottom: 0px;}.toptitle H2 {  color: white;  font-size: 110%;  margin-top: 0px;  margin-bottom: 0px;}.toptitle H3 {  color: white;  font-size: 100%;  font-weight: normal;  margin-top: 0px;  margin-bottom: 0px;}/* ------- NAVIGATION BAR ------- */.navigationbar {  background-image: url(titlebackground.gif);  font-family: Arial;  font-size: 80%;  font-weight: bold;  color: white;  padding-left: 10px;  padding-bottom: 16px;}.navigationbar A:link, .navigationbar A:visited {  color: white;}.navigationbar A:hover {  color: red;  text-decoration: underline;}.titleimage {  border-right: 1px solid black;}/* ------- CONTENT ------- */.content {  height: 100%;  width: 548px;  background-color: white;  border-right: 1px solid black;  border-bottom: 1px solid black;  padding: 0px;  text-align: left;}.padding {  padding: 10px 20px 20px 20px;}.contentmenu {  font-family: Arial;  font-size: 100%;  font-weight: bold;  line-height: 200%;}.publication {    margin-left: 20px;  font-family: arial;  font-size: 80%;}.digression {  color: #808080;  font-size: 80%;}IMG.imageleft {  float: left;  margin-right: 8px;}IMG.imageright {  float: right;  margin-left: 8px;}/* ------- FOOTER ------- */.footer {  font-family: Arial;  font-size: 80%;}
