#content {
	background-image: url(/images/site/book_mid_nomap.jpg);
	background-repeat: repeat-y;
	position: relative;
	}
	
	#content #booktop {
		background-image: url(/images/play_athlete_sponsorship_form/book_top.jpg);
		background-repeat: no-repeat;
		min-height: 27px;
		_height: 27px;
		position: relative;
		}
	
	#content #bookbottom {
		background-image: url(/images/play_athlete_sponsorship_form/book_bottom.jpg);
		background-repeat: no-repeat;
		min-height: 38px;
		_height: 38px;
		position: relative;
		clear: both;
		z-index: 1;
		}

#content #left ul,
#content #right ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 10px;
}

#content #left ul li,
#content #right ul li {
	margin-bottom: 5px;
	list-style: none;
	font-weight: bold;
}

#content #left ul ul,
#content #right ul ul {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 10px;
}

#content #left ul ul li,
#content #right ul ul li {
	margin-bottom: 5px;
	font-weight: normal;
	list-style-type: disc;
}

#content p,
#content ul,
#content td,
#content th,
#content td p {
	font-size: 12px;
	margin-bottom: 1.2em;
	}
	
	#content td p {
		font-size: 1em;
		margin: 0;
		}
	
	#content p.last {
		margin-bottom: 0;
		}

#content a {
		color: #ba0001
		}

	#content a:hover {
		text-decoration: none;
		}

.clear {
	clear: both;
	}





/* Form table
******************************************/

#content table {
	width: 100%;
	clear: both;
	position: relative;
	z-index: 3;
	}
		
	#content .required {
		color: #990000;
		font-size: 1.1em;
		}
	
	#content table .note {
		color: #0054A6;
		}
	
	#content td,
	#content th {
		padding: 4px;
		}
	
	#content th {
		text-align: right;
		vertical-align: top;
		width: 35%;
		}
	
		#content th.left {
			text-align: left;
			}
	
		#content th.section,
		#content td.section {
			font-weight: bold;
			text-align: right;
			padding-top: 20px;
			}
	
		#content td select,
		#content td textarea {
			width: 99%;
			}
		
		#content td.submit {
			text-align: right;
			padding-top: 15px;
			}

	#content td .col {
		width: 50%;
		float: left;
		line-height: 150%;
		}



/* Left Side
******************************************/

#content #left {
	float: left;
	width: 407px;
	padding-right: 40px;
	padding-left: 47px;
	}
	
		#content #left h3.welcome {
			background-image: url(/images/play_athlete_sponsorship_form/heading_journeystartshere.gif);
			background-repeat: no-repeat;
			text-indent: -3000px;
			width: 242px;
			height: 14px;
			margin-bottom: 1.5em;
			}
		
		#content #left p.please {
			font-weight: bold;
			}

		#content #left p.alert {
			font-weight: bold;
			color: #CC0000;
			margin-top: 30px;
			padding: 2px;
			}

/* Right Side
******************************************/

#content #right {
	float: left;
	width: 387px;
	color: #242021;
	}







/* Hacked for Safari */
#content { position: relative;# }
#content #left .pageillustration {
	background-image: url(/images/play_athlete_sponsorship_form/page_illustration.gif);
	background-repeat: no-repeat;
	background-position: top left;
	text-indent: -3000px;
	width: 322px;
	height: 328px;
	position: absolute;
	bottom: 6px;
	left: 20px;
	z-index: 1;
	}	

