body
{
	background: #F9FAEA url(../layout/body.jpg) repeat-x top left;
    overflow: auto;
    padding: 0px;
    margin: 0px;
    font-family: verdana, tahoma, arial, helvetica;
    font-size: 11px;
    color: #000000;
    text-align: center
}

img
{
    border: 0px
}

a
{
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #274C79
}

a:hover
{
    color: #0076FA
}

h2
{
    padding: 10px 16px;
    display: block;
    text-align: left;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #274C79
}

#container
{
    width: 790px;
    margin: 0px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    position: relative
}

#header
{
    width: 790px;
    height: 300px;
    float: left
}


#content
{
    float: left;
    width: 790px
}

#main	
{
	background: url(../layout/txtbody.jpg) no-repeat top left;	
    width: 438px;
    margin: 0px 0px;
    float: left;
    text-align: left;
    position: relative;
    overflow: hidden
}

.text
{
    width: 400px;
    margin: 0px auto
}

.sidecolumn
{
    width: 176px;
    float: left
}

.lblock
{
	background: url(../layout/lbheader.jpg) no-repeat top left;
    width: 156px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    float: left;
    text-align: left
}

.lblock h2
{
    padding: 11px 10px 0px 10px;
    display: block;
    text-align: left;
    margin: 0px 0px 22px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
    color: #274C79
}

.rblock
{
	background: url(../layout/rbheader.jpg) no-repeat top left;
    width: 156px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px;
    float: left;
    text-align: left
}

.rblock h2
{
    padding: 11px 10px 0px 10px;
    display: block;
    text-align: left;
    margin: 0px 0px 22px 0px;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    color: #274C79
}

#footer
{
    background: url(../layout/footer.jpg) repeat-x top left;
    height: 40px;
    width: 790px;
    float: left;
    margin-top: 20px;
    padding: 4px 0px
}

#footer a
{
    float: right;
    padding: 8px 0px
}

.mainbutton
{
    background: url(../layout/point.gif) no-repeat center left;
    display: block;
    font-weight: lighter;
    font-size: 11px;
    padding: 5px 0px 5px 17px;
    margin: 1px 0px
}

.mainbutton:hover
{
    background: url(../layout/apoint.gif) no-repeat center left
}

