@import "reset.css";
@import "jitsys.css";
blockquote {
    background: #f5f5f5;
    border: 1px dotted #B22222;
    padding:5px;
    margin:5px;
}
p {
    padding: 5px 0;
}
ol { padding:3px 40px; }
ol li { padding:3px; }
ul {
    clear:both;
    list-style:disc url(/img/icon/li.gif);
    padding:3px 40px;
    color:#999;
}
ul li {
    padding:2px 0;
}
dl {
    clear:both;
    list-style:disc url(/img/icon/li.gif);
    margin:0px;
}
dl dt {
    border-top:dotted 1px #aaa;
    clear:both;
    font-size:larger;
    margin:0;
    padding:2px;
    background: #f5f5f5;
}
dl dt.sub {
    border:none;
    color:#999;
    font-size:12px;
}
dl dd {
    margin:0;
    padding:0;
    color: #777;
}
dt a {
    font-size: larger;
    text-decoration: none;
}
dd p {
    padding:0;
    margin:5px 0;
}

body, html {
    background: #f5f5dc;
    font-family: courier new;
    font-size: 14px;
    height: 100%;
    margin: 1px auto;
    min-height: 40em;
    text-align: left;
}
#top {
    width: 760px;
    text-align: right;
}
#main {
    background: #fff;
    border: 1px solid #e6c44a;
    margin: 2px auto;
    text-align: left;
    padding:10px 15px;
    margin:5px;
    width: 760px;
}
* html #main {
    height:100%;    /*ie only fix*/
} 
#banner {
    background:#999 url(/img/thaabit/pyramid.jpg) no-repeat top left;
    height:99px;
    margin:0;
    border-bottom: 1px solid #000;
    width:760px;
}
#banner h1 {
    color:#568689;
    text-align:right;
}
#body h1 {
    color:#68838B;
    font-size:18px;
    font-weight:bold;
    padding:5px 0;
}
#menu {
    background:#f2cd5a;
    border-bottom:1px solid #000;
    clear:both;
    height:20px;
    width: 760px;
}
#menu ul {
    display:inline;
    text-align:left;
}
#menu li {
    display:inline;
    float:left;
}
#menu li a {
    border-right:solid 1px #999;
    color:#000;
    display:inline;
    font-size: 12px;
    height:22px;
    padding:2px 14px;
    text-decoration:none;
    white-space:nowrap;
}
#menu li a:hover {
    background:#E0FFFF;
}
#footer {
    font-size:10px;
    letter-spacing:1px;
    padding:5px;
}

