body { 
   margin: 0;
   padding: 0;
   background: #ffffff;
   font-family: sans-serif;
}
	
p {
   margin: 0;
}

ul {
   margin: 0;
}

img { 
   border: 0 
}

td {
   vertical-align: top;
}

a.menuitem {
   text-decoration: none;
   color: #446699;
}

a.menuitem:hover {
   text-decoration: underline;
   color: black;
}

a.menuitem:visited {
   color: #224466;
}

a.menuitem:active {
   color: black;
}

div.top {
   width: 99%;
   height: 34px;
   background: #8899cc;

   border-bottom: 1px solid black;
   margin-bottom: 10px;
   padding-left: 0.5%;
   padding-right: 0.5%;

   font-size: 85%;
   font-family: sans-serif;
}

div.top-left {
   position: absolute;
   text-align: left;
	width: 50%;
}

img.top-left {
   padding: 2px;
}

div.top-right {
   position: absolute;
   left: 50%;
   width: 50%;
   padding-top: 4px;

   text-align: right;  
   font-size: 125%;
   font-weight: bold;
}

select.top-right {
   background: #8899cc;
}

div.items {
   float: left;
   width: 80%;
   margin-left: 5px;
}

div.item {
   background: #ffffff;
   width: 99%;
   padding: 0.5%;
   border: 1px solid black;
   margin-bottom: 10px
}

div.item-title {
   background: #8899cc;
   font-weight: bold;
   /*width: 100%;*/
   padding: 3px;
   border-bottom: 1px solid black;
   margin-bottom: 5px;
   font-size: 110%;
}

div.item-info {
   margin-top: 4px;
   border-top: 1px dashed black;
   font-size: 75%;
   clear: both;
}

.item-text {
   text-align: left;
}

div.menus {
   float: right;
   width: 15%;
   margin-right: 5px;
}

div.menuitem {
   border: 1px solid black;
   background: #cccccc;
   margin-bottom: 5px;
   padding: 5px;
}

a.menuitem {
   display: block;
}

.footer {
   text-align: right;
}

.cvstag {
   text-align: left;
   font-size: 60%;
   font-weight: bold;
}

img.footer {
   margin-bottom: 5px;
}

