body {
    /*font-family: Arial, Verdana, Helvetica, sans-serif;*/
    font-family: Georgia, "Times New Roman", serif;
    color: #000;
    background-color:#F3F7F5;
    margin: 0px;
    padding: 0px;
    height:100%;

}
h1, h2 {
    margin: 0px;
}

p {
    font-size: 14px;
    text-align: justify;
}

#top_menu {
    display: none;
}

#left_menu {
    /*position: relative;*/
    float: left;
    width: 160px;
    background-color: #E0E4DD;
    border-right: 1px solid #546441;
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
    padding-top: 25px;
    /*padding-bottom: 5px;*/
    top: 0px;
    height: 100%;
    position: fixed;

}
#content {
    position: absolute;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    left: 170px;
    right: 10px;
}
#content a {
    color: #14377D;
    /*font-weight: bold;*/
    text-decoration: none;
}
#content a:hover {
    border-bottom: #00008B 1px solid;
}
#content h1 {
    margin-top: 30px;
    text-align: center;
}

#content h2 {
    text-align: center;
}
#menu_list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
.active a {
    background-color: #DEE2DB !important;
}
#menu_list li {
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
}
#menu_list li a {
    display: block;
    padding-left: 15px;
    /*border-bottom: 1px solid #000;*/
    /*border-top: 1px solid #000;*/
    color: #14377D;
    background-color: #F3F7EF;
    text-decoration: none;
}
#menu_list li a:hover {
    background-color: #DEE2DB;
    text-decoration: none;
    /*border-bottom: #00008B 1px solid;*/
}
#login {
    border-top: #000 1px solid;
    border-bottom: #000 1px solid;
    list-style: none;
    margin: 25px 0px 0px 0px;
    padding: 0;
    font-size: 12px;
}
#login li {
    margin-bottom: 0px;
    /*border-bottom: 1px solid #000;*/
    color: #000048; /* #14377D */
    background-color: #F3F7EF;
}
#login li a {
    color: #14377D;
    text-decoration: none;
    padding-right: 5px;
}
.menu_header {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
}
.menu_header_2 {
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: #000 1px solid
}
.text {
    font-size: 12px;
}
.index {
    font-size: 14px;
    text-align: center;
}
.null {
    margin: 0px;
    padding: 0px;
}
.allkiri {
    margin: 0px 0px 5px 0px;
    padding: 0px;
    font-style: italic;
    font-size: 12px;
}

.ref_list {
    font-size: 14px;
    padding: 0px;
    margin-left: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    list-style-type: circle;
}
.nl {
    margin-top: 10px;
    margin-bottom: 0px;
}
.tl {
    margin-bottom: 0px;
    margin-top: 10px;
}
.descr {
    font-size: 14px;
    text-align: justify;
    /*margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 10px;
    margin-bottom: 0px;
}
.ref_link_list {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
}
.italic, .italics {
    font-style: italic;
}
.center {
	text-align: center;
}
.text {
	text-align: indent;
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 16px;
}
.bold {
    font-weight: bold;
}
.small {
    font-size: 12px;
}
.log_box {
    margin-left: 10px;
}
.log_button {
    margin-top: 5px;
    margin-bottom: 3px;
    margin-left: 60px;
}
.right {
    text-align: right;
}
a img {
    border: 0;
}
input {
    border: solid #7D6B4B 1px;
}

.underline {
    text-decoration: underline;
}
.strikethrough {
   text-decoration: line-through;
}

.overline {
   text-decoration: overline;
}

.listbullet {
   list-style-type: disc;
   list-style-position: inside;
}

.listdecimal {
   list-style-type: decimal;
   list-style-position: inside;
}

.listlowerroman {
   list-style-type: lower-roman;
   list-style-position: inside;
}

.listupperroman {
   list-style-type: upper-roman;
   list-style-position: inside;
}

.listloweralpha {
   list-style-type: lower-alpha;
   list-style-position: inside;
}

.listupperalpha {
   list-style-type: upper-alpha;
   list-style-position: inside;
}
.listnone {
    list-style-type: none;
}
