body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url( images/stripe_background.gif );
    font-size: 0.8em;
    font-family: Arial, Helvetica, sans-serif;
}


#topnav {
    font-size: 0.8em;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

/* hyperlink anchors */
#topnav a:link, #topnav a:active, #topnav a:visited {
    color: #fff;
    text-decoration: none;
}
#topnav a:hover {
    color: #fff;
    text-decoration: underline;
}

.divContent a:link, .divContent a:active, .divContent a:visited {
    color: #000;
    text-decoration: underline;
}
.divContent a:hover {
    color: #47B238;
    text-decoration: none;
}

.divContent2 a:link, .divContent2 a:active, .divContent2 a:visited {
    color: #000;
    text-decoration: underline;
}
.divContent2 a:hover {
    color: #47B238;
    text-decoration: none;
    background-color: #FFF;
}

#divFooter a:link, #divFooter a:active, #divFooter a:visited {
    color: #000;
    text-decoration: none;
    padding: 2px 2px 1px 1px;
}
#divFooter a:hover {
    color: #FFF;
    text-decoration: none;
    background-color: #47B238;
    padding: 2px 2px 1px 1px;
}


h3 {
    font-size: 1.7em;
    margin-bottom: 7px;
}
/* Background image for each page */

.greenbox{font-size: 0.8em;
    color: #fff;
    font-weight: normal;
    padding-left: 23px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: top;}
    
#home {
    background-image: url(images/green_box_back.gif);
    }
#company {
    background-image: url(images/green_box_company.gif);
}

#factfiles {
    background-image: url(images/green_box_fact.gif);
}

#markets {
    background-image: url(images/green_box_market.gif);
}

#clients {
    background-image: url(images/green_box_clients.gif);
}

#news {
    background-image: url(images/green_box_news.gif);
}

#faq {
    background-image: url(images/green_box_faq.gif);
}

#contact {
    background-image: url(images/green_box_contact.gif);
}

#terms {
    background-image: url(images/green_box_terms.gif);
}

#privacy {
    background-image: url(images/green_box_privacy.gif);
}

#ContentPane {
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    border-right: solid 1px #239D24;
    border-left: solid 1px #AEC471;
    padding-bottom: 15px;
    border-bottom: solid 1px #239D24;
}

.borderleft {
    width: 18px;
}
.borderright {
    width: 18px;
}

#ContentPane .boxleft {
    background-image: url(images/boxleft.gif);
    background-repeat: repeat-y;
    width: 13px;
}

#ContentPane .boxright {
    background-image: url(images/boxright.gif);
    background-repeat: repeat-y;
    width: 13px;
}

#ContentPane .boxbottom {
    background-image:  url("images/images/boxbottom.gif");
    height: 13px;
}

.maincontent {
    width: 461px;
}

.divContent {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-style: normal;
}

.divContent2 {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-style: normal;
}

#ContentPane .box2left {
    background-image: url(images/box2left.gif);
    background-repeat: repeat-y;
    width: 14px;
}

#ContentPane .box2right {
    background-image: url(images/box2right.gif);
    background-repeat: repeat-y;
    width: 14px;
}

#ContentPane .box2bottom {
    background-image: url(images/boxbotblue.gif);
    height: 14px;
}


#tableSpacer {
    height: 15px;
    background-color: #fff;
}
#tableAddress {
    font-size: 0.8em;
    float: none;
    clear: both;
    height: 77px;
    width: 238px;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #095C94;
    color: #fff;
}

#divFooter {
    font-size: 0.8em;
    padding-left: 22px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
}


.attention {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #CC0000;
}

