@charset "UTF-8";


/* ========BASIC======== */
html {
   overflow-y:scroll;
}

body {
   margin:0;
   padding:0;
   line-height:1.6;
   letter-spacing:1px;
   font-family:Verdana, Helvetica, sans-serif;
   font-size:12px;
   color:#333;
   background: url(../images/background.jpg) repeat #ffffff;
}

br {
   letter-spacing:normal;
}

a {
   color:#a13900;
   text-decoration:none;
}

a:hover {
   color:#ff8d00;
   text-decoration:underline;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}

pre {
	/* Mozilla */
    white-space: -moz-pre-wrap;
    /* Opera 4-6 */
    white-space: -pre-wrap;
    /* Opera 7 */
    white-space: -o-pre-wrap;  
    /* CSS3 */
    white-space: pre-wrap;  
    /* IE 5.5+ */
    word-wrap: break-word;
}


/* ========TEMPLATE LAYOUT======== */
#top {
   width:779px;
   margin:10px auto;
   border:1px solid #666;
}

#header {
   width:779px;
}

#menu {
   float:left;
}

#topicPath {
   float:left;
}

#contents {
   background:#fff;
}

#main {
   display:inline;/* for IE6 */
   float:left;
   width:539px;
   padding:10px;
   background:#fff;
}

#sub {
   display:inline;/* for IE6 */
   float:right;
   width:200px;
   margin:10px;
   padding:0;
}

#pageTop {
   clear:both;
   background:#fff;
}

#footer {
   clear:both;
   background:#fff;
}


/* ========HEADER CUSTOMIZE======== */
#header h1 {
   margin:0;
   padding:10px;
   font-size:24px;
}

#header h1 a {
   color:#333;
}

#header #pr p {
   margin:0;
   padding:10px;
   font-size:11px;
}


/* ========MENU CUSTOMIZE======== */
#menu ul {
   margin:0;
   padding:0;
}

#menu li {
   float:left;
   color:#333;
   text-align:center;
   list-style-type:none;
   border-left:0px solid #fff;
}

#menu li a {
   display:block;
   width:155px;
   color:#fff;
   line-height:40px;
   text-decoration:none;
   text-shadow:0 -1px 0px #333,0 1px 0px #555;
   background:#A26318;
   background-image: -moz-linear-gradient(top, #c28338 0%, #b27328 50%, #a26318 50%, #b27328 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #c28338), color-stop(0.50, #b27328), color-stop(0.50, #a26318), color-stop(1, #b27328));
   border-left:1px solid #444;
   box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
   -1px 0px 0px rgba(225,225,225,0.3) inset,
   0px 1px 1px rgba(0,0,0,0.1) inset,
   0px -1px 1px rgba(0,0,0,0.3) inset,
   0px 1px 3px #666;

}

#menu li:first-child {
   border-left:none;
}

#menu li a.active {
   color:#fff;
   text-decoration:none;
   background:#6c3e07;
   background-image: -moz-linear-gradient(top, #8c5e27 0%, #7c5e17 50%, #6c3e07 50%, #7c5e17 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c5e27), color-stop(0.50, #7c5e17), color-stop(0.50, #6c3e07), color-stop(1, #7c5e17));
   box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
   -1px 0px 0px rgba(225,225,225,0) inset,
   0px 1px 1px rgba(0,0,0,0.1) inset,
   0px -1px 1px rgba(0,0,0,0.3) inset,
   0px 1px 3px #666;
}

#menu li a:hover {
   color:#fff;
   text-decoration:none;
   background:#F09629;
   background-image: -moz-linear-gradient(top, #F09629 0%, #E08619 50%, #D07609 50%, #E08619 100%);
   background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F09629), color-stop(0.50, #E08619), color-stop(0.50, #D07609), color-stop(1, #E08619));
   box-shadow: 1px 0px 0px rgba(225,225,225,0) inset,
   -1px 0px 0px rgba(225,225,225,0) inset,
   0px 1px 1px rgba(0,0,0,0.1) inset,
   0px -1px 1px rgba(0,0,0,0.3) inset,
   0px 1px 3px #666;
}

