html { 
    padding:0px;
    margin:0px;
    height:100%;
}

body {
    background-color: #FFFFFF;
    /*font-size: 12px;*/
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color:#000;  
    margin:0px;
    height:100%;
}

#nonfoote {
    position: relative;
    min-height: 100%;
}

* html #nonfoote {
    height: 100%;
}

#foote {
    position: relative;
    margin: -4.5em auto 0 auto;
}

#wikiedit textarea {
    width: 100%;
}

#menu {
    position: absolute;
    width: 120px;
    height: 100%;
    background-color: #FFFFFF;
    padding:0px;
    /*padding-right: -55px;*/
    margin:0px;
    border:1px solid black;
    display:block;
    position:fixed;
    left: 0;
}

* html #menu {
    /*position:fixed;*/
    _position:absolute;
}

#menu ul {
    list-style: none;
    font-style: italic;
    margin-left: 0;
    padding-left: 0;
    text-align:center;
}
#menu li {
    padding: 2px 1px 2px 0;
    /*margin-left: -3em;*/
}

#menu a:hover {
    color: white;
    background: #444444;
}

#title {
    text-align: center;
    font-size: large;
    font-weight: bold;
    color: #275A78;
}

#content {
    margin-left: 130px;
    margin-right: 5%;
    padding: 5px;
    padding-bottom: 10px;
    background-color:#FFFFFF;
    overflow: auto;
    padding-bottom: 5.5em;
}

#content li {
    list-style: round;
}
#footer {
    margin-left: 122px;
    margin-right: 5%;
    border-top: dotted 1px;
    padding-top: 3px;
    text-align: center;
    font-size: x-small;
    color: 4344444;
    background-color:#FFFFFF;
}	

#sidebar {
    font-weight: bold;
}


a.selflink { color: #444444; }


#content h1,h2 { text-align: center; }
