@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #container {
	width: 955px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.oneColFixCtrHdr #logo {
	background-image: url(../images/IW-Logo-Reflection.gif); /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	background-repeat: no-repeat;
	height: 85px;
	width: 400px;
	margin-left: 18px;
	margin-top: 27px;
	margin-bottom: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #logo h1 {
	margin-left: -9000px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
}
.oneColFixCtrHdr #IWnewsletter {
	margin-left: 530px;
	position: absolute;
	width: auto;
	top: 87px;
}
.oneColFixCtrHdr #topnav ul {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	width: auto;
	position: absolute;
	padding: 0px;
	margin-left: 810px;
	margin-top: 0px;
	top: 75px;
	margin-bottom: 0px;
	list-style-type: none;
	float: left;
}
.oneColFixCtrHdr #topnav ul li {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
	padding-top: 0em;
	padding-right: 0.5em;
	padding-bottom: 0em;
	padding-left: 0em;
	float: left;
}
.oneColFixCtrHdr #topnav ul li a:link, #topnav ul li a:visited {
	color: #000000; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: none;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #topnav ul li a:hover, #topnav ul li a:active {
	text-decoration: underline; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header {
	margin: 0px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding: 0px;
}
.oneColFixCtrHdr #header #nav {
	margin: 0px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	background-image: url(../images/bg_mn.gif);
	width: 955px;
	padding: 0px;
	float: left;
	display: block;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #header #nav ul {
	float: left; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	list-style-type: none;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 875px;
}
.oneColFixCtrHdr #header #nav ul li {
	float: left; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #nav ul li a:link, #header #nav ul li a:visited {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	line-height: 1.5em;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 0px;
	padding-top: 1.1em;
	padding-right: 2.4em;
	padding-bottom: 1.1em;
	padding-left: 2.4em;
}
.oneColFixCtrHdr #header #nav ul li a:hover, #header #nav ul li a:active {
	background-image: url(../images/bg_hover.gif); /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #nav ul li a.current, #header #nav ul li a.current:hover, #header #nav ul li a.current:active {
	background-image: url(../images/bg_hover.gif); /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	cursor: default;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #subnav {
	background-image: url(../images/bg_sn.gif); /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	width: 955px;
	height: 30px;
	background-repeat: repeat-x;
	display: block;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header #subnav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 10px;
	color: #333333;
	float: left;
	list-style-type: none;
	display: block;
	margin-top: 0px;
	width: 875px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #subnav ul li {
	float: left; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	line-height: .8em;
	padding-top: 1.2em;
	padding-right: 0.9em;
	padding-bottom: 1.1em;
	padding-left: 0.9em;
	display: block;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #subnav ul li a:link, #header #subnav ul li a:visited {
	text-decoration: none; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	color: #333333;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #subnav ul li a:hover, #header #subnav ul li a:active {
	text-decoration: underline; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	color: #666666;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #header #subnav ul li a.current, #header #subnav ul li a.current:hover, #header #subnav ul li a.current:active {
	color: #666666; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: underline;
	cursor: default;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent {
	padding-top: 0; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 20px;
	background-color: #FFFFFF;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent #sidebar {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	width: 350px;
	padding: 0px;
	float: right;
	height: 825px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	background-image: url(../images/grade1.jpg);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #mainContent #sidebar ul {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 11px;
	line-height: 1.4em;
	color: #333333;
	margin-top: 470px;
	padding: 0px;
	width: 325px;
	display: block;
	margin-left: 25px;
}
.oneColFixCtrHdr #mainContent #sidebar ul li {
	display: block;
	padding: 0px;
	margin-bottom: 15px;
	margin-right: 25px;
	float: none;
}
.oneColFixCtrHdr #mainContent #sidebar p {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent #sidebar p.big {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent #sidebar p.big2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr #mainContent #sidebar p.small {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent #sidebar p.small2 {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent #sidebar p.small2 a:link, #mainContent #sidebar p.small2 a:visited {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent #sidebar p.small2 a:hover, #mainContent #sidebar p.small2 a:active {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #F77703;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent #targetphoto {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	width: 500px;
	padding: 0px;
	float: right;
	height: 350px;
	margin-top: 75px;
	margin-right: 20px;
	margin-bottom: 5px;
	margin-left: 20px;
	position: relative;
	clear: left;
}
.oneColFixCtrHdr #caption {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	width: 500px;
	height: 80px;
	position: absolute;
	background-image: url(../images/bg_caption.png);
	background-repeat: no-repeat;
	top: 271px;
	left: -500px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	padding: 0px;
	line-height: 1.4em;
}
.oneColFixCtrHdr #mainContent h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 22px;
	text-transform: uppercase;
	color: #054383;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 17px;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent p {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 14px;
	line-height: 1.5em;
	color: #333333;
	padding: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent p a:link, #mainContent p a:visited {
	text-decoration: none; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	color: #0033FF;
}
.oneColFixCtrHdr #mainContent p a:hover, #mainContent p a:active {
	color: #054383; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: underline;
}
.oneColFixCtrHdr #mainContent p.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 15px;
	line-height: 1.5em;
	color: #054383;
	font-weight: bold;
}
.oneColFixCtrHdr #mainContent p.features {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 11.5px;
	line-height: 1.7em;
	color: #333333;
	margin-bottom: 10px;
	margin-top: 5px;
}
.oneColFixCtrHdr #mainContent p.button {
	padding-top: 5px; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding-bottom: 15px;
}
.oneColFixCtrHdr #mainContent h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 18px;
	text-transform: uppercase;
	color: #054383;
}
.oneColFixCtrHdr #mainContent h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	font-size: 13px;
	color: #054383;
	font-weight: bold;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent #events ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: disc;
	line-height: 1.5px;
}
.oneColFixCtrHdr #mainContent #events ul li {
	line-height: 1.6em;
	display: list-item;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}
