@charset "utf-8";
/* CSS Document */
/* Global */
* {margin:0; padding:0;}
body {
	background-color: #FFFFFF;
}
html, body, #wrapper {  min-height: 100%; /*Sets the min height to the   height of the viewport.*/  width: 100%;  height: 100%; /*Effectively, this is min height   for IE5+/Win, since IE wrongly expands   an element to enclose its content.   This mis-behavior screxws up modern    browsers*/  margin: 0;  padding: 0;  } html>body, html>body #wrapper {  height: auto; /*this undoes the IE hack, hiding it   from IE using the child selector*/  }

#wrapper {
	position:absolute;
	top:10px;
	left:50%;
	margin:0 0 0 -450px;
	width:900px;
	text-align:center
		}
#header {height:500px; width:900px; background:url(http://www.iwilladvance.com/images/explg_logo.jpg) no-repeat top center}
.flash {
position:absolute;
	left:50%;
	margin:0 0 0 -275px;
	width:550px;}
#buttons {height:200px; width:900px; background:url(http://www.iwilladvance.com/images/buttons1.jpg) no-repeat top center}
	.flash1 {
position:absolute;
	left:50%;
	margin:0 0 0 -450px;
	width:900px;}		
.clear {clear:both;}

#tb1{margin: 10px; padding-top: 10px; height:345px; width:200px; vertical-align:top; float: left;}
.tb1 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px;}
.tb1 p{padding: 5px;}


#tb2 {margin: 0 10px 0 230px; padding-top: 10px; height:300px; width:500px;}
.tb2 {color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding:10px;}
.tb2 H1 {
	FONT-FAMILY: "Times New Roman", Times, serif;
margin-top:10px;
margin-bottom: 10px;
	FONT-SIZE: 20px;
	line-height: 24px;
	text-transform:uppercase;
		color: #fa1e1e;
}

#tb3 {clear: both; color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; padding:0px;}

.footer{color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: 10px; width:100%; margin-top:10px}
.footer p{margin: 10px;}
P{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
margin-bottom:5px;
}

table {
font-family:Arial, Helvetica, sans-serif;
	border: thin #0000CC;}
table .header{
font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:12px; line-height:18px;}
		
table tr {
	text-align:left;
	font-size:10px; line-height:15px;
	color: #000000;
	margin:10px 5px 10px 5px;}
table tr P{
	text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
	font-size:10px; line-height:15px;
	color: #ff0000;
	margin:10px 5px 10px 5px;}
table tr A {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px; line-height:15px;
	color: #044090;
}

table INPUT, TEXTAREA, SELECT, OPTION {
	font-family: Verdana, Sans-Serif;
	padding: 1px;
	font-size: 10px;
	line-height: 14px;
	color: #000000;
	background-color: #fbfbfb;
}

A {FONT-FAMILY: Arial, Helvetica, sans-serif;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	margin-bottom:5px;
}
A:link {
	COLOR: #880000; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:hover {
	COLOR: #000000; FONT-STYLE: normal; TEXT-DECORATION: underline
}
A:visited {
	COLOR: #880000; FONT-STYLE: normal; TEXT-DECORATION: none
}
A:active {
	COLOR: #880000; FONT-STYLE: normal; TEXT-DECORATION: none
}
#list ul {
 list-style-image: url(http://www.iwilladvance.com/images/bullet_red.gif);
 margin-left: 10px;
text-align: left; /*set value to "left", "center", or "right"*/
 }
.list ul li{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height:16px;
margin-bottom:10px;
}
.list ul li a{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #00457c;
line-height:18px;
text-decoration: underline;
}
.list ul li a:link{
	color: #00457c; TEXT-DECORATION: underline;
}
.list ul li a:visited{
	color: #00457c; TEXT-DECORATION: underline;
}
.list ul li a:hover{
	color: #00457c; TEXT-DECORATION: underline;
}
.list ul li a:active{
	color: #00457c; TEXT-DECORATION: underline;
}
.list ul li span{ /*Targets span tag to the right of #leftcorner below*/
margin-left: 40px;
}
