/*Cascading Style Sheet*/
body {
    font: normal 100% / 1.5 verdana, arial, helvetica, sans-serif;
}

body, blockquote, form, h1, h2, h3, h4, h5, h6, p, table, tr, td {
    margin: 0;
    padding: 0;
}

#wrapper {
    background: #fff url(logo.png) no-repeat right 10px;
    border-top: 2px solid #FF6600;
    font-size: 85%;
    margin: 0 auto;
    overflow: hidden;
    width: 960px;
}

#header {
    background: #036 url(corner-1.png) no-repeat top right;
    color: #fff;
    padding-right: 60px;
}

#content {
    min-height: 550px;
}

#rightColumn {
    background-color: #FF6600;
    color: #fff;
    min-height: 550px;
}

#footer {
    border-bottom: 2px solid #FF6600;
    border-top: 10px solid #fff;
    font-size: 85%;/*

*/
}

#footerLeft {
    color: #FF6600;
    width: 620px;
}

#footerRight {
    background: #FF6600 url(corner-2.png) no-repeat;
    color: #fff;
    padding-left: 110px;
    text-align: right;
    width: 220px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w-960 {
    width: 960px;
}

.w-240 {
    width: 240px;
}

.w-720 {
    width: 720px;
}

.w-940 {
    width: 940px;
}

.w-220 {
    width: 220px;
}

.w-700 {
    width: 700px;
}

.w-920 {
    width: 920px;
}

.w-200 {
    width: 200px;
}

.w-680 {
    width: 680px;
}

.block {
    margin-bottom: 20px;
    width: 340px;
}

.h-20 {
    height: 20px;
}

.h-40 {
    height: 40px;
}

.h-60 {
    height: 60px;
}

.h-80 {
    height: 80px;
}

.h-100 {
    height: 100px;
}

.h-120 {
    height: 120px;
}

.h-140 {
    height: 140px;
}

.h-160 {
    height: 160px;
}

.h-180 {
    height: 180px;
}

.h-200 {
    height: 200px;
}

.p10 {
    padding: 10px;
}

.pt-10 {
    padding-top: 10px;
}

.pr-10 {
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pl-10 {
    padding-left: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pl-20 {
    padding-left: 20px;
}

.border-t {
    border-top: 1px solid;
    padding-top: 20px;
}

.border-r {
    border-right: 1px solid;
    margin-left: -1px;
}

.border-b {
    border-bottom: 1px solid;
    padding-bottom: 20px;
}

.border-l {
    border-left: 1px solid;
    margin-left: -1px;
}

.white {
    border-color: #fff;
}

.blue {
    border-color: #036;
}

.orange {
    border-color: #FF6600;
}

h1, h2, h3, h4, h5, h6 {
    font-family: arial, verdana, helvetica, sans-serif;
    line-height: normal;
}

h2 {
    color: #FF6600;
    text-transform: uppercase;
}

h2 span {
    color: #000;
    font-weight: normal;
}

h3 {
    background-color: #036;
    color: #fff;
    margin-bottom: 20px;
    padding: 2px 5px;
}

#content h2, #content h3, p {
    display: block;
    margin-bottom: 20px;
    width: 100%;
}

#menu ul {
    background-color: #036;
    line-height: 1em;
    margin: 0 0 0 5px;
    padding: 0;
}

#menu ul li {
    background-color: #fff;
    display: inline;
    list-style-type: none;
}

#menu ul li a {
    background-color: #fff;
    font-weight: bold;
    margin: 10px 20px 0 -5px;
    color: #036;
    text-decoration: none;
}

#menu ul li a:hover {
    border-bottom: 2px solid #036;
}

#content a, #footer a {
    border-bottom: 2px solid #0066B3;
    color: #0066B3;
    font-weight: bold;
    text-decoration: none;
}

#content a, #footer a {
    border-bottom: 2px solid #0066B3;
    color: #0066B3;
    font-weight: bold;
    text-decoration: none;
}

#content a:hover, #footer a:hover {
    border-bottom-width: 0;
}

#rightColumn a {
    color: #fff;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    text-decoration: none;
}

#rightColumn a:hover {
    border-bottom-width: 0;
}

img {
    border: 0;
}
