body { 
margin: 0; 
padding: 0; /* Opera carries a default padding and requires this zeroing */
border: 0; 
background-color: #f0f0f0; 
color: #000;  
text-align: center; /* Hack to centre the wrapper in IE5.x pc */ font-family:  arial, verdana, helvetica, sans-serif; font-size: 18px;


/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */

min-width: 770px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}


#wrapper {
width: 772px;/*sets the width for IE5.x's broken box model*/
w\idth: 770px; /* sets the width of the wrapper for compliant browsers*/


margin: 0px auto;
position: relative; 
background-position: bottom;  
background-repeat: no-repeat; 
background-color: #fff; 
border-left: 1px solid #999; 
border-right: 1px solid #999;
text-align: left; /* Realigns the text to the left after the IE hack in the body rule */
}


#banner {
position: relative; 
background-image: url(banner.png);  
background-repeat: no-repeat; 
height: 170px;
}

.blocked { 
display:block; 
width:100%;
height: 100%; 
text-decoration:none; 
}

#success { padding: 0; margin: 5px 0 0 0; width: 173px; height: 230px; background-image: url(images/stories.jpg); background-repeat: no-repeat;}


#tradeworks { padding: 0; margin: 10px 0 20px 10px; width: 173px; height: 95px; background-image: url(images/tw_logo.gif); background-repeat: no-repeat; font-size: 60%; font-weight: normal; line-height: normal; text-align:center;padding-bottom:40px;}



#content { 
width: 500px; 
margin-top: 15px;
margin-left: 220px; 
margin-bottom:40px; 
background-color: #fff;
padding: 0px 15px 0px 15px;
}

content p{font-size: 12px;}

#gaps {font-size: 120%;}


h1 { font-size: 20px; font-family: arial, verdana, helvetica, sans-serif; color: #993333;
}
h2 { font-size: 18px; font-family: arial, verdana, helvetica, sans-serif; color: #000;
}

h3 {font-size: 14px; font-family: arial, verdana, helvetica, sans-serif; color: #993333;}
.faq {padding-left: 20px; font-size: 75%}
#content p {
font-size: 80%; 
line-height: 17px;
margin: 10px 6px 10px 6px; 
padding: 0; 
}

.sub {color: #993333; font-weight: bold;}

#content a{color: #993333; }
#content a:hover { color: #000; text-decoration: none; } 

#content li{font-size:12px;font-weight: bold;}

.list {font-family: arial, verdana, helvetica, sans-serif; 
color: #992929;padding: 0;
font-size: 80%; 
margin: 0px 0px 0 40px; 
 }
.subtext {color: #663; font-weight: bold;}


#leftcol { 
font-weight: bold;
float: left; 
width: 183px;
margin-bottom: 0px;
margin-left: 0px; 
margin-top: 0px; 
padding-top: 0px; 
}

#leftcol #navigation {text-align: left; line-height: 100%; /* helps out IE 5.01 PC */width: 183px; background-repeat: no-repeat;
background-position: bottom left; padding-bottom:30px;
}


#leftcol #navigation ul {
border-top: 0px solid #000; border-bottom: 0px solid #999; 
list-style-type: none; margin: 0; padding: 0; font-size: 90%; }


#leftcol #navigation ul li { /*The 3 margin property/value pairs are a hack to make the links butt together in IE 5.01 */
padding: 0; 
margin: 0; 
margin: /**/ 0 0 -3px 0; /* This takes 3px off the bottom margin in IE 5.01 - IE 5.5 cannot read this hack so stays with the 0 value from the last margin property */
ma\rgin: 0; /* IE 5.01 and IE5.5 cannot read this selector - resets the margins on other browsers back to zero - the escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */
}

#leftcol #navigation a, #leftcol #navigation a:visited { 
border-bottom: 0px solid #999; border-left: 0px solid #323C55; 
border-right: 0px solid #000000; color: #333;
display: block; /* required to make the links act like a button, having the full area "clickable" */padding: 6px 10px 6px 10px; text-decoration: none;width: 169px; /* sets the width for IE5.x - content width plus border widths plus padding value = 6 extra pixels */w\idth: 163px; /* resets the width for IE6 and compliant browsers */}

/* using the \ escape character as in w\idth - see final property declaration in the selector above */ /* IE 5.01 and IE5.5 cannot read this selector. The escape character must not come immediately before the letters a,b,c,d,e or f. If it does it will be seen as a hex character and the hack will fail */

#leftcol #navigation a:hover, #leftcol #navigation a:focus { 
background-color: transparent; 
border-bottom: 0px solid #999; 
color: #993333; 
}

#leftcol #navigation #success ul,
#leftcol #navigation #success li,
#leftcol #navigation #success a, 
#leftcol #navigation #success a:visited {border-bottom: 0;}


#leftcol #navigation #tradeworks ul,
#leftcol #navigation #tradeworks li,
#leftcol #navigation #tradeworks a, 
#leftcol #navigation #tradeworks a:visited {border-bottom: 0;}

#footer {  
background-color: #fff;  
width: 770px; 
height: 120px;
border-top: 1px solid #999;  
font-size: 65%;  
text-align: left;  
margin-top: 20px; 
padding: 15px 0px 0px 0px; 
clear: left;  /*clears any floats to the left - our leftcol div in this instance*/
}

#footer p {
background-color: #fff;  
padding: 4px 4px 4px 10px;  
margin: 0;  
}

#footer ul{
text-align: center;
background-color: #fff;
margin: 0;
padding: 4px;
}

#footer li{
display: inline;
}

#footer a { 
color: #000;  
text-decoration: underline; 
}

#footer a:hover,
#footer a:focus {
text-decoration: none;
color: #993333; 
}

#navboxt {
	background: url('navt.jpg');
	background-repeat: no-repeat;
	width: 195px;
	height: 16px;
}

#navboxb {
	background: url('navb.jpg');
	background-repeat: no-repeat;
	width: 195px;
	height: 20px;
}

#navbox {
	background: url('nav.jpg');
	background-repeat: repeat-y;
	width: 197px;
}
