/*
Copyright (c) 2007 Creative Consulting for Research and Education
*/

body {    color: black; background: wheat;
          font-family: times new roman, times;
          font-size: 12pt; 
	  font-style: normal;
	  }

H1       {color: black;}

div#title {
            font-size: 18pt;  
            font-style: italic; 
            text-align: center; 
	    position: absolute;
	    top: 0px;
	    left: 0px;
            width: 800px; 
            padding: 0;}

div#toolbar { background: antiquewhite;
	      position: absolute;
	      text-align: right;
	      top: 40px;
	      left: 10px;
              width: 750px;
	      height: 20px;
	      padding: 0;}
#toolbar a {color: darkred; text-decoration: none}
#toolbar a:hover {text-decoration: underline;}

div#navbar { background: antiquewhite;
	      position: absolute;
	      text-align: right;
	      top: 40px;
	      left: 10px;
              width: 750px;
	      height: 20px;
	      padding: 0;}
#navbar a {color: darkred; text-decoration: none}
#navbar a:hover {text-decoration: underline;}


div#sidemenu { background: antiquewhite; 
	       position: absolute;
	       top: 60px;
	       left: 10px;
	       width: 150px;
	       padding: 0;} 
#sidemenu a {color: darkred; text-decoration: none}
#sidemenu a:hover {text-decoration: underline;}

div#appmenu { background: antiquewhite; 
	       position: absolute;
	       top: 190px;
	       left: 10px;
	       width: 150px;
	       padding: 0;} 
#appmenu a {color: darkred; text-decoration: none}
#appmenu a:hover {text-decoration: underline;}

div.content { background: white;
	      position: absolute;
	      top: 60px;
	      left: 160px;
	      width: 600px;
	      min-height: 320px;
	      padding: 0;
	     }
p.content {  margin-left: 0.5in; margin-right: 0.25in; }
img.content  { border: 0px solid #FFFFFF;}	    

div#footer { 
	     font-size: 10pt;
	     position: relative;
	     bottom: 0px;
	     left: 0px;
	   }
