body {
	margin: 0px;
	background: #111111;
	color: #FFFFFF;
	font-family: arial;
	font-size: 10pt;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
}

div.background {
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 3;
	opacity: .4;
}

p {
	margin: 10px 10px;
	text-align: center;
}

img {
	border: 0px;
	margin-top: 0px;
}

h1 {
	font-family: Sans-Serif;
}

h2 {
	font-family: Sans-Serif;	
}

table {
	text-align: center;
	font-size: 10pt;
	padding: 0px;
	border-spacing: 0px;
}

table.main {
	border-spacing: 0px;
	width: 900px;
	margin: auto auto;
}

td {
	vertical-align: top;
	text-align: center;
}

/* Navigation */

div.nav_holder {
	position: absolute;
	top: -12px;
	height: 25px;
	left: 0px;
	width: 100%;
	text-align: center;
}

html>body div.nav_holder {
	position: absolute;
	top: -10px;
	height: 25px;
	left: 0px;
}

.nav {
	height: 25px;
	border-right: 1px solid;
	border-color: #CCCCCC;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	background: #111111;
}

.nav a {
	color: #FFFFFF;
}

.nav a:link {
	color: #FFFFFF;
}

.nav a:hover {
	color: #FFFFFF;
}

.menuheader {
	cursor: pointer;
	width: 100%;
}

.menu_box {
	position: absolute;
	padding: 2px;
	background: #111111;
	border: solid 1px #CCCCCC;
}

.menu_item {
	width: 120px;
	padding-left: 2px;
	height: 25px;
	vertical-align: middle;
}

.menu_item a:hover {
	color: #FFFFFF;
}

div.orange_bar {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #DC6B00;
	border-top: 1px solid #CCCCCC;
	background: url('orangebg.gif') #F03D00;
	color: #FFFFFF;
	text-align: center;
}

div.hatch_bar {
	width: 100%;
	height: 200px;
	background: url('hatchbg.jpg') #D0CAC8;
	border-bottom: 1px solid #F03D00;
}

td.header {
/*	background: url('headerbg.jpg');*/
	height: 120px;
	text-align: left;
	padding: 0px;
	width: 100%;
}

.footer {
	margin: 0px 0px 0px 0px;
	color: #FFFFFF;
}

.footer a:hover {
	color: #FFFFFF;
}

td.main {
	background: #FFFFFF;
	width: 600px;
	height: 600px;
	color: #222222;
	padding: 10px;
}

td.title {
	background: url('titlebg.jpg');
	background-repeat: no-repeat;
	width: 500px;
	height: 25px;
	vertical-align: middle;
	font-family: Tahoma;
	color: #111111;
	font-size: 13pt;
	font-weight: bold;
	margin: 0px;
}

p.title {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	vertical-align: middle;
}

table.news {
	margin: 10px 10px 10px 10px;
	border: 2px solid #CCCCCC;
	border-spacing: 0px;
	padding: 0px;
	text-align: center;
	width: 90%;
	background: #FFFFFF;
}

.date {
	background: url('date.jpg');
	background-repeat: no-repeat;
	height: 42px;
	font-family: Arial;
	width: 42px;
	position: relative;
	text-align: center;	
	font-weight: bold;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}

.date .month {
	font-size: 9pt;
	color: #FFFFFF;
	position: absolute;
	top: -1px;
	left: 0px;
	width: 40px;
	letter-spacing: 3px;
}

.date .day {
	color: #000000;
	font-size: 24px;
	position: absolute;
	top: 11px;
	left: 0px;
	width: 40px;
}

td.newstitle{
	text-align: left;
	color: #F03D00;
	font-size: 14pt;
}

td.information {
	border: 1px solid #CCCCCC;
	/*background: #F03D00;*/
	background: url('titlebg2.jpg');
	font-weight: bold;
	font-size: 14pt;
	color: #FFFFFF;
}

.side {
	color: #FFFFFF;
	width: 175px;
	background: url('sidebg.jpg');
	height: 100%;
}

.side a {
	color: #000000;
}

.side a:link {
	color: #000000;
}

.side a:hover {
	color: #F03D00;
}

div.side_content { /* IE 6 */
	width: 175px;
	position: relative;
	top: 0px;
	height: 500px;
}

html>body div.side_content {
	width: 175px;
	position: relative;
	top: -10px;
	height: 500px;
}

td.sponsors {
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #F03D00;
}

a:link {
	text-decoration: none;
	color: #F03D00;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

/* Tabs */

div.tabs {
	 width: 580px;
}

table.tab_holder {
	border-color: #999999;
}

div.tab_holder {
	position: relative;
	vertical-align: middle;
	border: 1px solid;
	border-top: 0px;
	padding: 10px;
	border-color: #999999;
}

.tab_unselected {
	border: 1px solid;
	padding: 3px;
	background: #fff;
	border-color: #999999;
}

.tab_unselected a {
	color: #000000;
}

.tab_unselected a:hover {
	color: #FF3300;
}

td.tab_selected {
	border-top: 1px solid;
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 3px;
	background: #fff;
	border-color: #999999;
}

td.tab_spacer {
	width: 10px;
	border-bottom: 1px solid;
	border-color: #999999;
}

td.tab_long_spacer {
	border-bottom: 1px solid;
	width: 1170px;
	border-color: #999999;
}

div.tabbed_element {
	display: none;
	width: 100%;
	text-align: left;
}

/* Team and Mentor Pages */

.team {
	width: 100%;
	padding: 0px;
	border-spacing: 0px;
}

.team td.spacer {
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #999999;
}

.team td.left {
	border-left: 1px solid;
	border-color: #999999;
	padding: 5px;
	height; 
}

.team td.right {
	border-color: #999999;
	border-right: 1px solid;
	padding-right: 20px;
	text-align: left;
}

/* Robot Page */

td.left {
	text-align: left;
	padding: 5px;
}

td.right {
	text-align: center;
	padding: 5px;
}

img.robot_page_pic {
	width: 200px;
}

/* Games Page */

table.games {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	margin: auto auto;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}

textarea {
	font-family: Arial;
}
