body {
  font: x-small sans-serif;
  color: #000;
  background-color: #eee;
  margin: 24px;
  padding: 0px;
}

/*the main floater*/
.float-wrapper {
  font-size: 127%;
  float: right;
  width: 100%;
}
.first-col {
  float: right;
  width: 80%;
}

/*the frame boxes for the content (long, left, right)*/
.big-box{
  background-color: #fff;
  border: 1px;
  border-left: 0px;
  border-right: 0px;
  border-style: solid;
  border-color: #aaa;
  padding: 0px;
  margin: 0px;
  margin-bottom: 4px;
}
.left-box{
  font-size: 85%;
  background-color: #fff;
  border: 1px;
  border-left: 0px;
  border-style: solid;
  border-color: #aaa;
  padding: 8px;
  margin: 0px;
  margin-bottom: 4px;
}
.right-box{
  background-color: #fff;
  border: 1px;
  border-right: 0px;
  border-style: solid;
  border-color: #aaa;
  padding: 32px;
  margin: 0px;
  margin-left: 4px;
  margin-bottom: 4px;
}
.bottom-box{
  font-size: 90%;
  text-align: right;
  background-color: #fff;
  border: 1px;
  border-right: 0px;
  border-style: solid;
  border-color: #aaa;
  padding: 8px;
  padding-left: 32px;
  padding-right: 32px;
  margin: 0px;
  margin-left: 4px;
  margin-bottom: 4px;
}

.second-col {
  margin-right: 80%;
}

.myheader { 
  width: 100%;
  font-size: 1.2em;
  font-family: "Times New Roman";
  overflow: hidden;
  margin: 0px;
  padding: 8px;
}

.myheader h3{
  font-size: 1.4em;
  color: #b32;
  margin: 0px;
  padding: 0px;
}

.nav { 
  padding: 8px;
  margin: 0px;
}       

.error{ 
  font-size: 1.2em;
  background-color: #fee;
}       

.message{ 
  font-size: 1.2em;
  background-color: #efe;
}       


ul { 
  list-style-position: outside;
  list-style-type: none;
  color: #b32;
  padding: 0px;
  margin: 0px;
}
ul a:link{    text-decoration: none;      color: #000; }
ul a:visited{ text-decoration: none;      color: #000; }
ul a:hover{   text-decoration: underline; color: #b32; }

li {
  border: 1px;
  border-style: solid;
  border-color: #aaa;
  padding: 0px;
  padding-left: 8px;
  margin: 0px;
  margin-bottom: 2px;
}
li.second {
  border-color: #eee;
  margin-left: 16px;
}
li.third {
  border-color: #eee;
  margin-left: 24px;
}
li:hover {
  border-color: #b32;
}
/*active link and list entry*/
#active{ border-color: #b32; border-style: dotted; }
#active a:link {    text-decoration: none;      color:#b32; }
#active a:visited { text-decoration: none;      color:#b32; }
#active a:hover {   text-decoration: underline; color:#b32; }

/*bold link and list entry*/
#bold{ border-color: #b32; }
#bold a:link {    text-decoration: none;      color:#b32; font-weight: bold;}
#bold a:visited { text-decoration: none;      color:#b32; font-weight: bold; }
#bold a:hover {   text-decoration: underline; color:#b32; font-weight: bold; }

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

a:link { text-decoration: underline; color:#000 }
a:visited { text-decoration: underline; color:#000 }
a:hover { text-decoration: underline; color:#b32 }
a img { border: 1px; border-style: solid; border-color: #fff; }
a:hover img { border: 1px; border-style: dotted; border-color: #b32; }

b { color: #b32; }

h1 { 
  font-family : Verdana, Arial, Geneva, Helvetica, sans-serif;
  font-size: 1.3em;
  color: #b32;
  text-align: center;
  background: url(/images/title/h1.jpg) top left;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #aaa;
  margin-top: 0px;
  margin-bottom: 16px;
  padding: 4px;
  overflow: hidden;
}

h2 { 
  color: #b32;
  font-size: 1.2em;
  margin: 0px;
  margin-top: 4px;
  margin-bottom: 8px;
  overflow: hidden;
}

.teaser{
  float: left;
  width: 272px;
  margin: 0px 8px 16px 0px;
}

.teaser-top{
  background-image: url(/images/misc/fontbg.jpg);
  height: 252px;
  text-align: left;
  overflow: hidden;
  padding: 8px;
}

.teaser-click{
  font-size: 85%;
  border: 0px;
  border-top: 1px;
  border-bottom: 1px;
  border-style: dotted;
  border-color: #b32;
  border-spacing: 2px;
  overflow: hidden;
  text-align: right;
  padding-left: 8px;
  padding-right: 8px;
  padding: 2px;
}

.teaser img{
  float: left;
  padding: 0px;
  margin: 0px 8px 8px 0px;
}

.paragraph{
  text-align: justify;  
}

table { 
  font-size: 1.0em;
  border: 0px;
  border-style: none;
  border-spacing: 2px;
  background-image: url(/images/misc/fontbg.jpg);
}

th { 
  font-weight: normal;
  text-align: center;
  margin: 0px;
  padding: 0px;
  border: 1px;
  border-color: black;
  border-style: dotted;
}

td { 
  text-align: left;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
  border: 1px;
  border-color: #eee;
  border-style: solid;
}

#calendar td{
  text-align: right;
}

form {
  margin: 0px;
}

input, select, textarea {
  font: x-small sans-serif;
  font-size: 0.9em;
  color: #b32;
  background-color: #fff;
  min-width: 100px;
}

