form
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
html
{
    padding: 0px;
    margin: 0px;
}
body
{
    background-color: #00a2e3;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .8em;
    color: #4A4548;
    padding: 0px;
    margin: 0px;
}
#main
{
    background-color: #ffffff;
}
#tl
{
    width: 240px;
    height: 110px;
    background: url(/styles/tl.png);
}
#tc
{
    background: url(/styles/tc.png) repeat-x;
}
#tc ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    position: absolute;
    top: 50px;
    left: 250px;
}
#tc li
{
    margin: 0px;
    padding: 0px 20px 0px 0px;
    float: left;
    line-height: 35px;
}
#tc ul a
{
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
}
#tc a:hover
{
    text-decoration: none;
    font-size: 20px;
    color: #5D5C5D;
}
#tr
{
    float: right;
    width: 45px;
    height: 110px;
    background: url(/styles/tr.png) top right;
}
#lb
{
    background: url(/styles/left.png) repeat-y left top;
}

#rb
{
    background: url(/styles/right.png) repeat-y right top;
}
#bl
{
    width: 40px;
    height: 35px;
    background: url(/styles/bl.png);
}
#bc
{
    background: url(/styles/bc.png) repeat-x;
}
#br
{
    float: right;
    width: 45px;
    height: 35px;
    background: url(/styles/br.png) top right;
}
#left
{
    position: absolute;
    left: 40px;
    width: 190px;
    padding: 0px 20px 0px 0px;
    text-align: left;
}
#left ul
{
    line-height: 18px;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    font-size: 1.3em;
}
#content
{
    margin: 0px 300px 0px 200px;
    border: 1px solid #ccc;
}
#right
{
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px 50px 10px 10px;
}
#footer
{
    clear: both;
    margin: 10px 255px 0px 250px;
    padding: 0px 10px 0px 10px;
    background: url(/images/footer.png) repeat-x;
}
#copyright
{
    font-family: Arial, Helvetica, sans-serif;
    color: #87888D;
    font-size: 12px;
    padding-top: 10px;
    padding-left: 33px;
}
a
{
    text-decoration: none;
}
h1
{
    font-size: 1.3em;
    color: #5D5C5D;
    padding: 0px;
    margin: 0px;
}
h2
{
    font-size: 1em;
    color: #5D5C5D;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}
.sub_heading
{
    font-size: 1em;
    font-weight: bold;
    color: #5D5C5D;
    padding: 0px;
    margin: 0px;
}
.highlight
{
    color: #FF9900;
}
a
{
    color: #ff6600;
}
a:hover
{
    text-decoration: underline;
}
.pinkhighlight
{
    color: #ED298F;
    font-weight: bold;
}
.clear
{
    clear: both;
    height: 0;
}
/********** Rounded corners **********/
.container
{
    position: relative;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}
.ctop
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 11px;
    width: 100%;
    position: relative;
    top: -1px;
    right: -1px;
    background: transparent url(/styles/crn_tr.gif) no-repeat top right;
}
.ctop .cleft
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    position: relative;
    left: -2px;
    background: transparent url(/styles/crn_tl.gif) no-repeat top left;
}
.cbottom
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 10px;
    width: 100%;
    position: relative;
    bottom: -1px;
    right: -1px;
    background: transparent url(/styles/crn_br.gif) no-repeat bottom right;
}
.cbottom .cleft
{
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    height: 10px;
    width: 10px;
    position: relative;
    left: -2px;
    background: transparent url(/styles/crn_bl.gif) no-repeat bottom left;
}
/********** Containers **********/
.yellow_box
{
    width: 240px;
}

.yellow_bg_top
{
    height: 5px;
    background-image: url(/styles/yellow_bg_top.jpg);
    background-repeat: no-repeat;
}
.yellow_bg_middle
{
    background-color: #F4BA56;
    background-image: url(/styles/yellow_bg_middle.jpg);
    background-repeat: repeat-x;
    border-left: #E6DAC5 solid 1px;
    border-right: #E6DAC5 solid 1px;
    padding: 15px;
}
.yellow_bg_bottom
{
    width: 240px;
    background-image: url(/styles/yellow_bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 5px;
    margin-bottom: 10px;
}
.green_box
{
    width: 240px;
}
.green_bg_top
{
    height: 5px;
    background-image: url(/styles/green_bg_top.jpg);
    background-repeat: no-repeat;
}
.green_bg_middle
{
    background-color: #AACA6B;
    background-image: url(/styles/green_bg_middle.jpg);
    background-repeat: repeat-x;
    border-left: #E4E6DF solid 1px;
    border-right: #E4E6DF solid 1px;
    padding: 15px;
}
.green_bg_bottom
{
    width: 240px;
    background-image: url(/styles/green_bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 5px;
    margin-bottom: 10px;
}
.blue_box
{
    width: 240px;
}
.blue_bg_top
{
    height: 5px;
    background-image: url(/styles/blue_bg_top.jpg);
    background-repeat: no-repeat;
}
.blue_bg_middle
{
    background-color: #4DBCE8;
    background-image: url(/styles/blue_bg_middle.jpg);
    background-repeat: repeat-x;
    border-left: #DAE5EA solid 1px;
    border-right: #DAE5EA solid 1px;
    padding: 15px;
}

.blue_bg_bottom
{
    width: 240px;
    background-image: url(/styles/blue_bg_bottom.jpg);
    background-repeat: no-repeat;
    height: 5px;
    margin-bottom: 10px;
}

