#left_nav {
 position: relative;
 float: left;
 margin-right: 20px;
 width: 180px;
 height: 300px;
 background-color: #3366CC;
 box-shadow: 0px 0px 10px #666;
}
#side_bar_2 {
 position: relative;
 float: left;
 width: 60px;
 height: 300px;
 background-color: #2E5CB8;
 box-shadow: 0px 0px 5px #333; 
 background-image: url("../IMG/cec_left_vertical.png");
 background-position: center 20px;
 background-repeat: no-repeat;
}
#side_bar_3 {
 position: relative;
 float: left;
 width: 60px;
 height: 300px;
 background-color: #2E5CB8;
 box-shadow: 0px 0px 5px #333; 
 background-image: url("../IMG/cec_left_vertical1.png");
 background-position: center 20px;
 background-repeat: no-repeat;
}

#left_nav ul {
 position: relative;
 list-style: none;
 float: right;
 margin: 0;
 padding: 0;
 top: 30px;
 width: 110px;
}
#left_nav ul li {
 padding-right: 10px;
 height: 30px;
 width: 100px;
 line-height: 36px;
 text-align: right;
 border-bottom: 2px solid #DDD;
}
#left_nav ul li:hover {
}
#left_nav ul li.choosen {
}
#left_nav ul li a {
 text-decoration: none;
 color: white;
}
#left_nav ul li a:hover {
}
#left_nav ul li.choosen a{
 color: black;
}
#doc_container {
 position: relative;
 float: left;
 padding: 20px 40px;
 width: 720px;
 height: auto;
 min-height: 600px;
 box-shadow: 0px 0px 10px 2px #666;
}
#doc_container1 {
 position: relative;
 float: left;
 padding: 20px 5px;
 width: 790px;
 height: auto;
 min-height: 600px;
 box-shadow: 0px 0px 10px 2px #666;
}

.doc {
 margin-top: 10px;
 margin-bottom: 80px;
}
.doc:last-child {
 margin-bottom: 10px;
}
.doc_title {
 position: relative;
 margin: 0;
 margin-bottom: 10px;
 padding: 0;
 width: 100%;
 height: 36px;
 color: darkblue;
 font-size: 26px;
 text-indent: 20px;
 line-height: 32px;
 border-bottom: 2px solid #AAA;
}
.doc_content p {
 font-size: 14px;
}
thead tr {
 font-size: 14px;
 border: 2px solid #AAA;
 height: 36px;
}
tbody {
 font-size: 14px;
}
tbody tr td {
 padding: 5px 0;
}
tbody tr td:last-child {
 padding: 5px 10px;
}

#departments {
 position: relative;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 z-index: 2;
}
#departments li {
 position: relative;
 float: left;
 top: 6px;
 width: auto;
 height: 26px;
 line-height: 26px;
 padding: 5px;
 border: 1px solid #2E5C88;
 cursor: pointer;
 z-index: 1;
}
#departments li.choosen {
 line-height: 32px;
 top: 0;
 padding: 8px;
 border: 2px solid #2E5C88;
 border-bottom: none;
 z-index: 3;
}
#departments li a {
 color: #666;
 text-decoration: none;
}
#departments li.choosen a {
 color: black;
 font-weight: bold;
}
#show_content {
 position: relative;
 margin: 0;
 padding: 10px;
 width: 100%;
 height: auto;
 min-height: 400px;
 border-left: 1px solid #2E5C88;
 border-right: 1px solid #2E5C88;
 border-bottom: 1px solid #2E5C88;
 z-index: 1;
}
#show_content ul:first-child {
 list-style: decimal;
}
#show_content ul.ul_s2 {
 padding-left: 1em;
 list-style: none;
}
#show_content ul:first-child li {
 padding-bottom: 10px;
 font-size: 14px;
}
#show_content .department_note p{
 margin: 2px;
 padding-left: 1em;
}
#show_content .department_note p span:first-child {
 display: inline-block;
 width: 70px;
 text-align: inter-ideograph;
}
#show_content .department_note p span:last-child {
 padding-left: 5px;
}
.outer_link {
 position: relative;
 list-style: none;
}
.outer_link li {
 position: relative;
 float: left;
 margin: 5px;
 border: dotted 1px black;
 padding: 5px;
}
.outer_link li:hover {
 border: solid 1px black;
}
.outer_link li a{
 color: black;
 text-decoration: none;
}
.outer_link li a:hover {
 text-decoration: underline;
}