/* IEF STYLE SHEET
* by Nabil Stendardo and Arthur Dahl
* last updated 7 April 2010 */


html,body
{
	background:#C6DE9C;
	font-family : Arial, Helvetica, Geneva, Tahoma, sans-serif;
	margin:2px;
}

p
{
margin: 0px;
padding: 0px;
}

#page
{
	background:#33CC00;
	border:#43AE11 solid 1px;
	margin:8px;
}
a
{
	color: green;
}
a:visited 
{ 
	color: #005000;
}

a:hover
{
	color: #006400;
}
a:active 
{ 
	color: #00FF7F;
}

h1 { 
	color: #003300; 
	font-weight: bold; 
	font-size: 28px; 
	text-align: center; 
}

h2 { 
	color: #005500; 
	font-weight: bold; 
	font-size: 22px; 
	text-align: center; 
}
h3 { 
	color: #006600; 
	font-weight: bold;
	font-size: 20px; 
}
h4 { 
	color: #007700; 
	font-weight: bold;
	font-size: 18px; 
}
h5 { 
	color: green; 
	font-weight: bold;
	font-size: 16px; 
}
h6 { 
	color: #008800; 
	font-weight: bold;
	font-style: italic;
	font-size: 16px; 
}


#header
{
	background:white;
	border:black solid 1px;
	margin-left: 8px;
	margin-right: 8px;	
	margin-top: 8px;
	margin-bottom: 8px;
	text-align: center;
}
#topmenu
{
	background:#C6DE9C;
	border : black solid 1px;;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	padding:2px;
	text-align:center;
}
#topmenu li
{
	display:inline;
	margin-left: 16px;
	margin-right: 16px;
}
#topmenu li a
{
	color: green;
	text-decoration: none;
}
#topmenu li a:hover
{
	text-decoration: underline;
}
#wrapper
{
	overflow:auto;
	width:100%;
}
#leftmenu
{
	background:#C6DE9C;
	border : black solid 1px;
	margin-left: 8px;
	padding: 4px;
	float:left;
	width:172px;
	list-style-type:none;
	display: block; 
}

#leftmenu_inner
{
	padding: 16px;
}
/*#leftmenu h1
{
	margin: 4px;
	padding: 4px;
	border: 1px black solid;
	background:#63CE31;
	font-family: sans-serif;
	font-size: large;
}*/
#leftmenu ul
{
	list-style-type:none;
	display:block;
}
#leftmenu ul li
{
	display:block;
}
#leftmenu li a
{
	color: green;
	text-decoration: none;
}
#leftmenu li a:hover
{
	color: #006400;
	text-decoration: underline;
}
#container
{
	margin-left: 198px;
	overflow:auto;
	margin-right: 8px;
	margin-bottom:8px;
}
#containerdoc
{
	margin-left: 8px;
	overflow:auto;
	margin-right: 8px;
	margin-bottom:8px;
}
.content
{
	border: black 1px solid;
	background:white;
	padding: 16px;
	
}
.quote {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 16px;
	font-style: italic;
}
.author {
	font-size: 14px;
	color: #003D99;
	margin-top: -10px;
	margin-right: 200px;
	text-align: right;
}
.ref {
	font-size: 14px;
	margin-left: 20px;
}

#footer
{
	margin: 8px;
	background: #C6DE9C;
	color: green;
	border : black solid 1px;
	clear: both;
	text-align: center;
	font-size: medium;
}

