/* Modify Common Styles */
#LeftCol{
	background:#fff;
	padding:8px 0 18px 0;
	width:637px;
}

/* Introduction */
.Introduction{
	background:#D7DEE4 url(../images/competition-introduction.jpg) left top no-repeat;
	margin:0 0 17px 0;
	padding:15px 27px 0 0;
	height:522px
}
.Introduction .Copy{
	width:370px;
	margin:0 0 0 240px
}
.Introduction .Copy p{
	color:#030303;
	margin:0 0 12px 0
}

/* Steps */
.Steps{
	background:#eef3f5;
	margin:0 0 17px 0;
	padding:20px 0px 20px 14px;
}
.Steps .Title{
	margin:0 0 15px 0;
	text-transform:uppercase
}
.Steps h2 span{
	color:#c12026;
	font-size:16px
}
.Steps .HostStep{
	display:block;
	float:left;
	width:165px;
	background:#fff;
	margin:0 14px 0 0;
	padding:12px 14px;
	height:335px
}
.Steps .Step1{
	background:#fff url(../images/competition-titles.gif) 14px -158px no-repeat;
}
.Steps .Step2{
	background:#fff url(../images/competition-titles.gif) -186px -158px no-repeat;
}
.Steps .Step3{
	background:#fff url(../images/competition-titles.gif) -386px -158px no-repeat;
}
.Steps .HostStep h3{
	color:#595856;
	font-size:13px;
	font-family:"Franklin Gothic Medium", Arial, sans-serif;
	background:#fff;
	padding:0 0 0 5px;
	margin:0 0 5px 73px;
	height:68px
}
.Steps .HostStep .Copy{
	margin:20px 0 0 0
}
.btnClickHere{
	background:url(../images/competition-titles.gif) left top no-repeat;
	display:block;
	width:411px;
	height:37px;
	margin:15px auto 0 auto
}
.btnClickHere:hover{
	background:url(../images/competition-titles.gif) left -40px no-repeat;
	display:block;
	width:411px;
	height:37px;
	margin:15px auto 0 auto
}
.Highlight{
	color:#c12026;
	text-align:center;
	margin:15px 15px 15px 15px;
	*margin:2px 15px 15px 15px;
}


/*Terms and Conditions */
.TermsConditions{
	background:#f1f5f7;
	padding:20px 15px;
}
.TermsConditions .Copy{
	border:#cdcdcd 1px solid;
	overflow:auto;
	padding:14px 12px;
	background:#fff;
	height:380px;
}
.TermsConditions .Title{
	margin:0 0 15px 0;
	text-transform:uppercase
}
.TermsConditions h3{
	margin:10px 0 5px 0;
	background:none;
	color:#000;
	text-transform:uppercase
}
.TermsConditions ol h3{
	margin:25px 0 5px -18px;
}
.TermsConditions ol{
	list-style:outside decimal;
	margin:4px 0 10px 18px
}
.TermsConditions ol ol{
	list-style:outside lower-alpha;
	margin:4px 0 10px 18px
}
.TermsConditions li, .TermsConditions p{
	font-size:10px;
	color:#030303;
	margin:0 0 5px 0
}
.TermsConditions .Copy li a{
	font-size:10px;
}
.TermsConditions li table{
	margin: 15px
}
.TermsConditions li th, .TermsConditions li td{
	padding:5px
}
