/* CSS Document */
body {
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	background-color: #10715A; 
	color: #D6D3CE;
	padding:0;
	z-index:1; 
	
	width:100%;
	height:100%;
}

p {
	font-size: 80%;
 	text-align: justify;
}
h1 {
	font-size: 120%;
	
	padding: 3px;
}
h2 {
	font-size: 110%;
	
	padding: 3px;
}

h3 {
	font-size: 95%;
	
	padding: 3px;
}
h4 {
	font-size: 95%;
	
	padding: 3px;
}
h5 {
	font-size: 95%;
	
	padding: 3px;
}

img {
	margin: 0px;
}
table {
	font-size: 80%;
	/*border: 1px solid #000000;*/
	margin: 0px;
	padding: 0px;
}

/* classes */
.image_fr {
	float:right;
	margin:5px;
	border-color: #000000;
	border-width: 1px;
}
.image_fl {
	float:left;
	margin:5px;
	border-color: #000000;
	border-width: 1px;
}

.bold_title {
	font-size: 95%;
	padding: 3px;
	font-weight:bold;
	
}
.tableitem {
	font-size: 90%;
	vertical-align: top;
}
.tableitemhighlight {
	background-color: #66FF66;
}
.smaller {
	font-size: 75%;
}
/* div ids */

#container {
    text-align: center;

    background-color: #10715A;

 /*  border: 1px solid #000; */
    margin: 10px auto;

    width: 800px;
}

#divbg {
width: 100%;
height: 100%;
left: 6px;
top: 661px;
position: absolute;
z-index: -1;   <------------Notice!
}

#header {

   

    margin: 0;

}


#Menu {
	
	
	float: left;
	width: 150px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align:left;
	background-color: #10715A; 
	
}
#Menu ul {
	list-style-type: none;
	font-size: 120%;
	text-align: left;	
		
}
#Menu  a {
	
	color: #D6D3CE;
	font-size:80%;
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
/* #Menu a:link {color:#001031;}
#Menu a:visited {color:#001031;} */

#Menu  a:hover {
	text-decoration:underline;
	color:#fff;
}

#content {
	background-color: #10715A; 
	float:right;
	width: 630px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#content  a {
	color: #D6D3CE;
	
	text-decoration:none;
	font-weight:600;
	font-family:verdana, arial, helvetica, sans-serif;
	}
/* #Menu a:link {color:#001031;}
#Menu a:visited {color:#001031;} */

#content  a:hover {
	text-decoration:underline;
	
}
#content ul{
	font-size: 80%;
	list-style-type:disc;
}

#display_list{
		width: 200px;
 		border: 1px;
		float:right;
}

#display_pic{
		width: 550px;
 		border: 1px;
		float:left;
		text-align:left;
		
}

#display_pic p{
	/*text-align:center;*/
}


#footer {
	font-size: 70%;
	clear: both;
/*	background-repeat: no-repeat;
	background-image: url(images/footer.jpg); */
	margin-top: -5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