.oneColFixCtrHdr #mainContent #sidebar #form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 13px;
}
.oneColFixCtrHdr #mainContent #sidebar #form table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	text-align: left;
	text-indent: 13px;
}
.oneColFixCtrHdr #mainContent #sidebar #form td.pad {
	padding-top: 10px;
}
.oneColFixCtrHdr #mainContent #sidebar #form tr.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #054383;
}
.oneColFixCtrHdr #mainContent #sidebar #form tr.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	line-height: 2em;
}
.oneColFixCtrHdr #mainContent #sidebar #form tr.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7em;
	color: #252525;
	padding-bottom: 15px;
}
.oneColFixCtrHdr #spotlight {
	padding: 0;
	margin-top: 20px;
}
.oneColFixCtrHdr #footer {
	border-top-style: solid; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	float: left;
	width: 955px;
	margin-top: 20px;
	background-image: url(../images/blakfire.gif);
	background-repeat: no-repeat;
	background-position: 555px 10px;
	height: 50px;
	display: block;
	position: relative;
	margin-bottom: 25px;
}
.oneColFixCtrHdr #footer ul {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .66em;
	display: block;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	list-style-type: none;
	float: left;
	width: 955px;
}
.oneColFixCtrHdr #footer ul li {
	float: left; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding-right: .8em;
}
.oneColFixCtrHdr #footer ul li a:link, #footer ul li a:visited {
	color: #FF6600; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	text-decoration: none;
}
.oneColFixCtrHdr #footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
}
.oneColFixCtrHdr #blakfire {
	display: block; /* adding comment here to change size of file to troubleshoot DWCS3 crash bug */
	padding: 0px;
	margin-left: 535px;
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	position: absolute;
	left: 20px;
	top: 10px;
}
.style6 {
	color: #054383;
	font-weight: bold;
}
.style7 {font-size: 12px}
.oneColFixCtrHdr #mainContent #talks ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 1px;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	list-style-type: disc;
	line-height: 1.5px;
}
.oneColFixCtrHdr #mainContent #talks ul li {
	line-height: 1.6em;
	display: list-item;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	list-style-type: disc;
}

