/* CSS Document */

body {
 font-family: tahoma, verdana, arial;
 font-size: 0.9em;
 background-color: #FFFFFF;
 text-align: center;
}

#container{
 width: 800px;
 height: 600px;
 margin-top: 10px;
 margin-left: auto;
 margin-right: auto;
 border: 1px solid #004400;
 text-align: left;
}

#head{
 width: 800px;
 background-color: #004400;
}

#header{
 width: 660px;
 height: 95px;
 background-color: #006600;
 margin-left: 140px;
}

#topmenu{
 width: 660px;
 height: 25px;
 background-color: #006600;
 margin-left: 140px;
}

#contentarea {
 width: 800px;
 height: 480px;
}

#menu{
 width: 140px;
 height: 480px;
 background-color: #006600;
 color: white;
 float: left;
}

#content{
 width: 650px;
 height: 475px;
 float: left;
 color: #004400;
 font-size: 0.9em;
}

#footer{
 text-align: center;
 width: 800px;
 margin: 0px auto;
}

.logo{
 margin-left: 8px;
 margin-top: 10px;
}

.verysmalltext{
 font-size: x-small;
}

.mosimage_caption{
 font-size: x-small;
}

.moduletabletopmenu_module{
 margin-left: 8px;
}

a.mainleveltopmenu_menu{
 display: block;
 float: left;
 width: 115px;
 height: 20px;
 font-size: 14px;
 font-family: tahoma, verdana, arial;
 font-weight: bold; 
 text-decoration: none;
 color: white;
 border: 1px solid white;
 background-color: #004400;
 padding-left: 5px;
 margin-right: 2px;
}

a.mainleveltopmenu_menu:hover{
 background-color: #006600;
}

a.mainlevel{
 display: block;
 width: 110px;
 height: 18px;
 font-size: 12px;
 font-family: tahoma, verdana, arial;
 font-weight: bold; 
 text-decoration: none;
 color: white;
 border: 1px solid white;
 background-color: #004400;
 padding-left: 5px;
 margin-left: 10px;
 margin-top: 2px;
}

a.mainlevel:hover{
 background-color: #006600;
}


.inputbox {
 border: 1px solid #004400;
}

table.moduletablelogin {
 font-size: 10px;
 font-family: tahoma, verdana, arial;
 color: #004400;
 margin: 0px auto;
}

.button{
 font-size: 14px;
 font-family: tahoma, verdana, arial;
 background-color: #004400;
 color: white;
 border: 1px solid white;
 width: 115px;
 height: 20px;
 margin-top: 3px;
}

.loginbutton{
 font-size: 10px;
 font-family: tahoma, verdana, arial;
 background-color: #004400;
 color: white;
 width: 80px;
 height: 16px;
 border: 0px;
}

.contentheading {
 color: #004400;
 font-size: 20px;
 font-weight: bold;
 padding-left: 10px;
 padding-bottom: 10px;
}

.standard_text {
 font-size: 12px;
 font-family: tahoma, verdana, arial;
 color: #004400;
 margin-left: 20px;
}

label {
 font-size: 10px;
 font-family: tahoma, verdana, arial;
 color: #004400;
}

a.mainlevel_othermenu{
 color: #004400;
 text-decoration: none;
 font-size: 10px;
}