/* Redefine HTML tags 
----------------------------------------------------------------------------------- */

.noPrint {
	display: none;
}

body {
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
/*	background: #ffffff url('../images/bgPage.jpg') repeat-x 0 0;*/
	color: #000000;
}

td {
	vertical-align: top;
}

th {
	text-align: left;
}

p {
	line-height: 1.5;
	margin: 0 0 15px 0;
}

.clear {
	clear: both;
	padding: 0;
	margin: 0;
	height: 0;
	line-height: 1;
}

.superscript {
	vertical-align: super;
	font-size: 80%;
}

a:link {
	color: #000000;
	text-decoration: none;
}

a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #cc3300;
	text-decoration: none;
}

#container {
	margin: 0 auto;
	padding: 0 12px 12px 12px;
	width: 900px;
	background: #ffffff;
}

/* Header
----------------------------------------------------------------------------------- */

.header {
	display: none;
}

.headerLeft {
	display: none;
}

.headerLeft a:link,
.headerLeft a:visited,
.headerLeft a:hover {
	display: none;
}

.headerRight {
	display: none;
}

.headerRight a:link,
.headerRight a:visited {
	display: none;
}

.headerRight a:hover {
	display: none;
}

.headerRight a.hot:link,
.headerRight a.hot:visited {
	display: none;
}

.headerRight a.hot:hover {
	display: none;
}

/* Dotted Rule
----------------------------------------------------------------------------------- */

.dottedRule {
	display: none;
}

/* Index
----------------------------------------------------------------------------------- */

.homePhoto {
	display: none;
}

.homeCols {
	display: none;
}

.homeCol {
	display: none;
}

.homeCol .hot {
	color: #000000;
}

.homeCol a:link,
.homeCol a:visited {
	display: none;
}

.homeCol a:hover {
	display: none;
}

.homeCol a:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}

.homeCol a.hot:link,
.homeCol a.hot:visited {
	color: #cc3300;
	text-decoration: none;
}

.homeCol h3,
.homeCol h3 a:link,
.homeCol h3 a:visited {
	display: none;
}

.homeCol h3 a:hover {
	display: none;
}

.homeLeaderboard {
	display: none;
}

.homeButton1 {
	display: none;
}


/* Two Columns
----------------------------------------------------------------------------------- */

.twoCols {
	margin: 20px auto;
	width: 900px;
	font-size: 10px;
}

.twoColsLeft {
	float: left;
	width: 254px;
	padding: 20px;
	background: url('../images/bgCallout.jpg') repeat-x 0 0;
}

.twoColsLeft a:link,
.twoColsLeft a:visited {
	color: #cc3300;
	text-decoration: none;
}

.twoColsLeft a:hover {
	color: #cc3300;
	text-decoration: underline;
}

.twoColsLeft h3,
.twoColsLeft h3.special {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

.twoColsLeft ul,
.twoColsLeft ul.special {
	list-style-type: disc;
	padding: 5px 0 1px 15px;
	*padding: 0 0 0 15px;
}

.twoColsLeft ul li,
.twoColsLeft ul.special li {
	margin: 5px 0 10px 0;
	*margin: 5px 0 10px -35px;
	line-height: 1.5;
}

.twoColsRight {
	float: right;
	width: 537px;
	padding: 15px 20px 20px 20px;
}

.twoColsRight a:link,
.twoColsRight a:visited {
	color: #cc3300;
	text-decoration: none;
}

.twoColsRight a:hover {
	color: #cc3300;
	text-decoration: underline;
}

.twoColsRight h1 {
	font-size: 24px;
	font-weight: normal;
	color: #cc3300;
	margin: 0 0 15px 0;
}

.twoColsRight h2 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 0 0 12px 0;
}

.twoColsRight h3 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 0;
}

/* Footer
----------------------------------------------------------------------------------- */

.footer {
	margin: 0 auto 0 auto;
	padding: 0 0 50px 0;
	width: 924px;
	font-size: 10px;
}

.footerLeft {
	float: left;
	width: 440px;
	padding: 0 0 0 12px;
}

.footerLeft a:link,
.footerLeft a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footerLeft a:hover {
	color: #ffcc33;
	text-decoration: none;
}

.footerRight {
	float: right;
	width: 440px;
	padding: 0 12px 0 0;
	text-align: right;
}

.footerRight a:link,
.footerRight a:visited {
	color: #ffffff;
	text-decoration: none;
}

.footerRight a:hover {
	color: #ffcc33;
	text-decoration: none;
}

.pushLeft {
	float: left;
	margin: 0 10px 10px 0;
}

.pushRight {
	float: left;
	margin: 0 0 10px 10px;
}

.noPrint {
	display: none;
}


/* ------------------------------------------------------------------------ */
/* START Awards Table
--------------------------------------------------------------------------- */

.awardsTable th {
	text-align: left;
	background: #eeeeee;
	padding: 5px;
}

.awardsTable td {
	vertical-align: top;
	font-size: 11px;
	padding: 5px;
}

.awardsTable td.hot {
	background: #f8f8f8;
}

.awardsTable p {
	line-height: 1;
	margin: 0 0 5px 0;
}

/* ---------------------- */
/* END Awards Table
------------------------- */


