

/* Every browser renders margins and padding in a unique way. 
   This will allow us to keep the site uniform but we have to 
   specify padding and margin whenever we want it...*/
* { margin: 0px; padding: 0px; }


body
{
  font-size:100%;
  font-family:times new roman;
  color:#ffffff;
  background-color:#990000;
	}
 
a:link { 
	color: #ffffff;
	}
	
a:visited { 
	color: #999999;
	}

a:active { 
	color: #333333;
	}
 


#picture{
  position: absolute;
  top:200px;
  left: 275px;
  width:490px;
  text-align:center;
}


#teamlogo{
  position:absolute;
  top:20px;
  left:82px;
}


#teamlogo a{
  color: #990000;
}


#ftw{
  position:absolute;
  top:20px;
  left:797px;
  }
  

#ftw a{
  color: #990000;
}

#background{
  position:absolute;
  top:212px;
  left:200px;
}
 
#robot{
  position:absolute;
  top:10px;
  margin: 0 auto;
  width:1024px;
  text-align:center;
  font-size: 1.4em;
  }

#robotj{
  position:absolute;
  top:10px;
  margin: 0 auto;
  width:1024px;
  text-align:center;
  font-size: 1.4em;
  }

#a{
  position:absolute;
  top:70px;
  Overflow:auto;
  margin: 0 auto;
  width:1024px;
  text-align:center;
  font-size:24pt;
  }
 
#b{
  position:absolute;
  top:155px;
  overflow:auto;
  margin: 0 auto;
  width:1024px;
  text-align:center;
  font-size:14pt;
}
 
#c{
  position:relative;  
  top:1000px;
   left:275px;
  width:490px;
  text-align:left;
  font-size:1.05em;
 
}
b{
font-weight: bold;
}
.italic{
font-style: italic;
}

.underline{
  text-decoration: underline;
}

.text{
  position: absolute;
  top:230px;
  left:275px;
  width:490px;
  text-align:center;
  font-size:1.05em;
}
#teampicture{
position:absolute;
top:330px;
left:258px;
}

.othertext{
  position: absolute;
  top:230px;
  left:315px;
  width:490px;
  text-align:left;
  font-size:1.05em;
}
 
#footer {
	clear: both;
	text-align: center;	
	padding:2px;
	margin:10px; 
}

#footer A:hover {
  background-color: transparent;
}

h3{
	text-align: center;	
  text-decoration: underline;
}


/****** Menu Style ******/

#navigation {
	position: absolute;
	top: 180px;
	left: 5px;
	width: 165px;
}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 6px 0px 2px 0px;
	padding: 3px 4px 3px 22px;
}

#menu A {
  color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
  display: block; 
  border: 1px solid black;
  padding-top: 7px;
  padding-bottom: 7px;
  background-color: #770000
}

#menu A:hover   { color: #FFFF99;
		    background:#330000; }

UL#menu { visibility: hidden; }

#menu LI { 
  position: relative; 
	list-style-type: none; 
}

#menu LI UL {
	display: none;
	position: absolute;
	top: 0px;
  left: 30px; 
  width: 110px; 
  z-index: 100; 
}
html>body #menu LI UL { left: 90px; }

/****** Menu Style [END] ******/




















