@charset "iso-8859-1";

/* Creation date: 07/09/2003 */

html {
	height: 100%;
	scrollbar-face-color: #66cc66;
  	scrollbar-shadow-color: #99FF99;
  	scrollbar-highlight-color: #CCFFCC;
  	scrollbar-arrow-color: #000066;
}

body {	
	height: 100%;
	background-color: #009900;
	margin: 0px;
	padding-bottom: 20px;
	text-align: center;
	}

#box {
	height: 800px;
	text-align: left;
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto; 
}

#header {
	position: absolute;
	width: 760px;
	height: 226px;
	background-image: url(images/top2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	}

#subheader {
	background-image: url(images/lr.jpg);
	background-repeat: x-repeat;
	background-position: 0px 0px;
	width: 760px;
	position: absolute;
	height: 180px;
	margin-left: 0px;
	padding-top: 20px;
	top: 226px;
	text-align: left;
	}
	
#page {
	width: 760px;
	position: absolute;
	margin-top: 406px;
	background-image: url(images/pathome.jpg);
	background-repeat: x-repeat;
	background-position: 0px 0px;
	height: 364px;
	}

#navbar {
	background-color: #66cc66;
	border: 1px solid #339933;
	width: 760px;
	position: absolute;
	height: 22px;
	margin-top: 770px;
	margin-left: 0px;
	}


.menu {
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 12px;
 	margin-left: 0px;
 	color: #FFFFFF;
	text-align: left;
	}
.menu a { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.menu a:link { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.menu a:visited { font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: none; }
.menu a:hover { font-size: 12px; font-weight: bold; color: #339933; text-decoration: none; }
.menu a:active { font-size: 12px; font-weight: bold; color: #339933; text-decoration: none; }

.par {
	font-family: Verdana; 
	font-weight: normal; 
	font-size: 11px;
 	margin-left: 50px;
 	margin-right: 50px;
 	margin-top: 10px;
 	color: #000000;
	text-align: justify;
	}
.par a { font-weight: bold; color: #000000; text-decoration: none; }
.par a:link { font-weight: bold; color: #000000; text-decoration: none; }
.par a:visited { font-weight: bold; color: #000000; text-decoration: none; }
.par a:hover { font-weight: bold; color: #339933; text-decoration: none; }
.par a:active { font-weight: bold; color: #339933; text-decoration: none; }

.it {
	font-family: Georgia; 
	font-style: italic;
	font-size: 11px;
 	color: #000000;
	text-align: center;
	margin-top: 10px;
	}
	
img.float { float: left; margin-right: 20px;  margin-left: 5px; margin-bottom: 15px; }
.pict { margin-top: 2px; margin-left: 10px; }
