/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #DEFFCA;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}

/* ----------- global styles */

body {
	margin: 0; padding: 0;
	background: #E3#DC2; color: #000;
	font: small "Lucida Grande", Arial, san-serif;
}

a {
	text-decoration: none;
}

a img  {
	border: 0;
}

/* ------------- masthead styles */


#masthead {
  font-size: .90em;
	margin-bottom: 0; padding-top: 1px; padding-bottom: 1px;
	background: #ABD240;
}

#homelink {
	display: block;
	margin: 0 0 0 1; padding: 0 0 0 0;
}

#navlinks {
	font-size: 0.85em;
	margin: 0; padding: 0.5em 3em;
	
	background: yellow; color: #000;
}

#navlinks li {
	display: inline;
	margin-right: 0.5em; padding-right: 0.75em;
	border-right: 1px black solid;
	font-weight: bold;
}

#navlinks li.last {
	border-right: 0;
}

#intro 	{
	margin: 0 0 0 1em;
	font-size: 1.9em;
	}
#connect {
	margin: 0 0 0 5em;
}

#control1, #control2, #control3 {
	font-size: 0.8em;
	
}

#controls {
  text-align: center;
}

#content  {
	font-size: 1.3em;
	line-height: 1.5;	
	margin: 5em 17em 5em 5em;
	
}
#content_board  {
	font-size: 1.3em;
	line-height: 1.5;	
	margin: 5em 9em 5em 5em;
	
}
#content_board IMG {
	float:left;
	margin: 0em 1em 0em 0em;
}
#mem_content {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 5em 17em 5em 5em;
}
#tmem_content {
	font-size: 1.1em;
	line-height: 1.3;
	margin: 1em 3em 1em 1em;
}
#content_research  {
	font-size: 1.1em;
	line-height: 1.0;	
	margin: 5em 17em 5em 5em;
	
}

#content_phase  {
	font-size: 1.1em;
	line-height: 1.0;	
	margin: 3em 17em 5em 5em;
	
}
#content_research IMG {
	float:left;
	margin: 0em 1em 0em 0em;
}
#content_phase IMG {
	float:left;
	margin: 0em 1em 0em 0em;
}

