/* CSS Document */


body {margin:0px; padding:0; font: 1.0em verdana, arial, sans-serif; text-align:center; background-color:#000000; 
background-image:url(sponsorback.gif);
background-repeat: repeat-x;
}
* {margin:0; padding:0; }

div#mainwrap {width:799px;
margin-left:auto; 
margin-right:auto;   
text-align:left; 
background-color:#FFF;
border-top: 0px solid #cccccc;
border-right: 0px solid #cccccc;
border-bottom: 0px solid #cccccc;
border-left: 0px solid #cccccc;
}

div#header {
	width:799px;
	height:463px;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	}


div#navbar {
	width:799px;
	height:52px;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
	}

div#addressbar p {
	margin:0 20px 5px 0;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	}

div#contentarea {
	width:799px;
	background-image:url(images/back_01.gif);
	background-color:#ffffff;
	background-repeat: no-repeat;
	background-position: center center;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
		}
	
div#mainarea {
	width:799px;
 	padding: 0 0 0 0;
	background-color:#FFFFFF;
	}
/*
div#mainarea p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 0 15px 0px;
	background-image:none;
	line-height: 16px;
}
*/

div#left {
	width:600px;
	height:auto;
	background-color:#ffffff;
	background-position:top;
	text-align:left;
	border-right: 1px dotted #003366;
	border-left: 0px solid #cccccc;
	float:left;
	padding: 0 0 0 0;
	}
	
div#left p {
	margin: 0 30px 10px 37px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

div#leftfull {
	width:760px;
	height:auto;
	background-color:#ffffff;
	background-position:top;
	text-align:left;
	border-right: 0px dotted #003366;
	border-left: 0px solid #cccccc;
	float:left;
	padding: 0 0 0 0;
	}
	
div#leftfull p {
	margin: 0 30px 10px 37px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}

div#rightbox {
	width:163px;
	height:auto;
	background-color:#ffffff;
	text-align:center;
	border-right: 0px solid #003366;
	border-left: 0px dotted #003366;
    float:left;
	padding: 10px 10px 0 14px;
	}
	

div#white {
	width:799px;
	height:20px;
	background-color:#ffffff;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}

div#white p {
	margin:0 20px 5px 37px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	}

div#sponsors {
	width:799px;
	height:61px;
	background-image:url(images/platinumsponsors.jpg);
	text-align:center;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}


div#footer {
	width:799px;
	height:auto;
	background-color:#000000;
	text-align:left;
	border-right: 0px solid #cccccc;
	border-left: 0px solid #cccccc;
}

div#footer p {
	margin:5px 20px 5px 37px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	color:#FFFFFF;
	}

.insideTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;
	padding: 10px 20px 20px 0px;
}

div#agenda {
	width:760px;
	height:auto;
	background-color:#ffffff;
	background-position:top;
	text-align:left;
	border-right: 0px dotted #003366;
	border-left: 0px solid #cccccc;
	float:left;
	padding: 0 0 0 37px;
	}
	
.agendaheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 10px 30px 10px 0;
}



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */


.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:#333333;
	font-style: normal;
	text-decoration: none;
}

.header {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 10px 30px 0 37px;
}

.subheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 20px 30px 0 37px;
}


.subheaderwline {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 20px 30px 0 37px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
}

.rightboxheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 10px 0 0 0;
}

.formheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color:#007cc2;
	font-style: normal;
	text-decoration: none;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #cccccc;
}

.rightHd p
{	
text-align: left;
font-family: Verdana;
font-weight:normal;
font-size: 12px;
color:#000000;
}

.links {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
}

a.links:link {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}
a.links:visited {
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: normal;
	color:#ffffff;
	font-style: normal;
	text-decoration: underline;
	padding: 0px 0px 0px 0px;
}

.small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

.list ul{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 11pt;
	padding: 0px 0px 20px 0px;
		}

.list li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	line-height: 11pt;
	padding-left: 3em;
	text-indent: -1.5em;
	list-style-type: disc;
	list-style-position: inside;
	}
	
.benefits {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 12px;
	line-height:14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding: 0px 0px 10px 0px;
	}

.benefitsbottom {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 12px;
	line-height:14px;
	border-bottom-width: 0px;
	border-bottom-style: dotted;
	padding: 0px 0px 10px 0px;
	}

div#registration {
	width:760px;
	height:auto;
	background-color:#ffffff;
	background-position:top;
	text-align:left;
	border-right: 0px dotted #003366;
	border-left: 0px solid #cccccc;
	float:left;
	padding: 0 0 0 37px;
	}
	
/*
div#registration p {
	margin: 0 30px 10px 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	}
*/

.insidepagetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	font-style: normal;
	text-decoration: none;
	margin: 0 30px 20px 0;
}
.registrationheader {
	font-family:"Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
	color:#663300;
	font-style: normal;
	text-decoration: none;
	margin: 10px 30px 0 0;
}

.registrationtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	font-style: normal;
	text-decoration: none;
	margin: 5px 10px 2px 15px;
}

.registrationtextcenter {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color:#000000;
	font-style: normal;
	text-decoration: none;
	text-align:center;
	margin: 5px 0 2px 0;
}

.charttopHd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px dotted #CCCCCC;
	border-right: 0px dotted #CCCCCC;
	border-bottom: 0px dotted #CCCCCC;
	border-left: 0px dotted #CCCCCC;

	}

.chartleftHd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
	
	}
	
.chartmidHd {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-top: 0px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	
	}	
	
.chartheader {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
	padding: 5px 10px 5px 10px;
	}

.charttextleft {
	font:normal 11px Verdana;
	padding: 5px 5px 5px 5px;
	text-align:left;
	color: #000000;
	}
	
.charttextmid {
	font:normal 11px Verdana;
	padding: 5px 5px 5px 5px;
	text-align:center;
	}

.chartbotleft {
	font:bold 12px Verdana;
	padding: 5px 10px 5px 5px;
	text-align:right;
	color: #000000;
	}
	
.chartbotmid {
	font:bold 12px Verdana;
	padding: 5px 5px 5px 5px;
	text-align:center;
	color: #000000;
	}	
	
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url../blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	