html, body{ 
margin:0; 
padding:0; 
text-align:center; 
background:#FFF;
font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 1em;
}

a { color:#D50000; text-decoration:none; }
a:hover { color:#999; text-decoration:none; }
a:active, a:focus { outline: 0; }
 
#pagewidth{ 
width:750px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#maincol{
float: right;
display:inline; 
position: relative; 
width:750px; 
}
 
#footer{
/* position:absolute;
top:750px; */
height:10px; width:750px;
background:#CCC;
clear:both;
} 

#footerTRADE{
/* position:absolute;
top:736px; */
height:10px;
} 

#loadingDiv {position:absolute; width:200px; height:80px; top: 40%; left: 50%; margin-left: -100px; z-index: 50; padding:20px; border:1px dashed #DDD;}
.loading { font-size:68%;  color:#D50000; }

 /* *** Float containers fix *** */ 
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.submenu {
float:right;
display:block;
text-align:right;
z-index:10;
font-size:70%;
}

.spacer { margin-top: 50px; }
 
.formright { font-size:12px; color:#fff; text-align:right; }
.formleft { font-size:12px; color:#fff; text-align:left; }
 
.clearfix{display: inline-block;}
.menu { font-size: 80%; color:#999;  }
.copy { font-size:80%; color:#333; line-height:130%; }
.navtext { font-size:15px; color:#D50000; font-weight:bold; }
.titlegrey { color:#999; font-family:"Adobe Caslon Pro", "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif; color:#999; font-size:155%; padding-left:3px; }
.title { font-family:"Adobe Caslon Pro", "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif; font-size:145%;  color:#D50000; font-weight:bold; z-index:5; }
.titleTP { font-family:"Adobe Caslon Pro", "Hoefler Text", Baskerville, Garamond, "Palatino Linotype", Georgia, "Times New Roman", serif; color:#D50000; font-weight:bold; font-size:155%; z-index:5; }
.bullet { color:#D50000; }



input, textarea, select { 
	font-family:"Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 80%; color: #D50000;
	border: 1px solid #AAA;
}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
