﻿body 
{
    font-family:Arial;
    font-size:12px;
    margin:0px;
    padding:0px;
    color:#202020;
}

#pagecontainer
{
    width:980px;
    height:auto;
    overflow:hidden;
    margin:10px auto 0px auto;
}

h1,h2,h3,h4,h5,p
{
    font-weight:normal;
    margin:0px 0px 10px 0px;
}

h1
{
    font-size:22px;
    text-align:right;
    padding-bottom:2px;
    border-bottom:1px solid #aaaaaa;
}

h2
{
    font-size:19px;
}

h3
{
    font-size:16px;
    color:#004fea;
}

h4
{
    font-size:14px;
}

h5
{
    font-size:12px;
}

a
{
    color:#205080;
    text-decoration:none;
}

a:hover
{
    color:#103060;
}

strong
{
    font-weight:normal;
}

.section
{
    width:100%;
    height:auto;
    overflow:hidden;
    margin:0px 0px 10px 0px;
}

a img
{
    border:0px;
}


a.linkbutton {
    background: transparent url('/Images/linkbutton_right.png') no-repeat scroll top right;
    color:white;
    display: block;
    float: left;
    font: normal 13px;
    font-size:13px;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.linkbutton span {
    background: transparent url('/Images/linkbutton_left.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 4px 0 6px 18px;
}

a.linkbutton:hover {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.linkbutton:hover span {
    background-position: bottom left;
}

hr
{
    color:#aaaaaa;
    background-color:#aaaaaa;
    height:1px;
    margin:0px 0px 10px 0px;
    padding:0px;
    border:0px;
}
.hidden
{
    display:none;
}

.error
{
    color:Red;
}

#header
{
    height:78px;
    overflow:hidden;
    width:958px;
    margin-bottom:10px;
    background-image:url(http://www.local2.me/Images/getfade.aspx?height=100&col1=cccccc&col2=eeeeee);
    padding:10px;
    border:1px solid #aaaaaa;
}

.underline
{
    padding-bottom:2px;
    border-bottom:1px solid #aaaaaa;
}

.rightside
{
    width:120px;
    height:auto;
    float:right;
    overflow:hidden;
}

.leftside
{
    width:750px;
    height:auto;
    overflow:hidden;
    float:left;
}

.merchant
{
    width:150px;
    height:100px;
    overflow:hidden;
    float:left;
    text-align:center;
    font-size:14px;
}

.merchant img
{
    border:1px solid #aaaaaa;
    width:130px;
    margin-bottom:10px;
}




