html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
font-family: verdana, arial, helvetica, sans-serif;
 background: #000;
 	background: url(../images/microsite/ix_bg.gif) repeat-x;
}

div#box{width: 90%;padding: 10px  0;margin:0 auto;
    text-align:left;background: #ecebeb url(../images/microsite/gradient2.png) repeat-x 0 -5px}
ul{margin:10px 40px;padding:0}
ul li{margin:0;padding:0}

p {
	font-size: 12px;
	line-height: 14px;
		margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
h1 {
	font-size: 16px;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
h2 {
	font-size: 13px;
	line-height: 15px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
h2.orange {
	font-size: 13px;
	font-color:  #ed8902;
	line-height: 15px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
ul {
	font-size: 11px;
	line-height: 13px;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
a {
	font-size: 12px;
	font-weight: bold;
	color:  #666;
	outline: none;
	}
a:visited {
	color:  #666;
	}
a:active {
	color:  #666;
	}
a:hover {
	color: #666;
	}
	
.whitelink {
	font-size: 11px;
	color:  #fff;
	outline: none;
	}
.whitelink:visited {
	font-size: 11px;
	color:  #fff;
	}
.whitelink:active {
	font-size: 11px;
	color:  #fff;
	}
.whitelink:hover {
	font-size: 11px;
	color: #fff;
	text-decoration: underline;
	}
	
.orangelink {
	color:  #ed8902;
	outline: none;
	text-decoration: bold;
	}
.orangelink:visited {
	color:  #ed8902;
		text-decoration: bold;
	}
.orangelink:active {
	color:  #ed8902;
		text-decoration: bold;
	}
.orangelink:hover {
	color: #ed8902;
	text-decoration: bold,underline;
	}



	
td {
	font-size: 11px;
	line-height: 13px;
	margin-top: 20px;
	margin-bottom: 10px; 
	}
	
select {
	font-size: 11px;
	}
 
#pagewidth{ 
 width:760px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;
} 
 
#header{
 position:relative; 
 height:10px; 
 width:100%;
 background: #666;
 	background: url(../images/microsite/topbg.gif) repeat-x;
} 
 
#maincol{background-color: #FFFFFF;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%; 
 }
 
#footer{
 height:20px; 
  background-color:#6a6a6a; 
 clear:both;
 	font-size: 12px;
 	font-color:#ffffff; 
	line-height: 16px;
	padding: 6px;
 } 
 
.dots {
	border-bottom: 1px dotted #ccc;
	}
 
 /* *** Float containers fix:
  *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
