@charset "UTF-8";
/* CSS Document */

html{   /*full page background color - very dark brown*/
	background-color: #000000;
	/*keep the footer and scaling behaving properly*/
	position: relative;
	font-size: 100%;
  height: 600px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #ffffff;
}

button {
  height:40px;
  font-size:larger;
}

#content {  
	width: 800px;
	height: 600px; 
	position: relative;
	overflow: hidden;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
}

#content ul {  
    font-size: 120%;  
}

#content.figurePage div.figure{  /*Figure page with sidebar. Container for image or figure.--*/
	width: 800px;
	height: 600px; 
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, Helvetica, sans-serif;
}

#wrapText {  
	width: 740px;
	height: 550px; 
}

#content span.smallTitle {
    padding-bottom: 0.5em;
    padding-left: 0;
    text-align: left;
    color: #0080c0;
    font-size: 1.4em;
    box-shadow: none;
}

/* To correct SVG output from Adobe Illustrator */
@font-face {    
    font-family: 'ArialMT';    
    src:    
        local('Arial'),    
        local('Arial MT'),    
        local('Arial Regular');    
    font-weight: normal;    
    font-style: normal;    
}
