body {
    color: #666666;
    font-family: "Trebuchet MS";
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}
#wrapper {
    margin: 0 auto;
    width: 960px;
}
#header {
    height: 120px;
}
#header img {
    margin-top: 20px;
}
#color-bar {
    background: url("../images/color-bar-full.gif") no-repeat scroll 0 0 transparent;
    height: 10px;
    margin-bottom: 10px;
}
#banner {
    background: url("../images/banner.jpg") no-repeat scroll 0 0 transparent;
    height: 180px;
}
#cont {
    width: 680px;
}
#cont h1 {
    color: #FB7921;
    font-size: 2.4em;
    margin: 5px 0 0;
}
#cont h2 {
    color: #FB7921;
    margin: 0;
}
#cont ul {
    margin: 5px 50px 15px 0;
    padding: 0;
}
#cont ul li {
    background: url("../images/bullet.png") no-repeat scroll 0 3px transparent;
    list-style-type: none;
    margin: 7px 0;
    padding-left: 25px;
}
#cont p {
    margin-top: 10px;
}
#cont img {
    margin-bottom: 25px;
}
#rcont {
    width: 270px;
}
#rcont ul {
    margin: 0;
    padding: 0;
}
#rcont ul li {
    background: url("../images/bullet.png") no-repeat scroll 0 3px transparent;
    list-style-type: none;
    margin: 7px 0;
    padding-left: 20px;
}
.box-top {
    background: url("../images/box-top.gif") no-repeat scroll 0 0 transparent;
    height: 10px;
    margin: 10px 0 0;
}
.box {
    background: url("../images/box-bg.gif") repeat-x scroll center bottom transparent;
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    overflow: hidden;
    padding: 10px 15px 10px 10px;
    position: relative;
}
.box h2 {
    color: #FB7921;
    font-size: 1.4em;
    margin: 0;
}
.box a {
    color: #FB7921;
    text-decoration: none;
}
.box a:hover {
    text-decoration: underline;
}
.box img {
    position: absolute;
    right: 20px;
    top: 7px;
}
#footer p {
    margin: 0;
}
#footer-color-bar {
    background: url("../images/footer-color-bar.gif") no-repeat scroll 0 0 transparent;
    height: 7px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.both {
    clear: both;
}
.none {
    clear: none;
}
.dotted-hr {
    border-bottom: 2px dotted #CCCCCC;
}
.dotted-hr-margin {
    border-bottom: 2px dotted #CCCCCC;
    margin: 10px;
}
.dotted-hr-margin-hoz {
    border-bottom: 2px dotted #CCCCCC;
    margin: 0 10px;
}
.border-left {
    border-left: 2px dotted #CCCCCC;
}
.border-right {
    border-right: 2px dotted #CCCCCC;
}
img {
    border: 0 none;
}
textarea {
    border: 1px solid #CCCCCC;
}
textarea#message {
    border: 1px solid #999999;
    overflow: auto;
}
.small-text {
    font-size: 0.7em;
}
