#leftcolum {
 position: fixed;
 top: 20px; 
 left: 0; 
 width: 45mm;
 bottom: 20px;
 border-left: medium solid black;
 background-color: #CCDD99;
}

#maincolum {
 position: fixed;
 top: 20px;
 bottom: 20px; 
 left: 47mm; 
 right: 0;
 overflow: auto;
}

#header {
 position: fixed;
 text-align: center;
 top: 0;
 left: 0;
 width: 100%;
 height: 20px;
 border-bottom: medium solid black;
 background-color: #AABB77;
}

#footer {
 position: fixed;
 bottom: 0;
 left: 0;
 width: 100%;
 height:  20px;
 border-top: medium solid black;
 background-color: #AABB77;
 text-align: center;
}

#cornerlogo {
height: 30mm;
width: 43mm;
border: medium dashed black;
color: white;
}

.navmenu {
margin-top: 5mm;
width: 45mm;
background-color: white;
}

.navmenu TD {
width: 45mm;
text-align: center;
font-weight: normal;
}

.navmenu TD.texts {
background-color: #CCDD99;
}

.navmenu TD.interest {
background-color: #CCCCFF;
}

.navmenu TD.official {
background-color: #FFCCCC;
}

.navmenu TD.message {
background-color: #CCFFCC;
}

.navmenu TD.about {
background-color: #99CCDD;
}

.navmenu TD.texts:Hover, .navmenu TD.textscurrent {
background-color: #AABB77;
}

.navmenu TD.interest:Hover, .navmenu TD.interestcurrent {
background-color: #AAAAFF;
}

.navmenu TD.official:Hover, .navmenu TD.officialcurrent {
background-color: #FFAAAA;
}

.navmenu TD.message:Hover, .navmenu TD.messagecurrent {
background-color: #AAFFAA;
}

.navmenu TD.about:Hover, .navmenu TD.aboutcurrent {
background-color: #77AABB;
}


.navmenu A {
font-family: Times;
text-decoration: none;
color: black;
padding: 1mm;
margin: 1mm;
}

.news P {
margin: 1em;
padding-bottom: 2em;
border: medium solid #CCCCCC;
border-left: none;
}

.news P:first-letter {
font-size: 200%;
float: left;
padding: 1px;
margin-right: 3px;
font-weight: bold;
color: white;
background-color: #CCCCCC;
}

.news P:first-line {
padding-top: 1em;
}

H1, H2, H3 {
text-align: center;
}

H3 {
border-bottom: medium double black;
padding-bottom: 2mm;
}
