/*This file is used to override some of the styles in the theory css style-file*/

h1	{background: #939319; color: #ffffff; padding: 0.2em;
	margin-left: 2px; margin-right: 2px; font-size: x-large;
	text-align:center}


/* Modification of the basic style */
table		{ margin-left: 2em; margin-right: 2em; font-size: 90%;
		  width: 90% }
tr.division	{ background: #bb8; color: #56461C; font-weight: bold;
		  font-size: 125% }

/* Modification of the main divisions of the page */
/* The modified left margin */
div.leftcolumn2	{ float: left; margin-top: 1%; margin-left: 5px; width: 35%;
		  font: 8pt georgia; } 
div.leftcolumn2 ul, div.leftcolumn ol, div.leftcolumn dl
		{ margin: 0.1em; padding: 0 }
div.leftcolumn2 li
		{ list-style: none; padding-right: 0.5em; margin-right: 0.5em; }
div.column p
		{ margin-left: 4px; margin-right: 4px; text-align: left }


/* For a right margin */
div.rightmargin	{ width: 4%; float: right; margin-left: 5px; margin-top: 1%;
		  font: 10pt georgia; }




/* The modified central column */
div.mainbody2	{ background: #777705; width: 60%; float: right; 
  font-size: small; margin-top:1.5%; margin-bottom:4%; padding-top: 1em; padding-bottom: 0.5em }
div.mainbody2 h2 a:hover
		{ background: #ccc; color: #055; text-decoration: underline }
div.mainbody2 h3 a:hover
		{ background: #ccc; color: #055; text-decoration: underline }



