/* START */
/* MAIN_STYLES.CSS */
@charset "utf-8";
.home_boxContent {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 30px;
	/*height: 150px;*/
}
.home_boxContent a {
	color: #FFFFFF;
	text-decoration: underline;
}
.home_boxContent a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.quote_txt {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-left: 80px;
}
.quote_txt_author {
	color: #3399CC;
	font-style: normal;
	font-size: 12px;
}
/* MAIN_STYLES.CSS */
/* END */


@charset "utf-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

img {
	border: none;
}

p {
	margin-top: .5em;
	margin-bottom: 1.5em;
}

table td,
.main td {
	vertical-align: top;
}

.oneColFixCtr #container {
	width: 815px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(images/new_bg.gif) repeat-y #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/* padding: 20px 85px 0px 70px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 20px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#btmImg {
	width: 666px;
	height: 275px;
	margin: -122px 0px 0px 65px;
	padding: 0px;
	background: url(images/new_bottom2.png) no-repeat;
	z-index: 100;
	vertical-align: bottom;
	position: relative;
}

#footer {
	margin-top: 0px;
}

.footerTable,
.footerTable td {
	background: white;
}	

.columnBlock {
	border: black 1px;
}

.column1 {
	width: 200px;
}

.column2 {
	width: 200px;
	margin-left: 200px;
}

.quoteWrapper {
    width:550px;
    background-image: url(images/quotes2.gif);
    background-repeat: no-repeat;
    background-position: -180px top;
    margin: 0 auto;
    position:relative;
}  

.quote {
    width:350px;
    padding:30px 100px;
    background-image: url(images/quotes2.gif);
    background-repeat: no-repeat;
    background-position: 450px bottom;
    font-size:12pt;
    color:#787878;
    font-style:italic;
    position:relative;
}
	
.author {
	font-style: normal;
	text-align: right;
	color: #333333;
}


/* PLAYERS */
.playerTable {
	border: none;
	width: 150px;
}

.mentorsTableSmall {
	width: 87px;
	margin-bottom: 15px;
}

.mentorsTableSmall a:link,
.playerTable a:link {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.mentorsTableSmall a:hover,
.mentorsTableSmall a:active,
.playerTable a:hover,
.playerTable a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.mentorsTableSmall a:visited,
.playerTable a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.playerName,
.playerPhase,
.playerAge {
	clear: both;
	display: block;
	background-color: #99CC33;
	padding: 1px 3px;
}

.playerTable td,
.mentorsTableSmall td {
	vertical-align: top;
	border-style: solid;
	border-width: 5px;
	border-color: #FFF;
}

.playerTable img,
.mentorsTableSmall img {
	margin-right: 0px;
}

/* PARTNERS */

.partnersTable td {
	padding-bottom: 0px;
}
