html, body {
	margin: 0;
	padding: 0;
	height: 100%;            /* needed for container min-height */
	background-color: #F0F0E8;

	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

img {
	border: 0;
    margin: 5px;
}

a {
    color: #0000FF;
}

h1 {
	font:  bold 1.5em Verdana, Arial, Helvetica, sans-serif;
    color: #2A4966;
    margin: 0;
}

h2 {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
    color: #0A3E6D;
    line-height: 1;
}

#layout {
	/* container for left, right and centre columns */

	/* position: relative;      needed for footer positioning*/
	margin: 0 auto;          /* center, not in IE5 */

	height: auto !important; /* real browsers */
	height: 100%;            /* IE6: treated as min-height*/
	min-height: 100%;        /* real browsers */
	width: 1000px;

	background: #FFFFFF;
    border-left: 2px solid #E7E7E3;
    border-right: 2px solid #E7E7E3;
}

#header {
	background: #31506C url(/res/images/header/header_banner.jpg) no-repeat 0 0;

    width: 100%;
    height: 140px;
}

#content {
    padding: 0;
    margin: 0;
}

#pagecontent {
    margin-right: 330px;
    padding: 15px 5px 10px 25px;
    text-align: justify;
}

/* the following is recognized by all broswers besides IE */
html>body div#leftcolumn {
}

/* the following rule is recognized only by IE */
* html body div#leftcolumn {
    float: left;
    width: 645px;
}

#rightcolumn {
    float: right;
    width: 310px;
    padding: 15px 10px 10px;
}

#footer {
    clear: both;
    width: 100%;
    margin: 0;
    padding-top: 20px;

    background:#FFFFFF;
	text-align: center;
}

#footer p {
    padding: 0;
    margin: 0 0 8px;
    background: #FFFFFF;
    font: 11px Arial, Helvetica, sans-serif;
    color: #000033;
}

#footer p a {
    padding: 0 5px;
    text-decoration: none;
    color: #000033;
}

#footer p a:visited {
    color: #000033;
}

#footer p a:hover {
    text-decoration: underline;
    color: #0000FF;
}

/* container one */
div.RoundedBoxContainer {
margin-bottom: 15px;
width: 100%;
color: #000000;
}

div.ContentBox {
    height: 50px;
    padding: 0 10px;
}

div[class="ContentBox"] {
height: auto;
min-height: 50px;
}

div.RoundedBoxLayer {
width: 100%;
height: 1px;
} /* adjust the minimum height and the colour of the panel here */

div[class="RoundedBoxLayer"] {
height: auto;
min-height: 1px;
} /* adjust the minimum height of the panel here for mozilla only */

div.TL {
float: left;
background: url(/res/images/bg_BoxCnrTL.gif) left top no-repeat;
}

div.TR {
float: right;
height: 5px;
background: url(/res/images/bg_BoxCnrTR.gif) right top no-repeat;
}

div.BL {
float: left;
height: 5px;
background: url(/res/images/bg_BoxCnrBL.gif) left bottom no-repeat;
}

div.BR {
float: right;
height: 5px;
background: url(/res/images/bg_BoxCnrBR.gif) right bottom no-repeat;
}

#affiliates {
    text-align: center;
}

#affiliates img {
    margin: 20px;
}

#freeconsultation {
    background: url(/res/images/handshake.jpg) right top no-repeat;
    padding-right: 100px;
}

.termsoftrade li {
	padding: 5px 0px;
}
