/* version_2 - 2021-10*/

/* print styles */

@media print {
  body {margin: 0; color: #000; background-color: none; }
  header, footer, nav {display: none;} }
  
  
    
  
body {
	margin: 0px;
	padding: 0px;
	background: url(images/img01.jpg) repeat-x left top;
	font: 12px Courier New;
	color: #212121; }

h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; } 
p, ul { margin-bottom: 1.8em; line-height: 160%; }
ul { list-style-type: circle; }

a 			{ text-decoration: underline; color: #3c741c; }
a:hover	{ text-decoration: none; color: #FF6600; }
a img 	{ border: none; }

hr {
	height:1px;
	border-width:0;
	color:gray;
	background-color:#699C4D;
	margin-bottom:1em; }


#header {
	width: 900px;
	height: 130px;
	margin: 0px auto;
	background: #699C4D; }

#header a { 
	text-decoration: none; color: #FFFFFF; }

/* Logo */

#logo {
	float: left;
	margin: 25px;
	background: url(images/img03.png) no-repeat left top;
	padding-left: 100px;
	padding-bottom: 50px; }

#logo h1, #logo p {
	margin: 8px;
	line-height: normal;
	color: #FFFFFF; 
}

#logo h1 {
	padding: 10px 0px 0px 0px;
	font-size: 150%; }

#page {
	width: 900px;
	margin: 0px auto;
	padding: 30px 0px; }

#content {
	float: right;
	width: 680px; }


/* Navigation */

#nav {float: left; width: 150px; padding:10px;}
#nav-bgtop {height: 3px;}
#nav-bgbtm {height: 3px;}
#nav ul {margin: 0px; padding: 0px; list-style: none;}
#nav li ul {margin-bottom: 1.0em; padding-left: 20px; list-style: none;}
#nav a {text-decoration: none; color: #232F01;}
#nav a:hover {text-decoration: none; color: #FF6600;}


/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 15px;
	margin: 0px auto 30px auto;
	color: #FFFFFF;
	background: #699C4D; }

#footer p {
	margin: 0px;
	padding: 1px 0px 0px 0px;
	text-align: center;
	line-height: normal;
	font-size: smaller; }

#footer a {
	color: #FFFFFF;
	text-decoration: none } 
	
#footer  a:hover {
	text-decoration: none;
	color: #FF6600; }
	
	