html {
    overflow: hidden;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
    color: #000000;
    background: #FFFFFF;
    padding: 0px;
    margin: 0px;
    width: 100%;
	height: 100%;
    overflow: hidden;
}

img {
    border: 0;
}

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

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

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    background: #5AA03B url("../images/win/head_m.gif") top left repeat-x;
    width: 100%;
    height: 30px;
    overflow: hidden;
}

#logo {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent url("../images/win/head_l.gif") top left no-repeat;
    height: 30px;
    padding: 3px 0px 3px 8px;
}
#logo h1 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0px;
    margin: 0px;
    margin-right: 220px;
}
#logo img {
    vertical-align: text-bottom;
}

#close {
    position: absolute;
    top: 0px;
    right: 0px;
    background: transparent url("../images/win/head_r.gif") top right no-repeat;
    font-size: 0.7em;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 8px 0px 0px;
    text-align: right;
}
#close a {
    color: #FFFFFF;
}
#close img {
    vertical-align: middle;
}

#nav {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 100%;
    height: 30px;
    background: #9BC783;
    border-top: 1px solid #FFFFFF;
}

#nav ul {
    padding: 0px;
    margin: 0px 0px 0px 6px;
    list-style: none;
}

#nav ul li {
    float: left;
    height: 30px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.05em;
    font-weight: bold;
    padding: 3px 0.125em 2px 0.125em;
}
* html #nav ul li {
    display: inline;
}

#nav ul li a {
    color: #FFFFFF;
    margin: 0px 2px 0px 1px;
    text-decoration: none;
}
#nav ul li a:hover {
    text-decoration: underline;
}
#nav ul li.current {
    background: #488030;
}
#nav ul li.current a {
    color: #FFFFFF;
}

#leftcol {
    position: absolute;
    top: 61px;
    left: 0px;
    bottom: 0px;
    background: #FFFFFF url("../images/win/leftcol.gif") top left repeat-x;
    width: 30%;
    overflow: auto;
}

#rightcol {
    position: absolute;
    top: 61px;
    right: 0px;
    bottom: 0px;
    background: #FFFFFF;
    font-size: 0.9em;
    left: 30%;
    width: 70%;
    overflow: auto;
}

#glosslist {
    font-size: 0.9em;
    padding-top: 10px;
}

#glosslist h2 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 0.1em 10px;
}

#glosslist div {
    padding: 2px 0px 2px 10px;
}
#glosslist div.current {
    background: #FFFFFF;
}
#glosslist a {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;
    line-height: 1.0em;
    color: #488030;
    text-decoration: none;
    font-weight: normal;
}
#glosslist a:hover {
    text-decoration: underline;
}
#glosslist div.current a {
    color: #488030;
}

#glossword {
    font-size: 0.9em;
    padding: 10px;
}

#glossword .headrule {
    position: relative;
    border-bottom: 1px dotted #488030;
    margin: 0.1em 0px 0.2em 0px;
}
* html #glossword .headrule {
    border-bottom: 0px;
    height: 1px;
    background: transparent url("../images/win/hr_dotted.gif") bottom left repeat-x;
    padding: 0px;
}
#glossword .headrule .note {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 0.75em;
    font-weight: normal;
    font-style: italic;
    color: #555555;
}

#glossword h3 {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
    font-size: 1.3em;
    color: #488030;
    margin: 0px;
    padding: 0px;
}

.imgcaption {
    font-size: 0.75em;
}

.clearboth {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

