﻿body{
	margin:0px;
    background:#46525D url('/img/site/body-bg.gif') repeat top left;
	font:12px/18px Verdana, Geneva, Helvetica, sans-serif;
	color:#43575E;
}
h1,h2,h3,h4{ margin:0px; }
ul{ margin:0px 0px 0px 20px; padding:0px; list-style-type:circle; list-style-position:inside; }
form,fieldset{ margin:0; padding:0; border:none; }
img{ display:block; border:none; }

/***** \/ regions \/ *****/
#page{
    width:871px;
    margin:0px auto;
    padding:0px;
}

#header-home { 
    background:#6A99C2 url('/img/site/home-header-bg.jpg') no-repeat top left; 
    width:871px;
    height:212px;
}
#header { 
    background:#6A99C2 url('/img/site/header-bg.jpg') no-repeat top left; 
    width:871px;
    height:172px;
}

#logo { 
    float:left; 
    padding:18px 0 0 0; 
    margin:0px;
    width:300px; 
    height:74px;
}
#navigation{ 
    float:left; 
    padding:18px 0 0 0; 
    margin:0px;
    height:31px;
    width:571px;
}

#main{ padding:0px 4px 40px 4px; background-color:#fff; }
#content{ 
    padding:18px 13px 0 13px;
    width: 836px;  /* 862px; */
    background-color:#fff; 
    border-right:solid 1px #D6D6D6; 
    border-bottom:solid 1px #D6D6D6; 
    border-left:solid 1px #D6D6D6;
    background:#fff url('/img/site/content-bg.jpg') no-repeat top left;
}

#footer {
    clear:both;
    text-align:right;
    padding:10px 0px 0px 0px;
    font-size:10px;
    color:#91B6C4;
}

#navigation ul { list-style-type:none; padding:0; margin:0; }
#navigation ul li { float:left; }

.title { color:#B60031; text-transform:uppercase; font-weight:bold; font:1.5em/1em Verdana, Helvetica; }