@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	margin: 0;
	outline: 0;
	vertical-align: center;
	font-style: nomral;
	font-weight: normal;
}
body {
    width: 975px;
    margin: 5px auto;
}
a {
	text-decoration: none;
}
.whitelink {
	color: #FFF;
}
a:hover {
    text-decoration: underline;
}
a:focus,
a:active {
    color: blue;
    text-decoration: underline;
}
h1 {
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}
h2 {
    margin-top: 10px;
    line-height: 24px;
    font-weight: bold;
}
h3 {
    margin-top: 10px;
    line-height: 24px;
    font-weight: bold;
}
#
#header {
    position: relative;
    text-align: left;
    max-width: 975px;
}
#header img {
    margin-right: 10px;
}
#navigator {
    width: 100%;
    height: 30px;
    background-color: #F96;
    padding-top: 5px;
}
#menu {
    float: left;
    padding-left: 20px;
    background-color: #F96;
    padding-top: 4px;
}
#about {
    float: right;
    padding-right: 20px;
    background-color: #F96;
    padding-top: 4px;
}
#content {
    background-color: #FFF1D2;
}
#left {
    width: 185px;
    background-color: #FFF1D2;
    float: left;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    padding-bottom: 25px;
    padding-right: 10px;
    padding-left: 10px;
}
#main {
    margin-left: 205px;
    padding-left: 25px;
    padding-right: 25px;
    background-color: #F0F0F0;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    padding-bottom: 25px;
}
p {
    text-indent: 0;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 1.5em;
}
.indent {
    text-indent: 2em;
}
#footer {
    text-align: center;
}
.mii {
    color: #000;
    font-size: 12px;
}
ul {
}
li {
    line-height: 25px;
}
ol {
}
.menuitem {
    margin-left: -10px;
    
}
#padding {
    height: 60px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 15px;
}
table {
    border-collapse:collapse;
}
th.highligh {
    font-weight: bold;
    background: yellow;
}
th.download {
    font-weight: bold;
    background: #d0d0d0;
}
tr.highlight {
    background: silver;
}
table,th,td {
    border: 1px solid black;
}
blockquote {
    margin-left: 15px;
}
