body {
    margin: 0 auto;
    text-align: left;
    background:#003f5b;
    color:#2f2f2f;
    font-family:"Arial","Trebuchet MS",sans-serif;
    font-size: 12px;
    }

a {
    color:#003f5b;
    text-decoration: none;
    }

a:hover {
    color:#fff;
    }

img {
    border: 0;
}

.center {text-align: center;}
.textleft {text-align: left;}

.clear {clear:both;}

h1 {font-size: 12px; padding: 0;}

h2 {font-size: 12px; font-weight: normal;}

h3 {font-size: 12px; font-weight: normal;}

/*----------------------------------------------------------------------------------------------------------------------------------Header-------*/

#header {
    width: 1000px;
	background: url(images/bkg_header.jpg) no-repeat;
    margin: 0 auto;
    text-align: left;
    height: 187px;
    }

.logo {
    float: left;
    margin: 6px 0 0 55px;
    }

.login {
    float: right;
    margin: 17px 23px 0 0;
    font-size: 14px;
    color: #000;
    font-weight: bold;
    }

.login a, .login a:visited {color: #000; text-decoration:none; font-weight: bold;}
.login a:hover {text-decoration: underline;}

.menu {
    height: 20px;
    padding: 25px 0 0 122px;
    font-weight: bold;
    text-align: center;
    }

.menuItem {
    float: left;
    border-right: 1px solid #fff;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem a, .menuItem a:visited {color: #fff; text-decoration:none; font-weight: bold;}
.menuItem a:hover {text-decoration: underline;}

.menuItem2 {
    float: left;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    }

.menuItem2 a, .menuItem2 a:visited {color: #fff; text-decoration:none; font-weight: bold;}
.menuItem2 a:hover {text-decoration: underline;}

/*----------------------------------------------------------------------------------------------------------------------------------Body-------*/

#body {
    margin: 0 auto;
    width: 1000px;
	background: #fff;
    }

.bodySub {
    padding: 15px 0 25px 32px;
    }

.homeimg1 {
    float: left;
    margin-right: 31px;
    }

.homeimg2 {
    float: left;
    background: url(images/img_yeswecan.jpg) no-repeat;
    width: 261px;
    height: 206px;
    padding: 15px 15px 0 15px;
    color: #999999;
    line-height: 18px;
    }

.homeimg2 a, .homeimg2 a:visited {color: #999; text-decoration:underline; font-weight: bold;}
.homeimg2 a:hover {color: #000;}

.homeimg3 {
    float: left;
    }

/*----------------------------------------------------------------------------------------------------------------------------------Footer-------*/
#footer {
    margin: 0 auto;
    width: 1000px;
	background: url(images/bkg_footer.gif) no-repeat;
    text-align: center;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0 0;
    height: 110px;
    }
#footer a, #footer a:visited {color: #fff; text-decoration: none;}
#footer a:hover {color: #161616;}

.footMidTxt {
    width: 595px;
    margin-left: 163px;
    padding-bottom: 37px;
    text-align: left;
    line-height: 23px;
    font-weight: bold;
    }
    
.brandexx {margin: 0 auto; width: 925px; padding-top: 15px; text-align: center;"}

a.article-link {
    color:#003f5b;
    text-decoration: none;
    }

a.article-link:hover {
    color:#003f5b;
    text-decoration: none;
    }