
html {
	color:#000;
	background:transparent #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input, textarea, select {
*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}

/* Global Classes
*******************************************************************/ 
h1{
	padding:0 0 18px;
}
h2{
	color:#84B7C8;
	font-size:18px;
	font-weight:bold;
}
p{
	padding-bottom:30px;
}
a{
	text-decoration:none;
	color:#84B7C8;
	font-style:italic;
}
a:hover{
	text-decoration:underline;
}
.clear {
	clear:both;
}
.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.aL {
	text-align:left;
}
.aR {
	text-align:right;
}
.aC {
	text-align:center;
}
.aJ {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.bold_gold{
	color:#BDA252;
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.imgLeft {
	float:left;
	margin:4px 10px 4px 0;
}
.imgRight {
	float:right;
	margin:4px 0 4px 10px;
}
.noPadding {
	padding:0;
}
.noIndent {
	margin-left:0;
	padding-left:0;
}
ul.bullet{
	padding:30px 0 30px 30px;
}
ul.bullet li{
	list-style:disc;
	line-height:20px;
}
ol.numeric{
	padding:20px 0 10px 30px;
}
ol.numeric li{
	list-style:decimal;
}
object { outline:none; }
/* Custom Classes
*******************************************************************/ 
body, html{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	color:#666666;
	text-align:center;
	background:#FFF url(../images/bg_body.gif) repeat-y 0 0;
}
#container {
	position:relative;
	width:100%;
	margin:0;
	padding:0;
	text-align:left;	
}
#leftCol{
	position:relative;
	width:313px;
	padding:40px 0 0 7px;
	margin:0;
}
#leftCol #btn_register{
	margin:125px 0 10px;
	padding:0 0 0 40px;
}
#leftCol #btn_sponsor{
	margin:0;
	padding:0 0 0 40px;
}
#rightContent{
	position:absolute;
	top:0;
	left:320px;
	padding:0 0 0 40px;
	width:100%;
	margin:0;
	background:#FFFFFF url(../images/bg_content.jpg) repeat-x 0 0;
}
.primary{
	width:670px;
	padding:125px 0 0;
	margin:0;
}
ul.indent{
	margin:0 0 0 30px;
	padding:0 0 25px;
}
ul.indent li{
	background:url(../images/bg_bullet.gif) no-repeat 0 8px;
	padding-left:7px;
}
.secondary{
	position:absolute;
	top:0;
	right:0;
	width:275px;
}
.secondary h2{
	color:#729da4;
	padding-bottom:5px;
}
.secondary ul{
	margin:0 0 30px 17px;
}
.secondary table{
	margin:0 0 30px 17px;
}
#footer{
	color:#fff;
	font-size:9px;
	padding:14px 0;
}
/* Page - Home
*******************************************************************/ 
body#home-page .primary{
	padding:65px 0 0;
}
#event_details{
	background:url(../images/event_top.gif) no-repeat 0 0;
	margin:20px 0;
	padding:32px 0 0;
}
#event_details #details{
	float:left;
	font-size:16px;
	line-height:24px;
	text-align:center;
	width:450px;
}
#details h2{
	padding:0 0 10px;
}
#event_details #sponsors{
	float:right;
	width:213px;
	text-align:center;
	padding:0 3px 0 0;
}
#sponsors h2{
	padding:0 0 22px;
}
#sponsors li{
	padding:0 0 16px;
}
li#last{
	padding:0;
}

/* Page - About
*******************************************************************/ 
body#about-page #flash_ssp{
	float:right;
	margin:0 0 0 10px;
}

/* Page - Registration
*******************************************************************/ 
body#registration-page table{
	width:385px;
}
body#registration-page table th{
	font-weight:bold;
	font-size:14px;
	border-bottom:1px solid #ECECEC;
	padding-bottom:5px;
	color:#003654;
}
body#registration-page table td{
	padding-top:10px;
}

/* Page - Sponsor
*******************************************************************/ 
body#sponsor-page ul.bullet{
	padding:5px 0 30px 30px;
}