* {
  padding: 0px;
  margin: 0px;
}

body {
    background-color: #e4e4e4;
    background-image: url('/img/whitebg.gif');
    background-position: top center;
    background-repeat: repeat-y;
    font-family: Verdana, Tahoma, Sans;
}

#frame {
    width: 910px;
    text-align: left;
}

#topbar {
    background-image: url('/img/topbg.gif');
    background-position: top;
    background-repeat: repeat-x;
    background-color: #e4e4e4;
    height: 20px;
    font-size: 12px;
    color: #000000;
    padding-top: 5px;
}
#topbar .left {
    float: left;
    width: 455px;
}
#topbar .right {
    float: left;
    text-align: right;
    width: 455px;
}
#topbar a {
    color: #666666;
    text-decoration: underline;
}

#head {
    background-image: url('/img/headbg.gif');
    height: 101px;
}
#head p {
    font-family: Georgia, Times;
    color: #ff6e29;
    font-size: 27px;
    text-align: right;
    margin-right: 15px;
    padding-top: 20px;
}

#menu {
    background-color: #e4e4e4;
    height: 25px;
    font-size: 14px;
    color: #000000;
    padding-top: 5px;
}
#menu .left {
    float: left;
    width: 455px;
}
#menu .right {
    float: left;
    text-align: right;
    width: 455px;
}
#menu a {
    text-decoration: none;
    color: #000000;
}
#menu a:hover {
    text-decoration: underline;
}

#main {
    background-color: #ffffff;;
    padding: 16px 0px 0px 10px;
    height: 100%;
}
#main h1 {
    color: #ff6e29;
    font-weight: normal;
    font-size: 17px;
    margin-bottom: 16px;
}
#main p {
    font-size: 13px;
    color: #666666;
    margin-bottom: 16px;
}

.clear {
    clear: both;
}
.block13 {
    float: left;
    width: 290px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.block12 {
    float: left;
    width: 440px;
    margin-right: 10px;
    padding-bottom: 20px;
}
.block12 .head, .block13 .head {
    height: 30px;
    background-image: url('/img/blockbg.gif');
    background-position: top;
    background-repeat: repeat-x;
    padding-top: 6px;
    padding-left: 10px;
    color: #ffffff;
    font-size: 17px;
}
.block12 ul, .block13 ul {
    margin-top: 10px;
}
.block12 ul li, .block13 ul li {
    margin-left: 25px;
    margin-bottom: 3px;
    color: #666666;
    font-size: 13px;
}
.block12 ul li a, .block13 ul li a {
    color: #666666;
    text-decoration: underline;
}
.block12 ul li a:hover, .block13 ul li a:hover {
    color: #ff6e29;
    text-decoration: underline;
}

#footer {
    height: 21px;
    font-size: 12px;
    color: #666666;
    padding-top: 5px;
    background-color: #e4e4e4;
}

#white {
    background-color: #ffffff;
    height: 100%!important:

}
