A:link { color: black; font-weight: bold;text-decoration:none; }
A:visited { color: black; font-weight: bold;text-decoration:none; }
A:hover { color: #698149; font-weight: bold;text-decoration:none; }
A.dark:link { color: white; font-weight: bold;text-decoration:none; }
A.dark:hover { color: #698149; font-weight: bold;text-decoration:none; }
A.dark:visited { color: white; font-weight: bold;text-decoration:none; }
A.subheader_noline { font-size: 14px; }


p {
margin-bottom: 10px;
}

h2 {
font-size: 18px;
font-weight: normal;
margin: 0;
margin-bottom: 10px;
}

ul {
	margin: 0;
	padding-left: 10px;
}

li {
	margin: 10px;
	list-style: square;
	}

body { 
background-color: #182604; 
color: black;
text-align: center; 
margin: 0; 
min-width: 876px;
font-size: 12px; 
font-family: verdana, helvetica, sans-serif; }

.subheader {
	font-size: 16px;
	margin-bottom: 10px;
	border-bottom: solid black 1px;
}

.subheader_noline {
	font-size: 14px;
	margin-bottom: 10px;
}


#container { 
position: relative;
width: 877px;  
margin: 0 auto 0 auto;
text-align: left;
}

#header {
position: relative;
width: 100%;
height: 141px;
background: url('images/header.jpg') top left no-repeat;
text-align: left;
}



#content {
position: relative;
width: 100%;
text-align: left;
background-color: white;
background: url('images/content.jpg') top repeat-y;

}

#content_inner {
	position: relative;
	margin: 0px;
	margin-left:50px;
	width: 767px;
	padding-bottom:10px;

}

.content_block_half {
	float: left;
	margin: 10px;
	width: 360px;
}


#content_left {float: left;
width: 225px;
text-align: left;
padding-left: 50px;
}

#content_right {float: left;
width: 510px;
text-align: left;
padding-left: 25px;
}

#footer {
float: left;
width: 100%;
height: 38px;
background-color: white;
background: url('images/footer.jpg') top left no-repeat; }

#logo
  {
	background: url("images/logo.png") no-repeat;
	float: left;  
	text-align: center; 
	width: 342px;
	height: 141px;
	margin: 0px;
  }
  
#logo span
{
	display: none;
}


/* LINKS */

#publications
  {
    background: url("images/publications.png") no-repeat;
	float: left;  text-align: center; 
	width: 149px;
	height: 142px;
  }

#publications:hover
  { 
    background: url("images/publications_b.png") no-repeat;
	float: left;  text-align: center;
	width: 149px;
	height: 142px;
  }
  
#publications span
{
  display: none;
}

#engineering
  {
    background: url("images/engineering.png") no-repeat;
	float: left;  text-align: center;
	width: 148px;
	height: 142px;
  }

#engineering:hover
  { 
    background: url("images/engineering_b.png") no-repeat;
	float: left;  text-align: center;
	width: 148px;
	height: 142px;
  }
  
#engineering span
{
  display: none;
}

#web
  {
    background: url("images/web.png") no-repeat;
	float: left;  text-align: center;
	width: 116px;
	height: 142px;
  }

#web:hover
  { 
    background: url("images/web_b.png") no-repeat;
	float: left;  text-align: center;
	width: 116px;
	height: 142px;
  }
  
#web span
{
  display: none;
}

#printables
  {
    background: url("images/printables.png") no-repeat;
	float: left;  text-align: center;
	width: 99px;
	height: 142px;
  }

#printables:hover
  { 
    background: url("images/printables_b.png") no-repeat;
	float: left;  text-align: center;
	width: 99px;
	height: 142px;
  }
  
#printables span
{
  display: none;
}
