body { 
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: normal;
font-family: "Helvetica", sans-serif;
background-color: #ffffff;
color: #000000;
font-size: 1em;
}
ul { 
margin-left: 0px;
padding-left: 0px;
list-style-type: none;
}
a { 
text-decoration: none;
color: #346284;
font-weight: 500;
}
a:hover { 
text-decoration: underline;
}
#header { 
height: 80px;
margin: 0px auto;
background-image: url("images/top_left.bmp");
background-attachment: scroll;
background-repeat: no-repeat;
background-position: 0% 0%;
width: 900px;
background-color: #404040;
}
#header h1 { 
float: left;
margin: 0px;
padding: 35px 0px 0px 10px;
color: #ffffff;
text-shadow: 1px 0px 0px #ff0000;
}
#header h2 { 
float: right;
margin: 0px;
padding: 43px 10px 0px 0px;
background: url("images/top_right.bmp") no-repeat 100% 0%;
color: #ffffff;
text-shadow: 1px 0px 0px #ff0000;
}
h3 { 
font-size: 18pt;
text-shadow: 1px 0px 2px #b0b0b0;
}
label { 
cursor: pointer;
}
#menu { 
height: 30px;
margin: 0px auto;
background-attachment: scroll;
background-repeat: repeat-x;
background-position: 0% 0%;
width: 900px;
background: #ffffff url("images/bottom_bg.bmp") repeat 0% 100%;

}
#menu ul { 
margin: 0px;
padding: 0px;
list-style: none;
}
#menu li { 
display: inline;
}
#columnA ul { 
margin: 0px;
padding: 0px;
list-style: square inside;
}
#menu a { 
display: block;
float: left;
padding: 10px;
text-transform: uppercase;
text-decoration: none;
font-weight: 700;
font-size: 10pt;
color: #346284;
}
#menu a:hover { 
text-decoration: underline;
}
#content { 
margin: 0px auto;
background-image: url("images/borders.bmp");
background-attachment: scroll;
background-repeat: repeat-y;
background-position: 0% 0%;
width: 900px;
}
#columnA { 
float: left;
width: 640px;
padding: 20px;
}
.result { 
border: 1px dashed #c0c0c0;
background-color: #f9fcff;
}
.dictionary_name { 
background-color: #c0c0c0;
}
td { 
border: 1px solid #e0e0e0;
background-color: #f9fcff;
height: 30px;
}
#columnB { 
float: right;
width: 200px;
padding: 20px 10px;
}
#columnB h2 { 
font-size: large;
}
#footer {
border-top: 1px #ffff00 solid;
border-bottom: 1px #ffff00 solid;
margin: 0px auto;
background: #ffffff url("images/bottom_bg.bmp") repeat 0% 100%;
width: 900px;
}
#footer a { 
text-decoration: none;
color: #303030;
}
#footer a:hover { 
text-decoration: underline;
}
#footer p { 
margin: 0px;
padding: 5px 10px;
font-size: smaller;
}