body
{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 1em;
	padding: 0px;
	text-align: center;
	background-color: #BDA07E;
	background-image: none;
}

/* Link styles */
a:link {text-decoration: none; color: green;}
a:visited {text-decoration: none;  color: green;}
a:active {text-decoration: none;  color: green;}
a:hover {text-decoration: underline; color: #FF6600;}

/* Header styles */
h1 
{
	font-size: 18px;
	/*border-top: 1px solid green;*/
	border-bottom: 1px solid green;	
}
h2 
{
	font-size: 16px;
	/*border-top: 1px solid green;*/
	border-bottom: 1px solid green;
	color: black;
	/*background: #FF6600 url(../Images/topLeftCorner.jpg);*/
}
h3 
{
	font-size: 14px;
	/*border-top: 1px dashed green;*/
	border-bottom: 1px dashed green;
	/*color: #CC6600;*/
}
h4 
{
	font-size: 12px;
	/*border-top: 1px dashed green;*/
	border-bottom: 1px dashed green; /*#CC6600*/
	/*color: #CC6600;*/

}

ul 
{
	padding-left: 2px;
  margin-left: 16px; 

}

/* Paragraph styles */
p { 
	padding: 0px;	 
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: justify; 
}

p.text_center
{		
	text-align: center;
}

/* Table styles */
table
{
	font-size: 12px;
	margin: 0px; 
	padding: 0px; 	
}

td.padded 
{ 
	padding: 0.5em; 
	vertical-align: top;
}

td.dashed 
{	
	border: dashed 1px green;
/*	background: #99CCFF;*/
/*	background: #FFCC00;*/
	background: white;
	padding: 0;	
}

td.dashed_right_padded 
{	
	border-right: dashed 1px green; /*#FFCC00*/
	padding: 0.5em;
	vertical-align: top;
}

td.border_solid 
{ 
	border: solid 1px green; /*#FF6600*/
}

/* ID's */
#container {
	width: 950px;
	text-align: left;
	border: 1px solid green; /*#FFCC00*/
	margin: 0 auto;
	background-color: #FFFFFF;
}

#header
{
	height: 200px;
	background: white url(Images/web_header3.jpg);
}

#subheader1
{
	height: 100px;
	background: white url(Images/3dplot_small2.jpg);
}

#contact_info
{	
	background: #CC6600;
}

#contact_info a:link {text-decoration: none; color: white;}
#contact_info a:hover {text-decoration: underline; color: white;}

#menu 
{ 
	border-bottom: solid 1px green;
	background: #FFCC00;
	padding: 0px;
	margin: 0px;	
}

/* Dropdown list styles */
/*#nav, #nav ul, #nav li {
	behavior: url('iefix.htc');
}*/

#nav, #nav ul {	
	float: left;
	width: 900px;
	list-style: none;	
	background: #FFCC00;
	font-weight: normal;
	font-size: 14px;
	padding: 0;
	margin: 0 0 0 0;
}

#nav a {	
	display: block;
	width: 11em;
	color: black;	
	text-decoration: none;
	padding: 0.15em 0.5em;
}

#nav li {
	float: left;
	width: 11em;
}

#nav li ul {
	position: absolute;
	width: 11em;
	left: -999em;	
/*	background: #FF6600;*/
	background: #FFCC00;
	font-weight: normal;
	padding: 2px;
	border: dashed 1px green;
	margin: 0 0 1em 0;	
}

#nav li ul ul {
	margin: -1.5em 0 0 11em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #FF6600;
}
