
/* 1: universal reset -------------------------------------------------------------------

   For more information about this technique, go to: 
	http://leftjustified.net/journal/2004/10/19/global-ws-reset/
	
	What we are doing here is setting padding and margins on all elements to zero, and
	then adding default margins and padding to elements again. This ensures consistency
	across all browsers.
*/
/*
* { padding:0; margin:0;}
h1, h2, h3, h4, h5, h6, p, pre, blockquote, 
label, ul, ol, dl, fieldset, address { margin:1em 0; }
li, dd, blockquote, label, ul, ol { margin-left: 1em; }
fieldset { padding:1em; }
select { min-width:1.5em; } */ /* Fixes issue in Firefox where drop-down arrow disappears */
/*
h1 {font-size: 1.6em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.2em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}
*/

a:link, a:visited, a:active {
	text-decoration: none;
	color: #003399
}

a:hover {
	color: #CC0033
}

#search_box {
	text-align:right;
	padding-right:5px;
	padding-top:2px;
}

body {
	background-color: #ffffff;
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

td {
	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 11px;
	text-align: left;
}

.columnLeft {
	float: left;
	width: 8%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.columnRight {
	float: left;
	width: 92%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.tiny_text_dark {
	color: #000000;
	font-size: 8pt;
	font-weight: bold;
}

.tiny_text_light {
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.section_head {
	background-image:url('images/face2007_section_head.jpg');
	text-align:center;
	height:14px;
	padding-top:3px;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
}

.large_text_dark {
	color: #000000;
	font-size: 18px;
}

.nav_text {
	color: #000000;
	font-size: 11px;
	margin: 5px 1px;
	padding: 5px 1px;
	text-align: left;
	background-color:#ebeef3;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
}

.copyright {
	color: #fff;
	font-size: 9px;
	padding:3px;
}

.submitButtonTiny {
	background-color: #ffffff;
	color: #000000;
	background: #ffffff;
	border: 1px solid #cccccc; 
	text-align: center;
	width: auto;
	padding: 1px 3px 1px 3px;
	height: 14pt;
	font-size: 10px;
}

.textBox {
   	font-family: Verdana, Tahoma, Arial, Helvetica;
	font-size: 100%;
	padding-left: 3px;
	padding-right: 3px;
}

.gamesCell IMG {
	float: right;
}

.newsCell IMG {
	float: right;
}

#news_box {
	border: 1px solid #ccd7e0;
	background-color: #ebeef3;
}

.news_title, .news_title a:link, .news_title a:active, .news_title a:visited {
	font-family: Trebuchet, "Trebuchet MS", Helvetica, Tahoma, Verdana, Arial;

	font-size: 13.5pt;
	color: #000000;
}

.news_sub_title {
	color: #818080;
	font-size: 8pt;
}

a.thumb_link .thumb { 
	border: 1px solid #fff;
	text-decoration: none;
	/* display:block; */
	background-color: #b3bfcd;
}

a.thumb_link:hover .thumb {
	border: 1px solid #a9a9a9;
}

.thumb { 
	border: 0px solid #666666;
}
