/* Global Styles */

body,td,th {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #C02126;
}
a:active {
	text-decoration: none;
	color: #333333;
}

.header {
	font-size: 13px;
	color: #333333;
	font-weight: bold;
}

.mainText {
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

.mainTextBold {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.lastUpdate {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

#tableMain {
	border: 1px solid #A7A7A7;
	background-color: #E6E6E6;
	}

/* Scrolling Styles */

#photos {
	
	left:389px;
	top:362px;
	width:390px;
	height:290px;
	z-index:1;
	overflow: auto;
}


#news {
	
	left:389px;
	top:362px;
	width:485px;
	height:500px;
	z-index:1;
	overflow: auto;
}

#concepts {
	
	left:389px;
	top:362px;
	width:500px;
	height:400px;
	z-index:1;
	overflow: auto;
}

BODY {
	SCROLLBAR-FACE-COLOR: "#FFFFFF"; SCROLLBAR-HIGHLIGHT-COLOR: "B00000"; SCROLLBAR-SHADOW-COLOR: "B00000"; SCROLLBAR-3DLIGHT-COLOR: "#FFFFFF"; SCROLLBAR-ARROW-COLOR: "B00000"; SCROLLBAR-TRACK-COLOR: "#FFFFFF"; SCROLLBAR-DARKSHADOW-COLOR: "#FFFFFF"
}

/* Navigation Styles */

#navigation a {
	font:11px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	letter-spacing:.1em;
	line-height:30px;
	display:block;
	padding: 0px 10px;
	border-right:1px solid #7D161A;
	}
	
#navigation a:hover {
	color:#ffffff;
	background: #C02126;
	}

/* Date Styles*/

#monthformat {
	border-bottom: 2px solid #E6F3FF;
		}
		
#dateformat {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	letter-spacing:.2em;
	}
	
#dateformat a {
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-weight:bold;
	letter-spacing:.1em;
	}
	
#dateformat a:hover {
	color: #FF6600;
	letter-spacing:.1em;
	}
	
/* _sponsorBot.inc Styles */

.headerSponsorsBot {
	font-size: 12px;
	color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#mainTextSponsorsBot a {
	font-size: 11px;
	color: #cccccc;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#mainTextSponsorsBot a:hover {
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.headerRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C02126;
	font-weight: bold;
}

#botTable {
	border: 1px solid #094F2D;
	background-color: #EEEEEE;
}

#clipBlock a {
	font:12px Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #094F2D;
	text-decoration: none;
	text-align:center;	
	display:block;
	line-height:20px;
	padding: 0px;
	margin: 0px;
	border-right:1px solid #094F2D;
	border-left:1px solid #094F2D;
	border-top:1px solid #094F2D;
	border-bottom:1px solid #094F2D;
	background: #ffffff;
	}
	
#clipBlock a:hover {
	color:#ffffff;
	background: #094F2D;
	}

/* Form Styles */

.button {
 border: 1px solid #333333;
 background-color: #FEFEFE;
 color: #000000;
 font-size: 12px;
 font-weight: bold;
 font-family: Arial, Helvetica, sans-serif;
 cursor: pointer;
}



.textfield {
 border: 1px solid #333333;
 background-color: #FEFEFE;
 color: #000000;
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
}

.answer { color: #FF0000; background-color: #ffffff; }

.contribute {
	border: thin solid #284E62;
	background-color: #A7CBEC;
	text-align: center;
	font-size: 1.2em;
	width: 220px;
	color: #623601;
	float: right;
	padding-top: 10;
	padding-bottom: 10;
	padding-right: 5px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
}

