/****************************************************************************
 * Styles for the structure of every web pages and web texts.		    *
 * These are for the divisions (div) only, the main container		    *
 * and the "div" containing the content "text" 					    *
 * in the main pages (the Call... file)not in the menu.php file.		    *
 * menu.php has its own styles in Menu.css.		  	 	 	    *
 ****************************************************************************/
<!--

div.container
{
width:100%;
margin:0px;
border:1px solid gray;
margin-left:-2pt;
}

div.formcontainer
{
float:none;
width:575px;
height:auto;
margin-left:10%;
}

div.bookcontainer
{
float:none;
width:700px;
height:auto;
margin-left:5%;
}


h1.header
{
padding:0;
margin:0;
}
div.content
{
float:none;
margin-left:190px;
margin-right:120px;
border-left:1px solid gray;
padding:1em;
line-height:115%;
text-align: justify;
}
div.formpage
{
float:none;
width:100%;
height:auto;
border:1px solid gray;
padding:1em;
line-height:115%;
}
div.formheader
{
float:none;
width:100%;
height:auto;
padding:1em;
margin-bottom:-15px
}


-->