/* Body | Content Area CSS Styles
-------------------------------------------------------*/

.contentContainer {
	background-color: white;
	background: white;
	width: 100%;
}

.content {
	background-color: white;
	background: white;
	margin: 0 auto;
	padding-top: 20px;
	padding-left: 100px;
	padding-bottom: 20px;
	text-align: left;
	width: 955px;
}

/* Left Column
---------------------------------------------------------*/

.leftColumn {
	background-color: #f7f7f7;
	color: #333333;
	float: left;
	text-align: left;
	width: 150px;
}

.leftColumn h1 {
	line-height: 0.5em;
	text-decoration: none;
	padding: 15px 0 0 10px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

/* Left Column Links
-------------------------------------------------*/

.leftColumn a:link {
	color: #666666;
}

.leftColumn a:active {
	color: #666666;
}

.leftColumn a:visited {
	color: #666666;
}

.leftColumn a:hover {
	color: black;
}

/* Left Column Lists
---------------------------------------------------*/

.leftColumn ul {
	padding: 10px 0 10px 10px;
	color: #333333;
}

.leftColumn ul li {
	line-height: 1.5em;
}

/* Right Column
---------------------------------------------------------*/

.rightColumn {
	color: #333333;
	padding-left: 20px;
	background-color: white;
	float: left;
	text-align: left;
	width: 700px;
	/*widthORIG: 805px; widthOrigLatest: 785px;*/
}

.rightColumn h1 {
	line-height: 0.5em;
	text-decoration: none;
	padding: 15px 0 0 0;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

.rightColumn h3 {
	line-height: 0.5em;
	text-decoration: none;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #333333;
}

.rightColumn ul {
	padding: 10px 0 10px 10px;
	color: #333333;
}

.rightColumn ul li {
	line-height: 1.5em;
}

/* Right Column Links
----------------------------------------------------------*/

.rightColumn a:link {
	color: #666666;
}

.rightColumn a:active {
	color: #666666;
}

.rightColumn a:visited {
	color: #666666;
}

.rightColumn a:hover {
	color: black;
}

/* Right Column Block Links
-----------------------------------------------------------*/

#bodyBlockLinks a {
	background-color: #DDDDDD;
	color: #453012;
	text-decoration: none;
	padding: 3px 5px;
	line-height: 20px;
}

#bodyBlockLinks a:active {
	color: #453012;
}

#bodyBlockLinks a:visited {
	color: #453012;
}

#bodyBlockLinks a:hover {
	background-color: #453012;
	color: white;
}

/* Grounds & Maps Columns
----------------------------------------------------------*/

.groundsColumn1 {
	float: left;
	width: 233px;
}

.groundsColumn2 {
	float: left;
	width: 233px;
}

.groundsColumn3 {
	float: right;
	width: 233px;
}

/* Iframe Margin Hack
----------------------------------------------------*/
.iframeMargin {
	border: 2px solid #cccccc;
}

/* Sponsors Columns
---------------------------------------------------------*/

.sponsorsLeft {
	float: left;
	width: 340px;
}

.sponsorsRight {
	float: right;
	width: 360px;
}

.quicklinks-sponsors {  position: relative; left: -18px; }