#menu li:first-child a{
	border-left:0px;
	border-radius:7px 0 0 7px;
	border-left:0;
	box-shadow:-1px 0px 0px rgba(225,225,225,0.3) inset,
	0px 1px 1px rgba(0,0,0,0.1) inset,
	0px -1px 1px rgba(0,0,0,0.3) inset,
	0px 1px 3px #666;
}

#menu li:last-child a{
	border-radius:0 7px 7px 0;
	box-shadow: 1px 0px 0px rgba(225,225,225,0.3) inset,
	0px 1px 1px rgba(0,0,0,0.1) inset,
	0px -1px 1px rgba(0,0,0,0.3) inset,
	0px 1px 3px #666;
}

/* ========TOPICPATH CUSTOMIZE======== */
#topicPath {
   width:769px;
   padding:5px;
   background:#f0f0f0;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main h2 {
   margin-bottom:5px;
   padding:5px 0;
   font-size:16px;
   border-bottom:3px double #6c3e07;
}

#main h3 {
   margin-bottom:5px;
   padding:5px;
   font-size:14px;
   border-left:5px solid #6c3e07;
   border-bottom:1px dotted #6c3e07;
}

#main h4 {
   margin-bottom:5px;
   padding:5px;
   font-size:13px;
   color:#fff;
   background:#F09629;
}

#main h5 {
   margin-bottom:5px;
   font-size:13px;
   border-bottom:1px dotted #6c3e07;
}

#main h6 {
   margin-bottom:5px;
   font-size:13px;
}

#main p {
   margin:0 0 1em 0;
}

#main dt {
   margin-bottom:3px;
}

#main dd {
   padding:0;
   margin:0 0 0.5em 1em;
   padding:3px;
   background:#eee;
}

#main .comment{
	margin-left: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: maroon;
}

#main .postscript{
	padding: 20px
}

#main .image {
   margin: 10px;
}


/* TOPICS CUSTOMIZE */
* html body #main dl.topics dd div {
   display:inline-block;
}

#main dl.topics dt {
   float:left;
   width:8em;
   margin:0;
   padding:0;
}

#main dl.topics dd {
   margin:0 0 0.5em 8em;
   padding:0;
   background:transparent;
}

#main table {
   width:100%;
   border-collapse:collapse;
}

#main table th {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ababab;
   background:#F9EEE5;
}

#main table th.year {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #ababab;
   background:#F9EEE5;
   width: 105px;
}

#main table td {
   padding:5px;
   font-size:12px;
   text-align:left;
   border:1px solid #aaa;
}


/* ========SUBCONTENTS CUSTOMIZE======== */
#sub .section {
   margin-bottom:10px;
}

#sub h3 {
   padding:5px;
   font-size:13px;
   font-weight:bold;
   color:#fff;
   text-align:center;
   background:#ff8d00;
}

#sub ul {
   margin:0;
   padding:0;
   border:1px solid #aaa;
   border-top:none;
   background:#fff;
}

#sub li {
   width:198px;
   line-height:1.4;
   list-style:none;
   border-top:1px solid #ababab;
}

#sub li a {
   display:block;
   padding:10px 5px;
   border-left:5px solid #FF8C00;
}


/* ========PAGETOP CUSTOMIZE========= */
#pageTop {
   margin-top:10px;
   padding:5px;
   text-align:right;
}

#pageTop a {
   padding:5px 5px 5px 17px;
   background:url("../images/bg_pagetop.gif") 7px 50% no-repeat;
   font-size:11px;
   outline:none;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright {
   clear:both;
   padding:10px 0;
   font-style:normal;
   font-size:11px;
   text-align:center;
   border-top:1px solid #ccc;
}