* {
    padding: 0;
    margin: 0;
}

html, body {
	height: 100%;	
}

body {
    font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
    font-size: 9pt;
    background-image: url(/background-tree.jpg);/*
    background-image: url(/background-mountain.jpg);
    background-image: url(/texture-green-t8w.jpg);*/
    /*background-image: url(/green-e1b.jpg);*/
    
    background-repeat: no-repeat;
    background-position: center top; 
    color: #000;      
}

a {
	color: #213d62;
}

h2 a {
	text-decoration: none;
}

#head {
 /*	background-color:  #d4e1f1;
 	border: 2px solid #213d62;*/
}


#container {
	min-height: 100%;
	background-color: transparent;
	/*border-left: 2px solid #000;
	border-right: 2px solid #000;*/
	width: 750px;
	margin: 0 auto;
	/* background-image: url(/alpha.png);*/	
	/*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA9JREFUeNpi+v//P0CAAQAGBgMAK4l0rQAAAABJRU5ErkJggg==);*/
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABBJREFUeNpi+P///36AAAMACbsDvSYutrAAAAAASUVORK5CYII=);	
	/*
	
	filter:alpha(opacity=75); /* IE's opacity*/
    /*opacity: 0.75;*/
    padding: 5px 5px;
}

* html #container {
	height: 100%;	
}

td.menu a {
	color: #3d7953;
	text-decoration:none;
	font-weight:bold;	
}

td.menu a:hover {
	color: #4e9b6b;	
}

#head table {
	width: 100%;
}

td#logotype {
	border:none;
	border-right: 2px dotted #3d7953; 
	vertical-align: middle;
	padding: 10px 0px 10px 15px;
}

td.menu {
	vertical-align: top;
	color: #222;
	font-weight:bold;
	font-size:10pt;
	padding: 15px 10px 0px 10px;
}

td.menu ul, td.menu li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#image {
	margin-top: 3px;
	width:100%;
	height: 200px;
	background-image: url(/cages.png);
	background-repeat: no-repeat;
	background-position: center center;
/*	border-top: 2px solid #777;
	border-bottom: 2px solid #777;*/ 
}

.roundBox .body {
	text-align: justify;	
}

div#bottom {
	color: #000;	
	position: relative;
	top:33%;
	left: 70%;
	display:none;
}

.roundBox .body ul, .roundBox .body li {

	list-style: circle;
	list-style-position: inside;
	color: #213d62;
}

.roundBox .body ul {
	margin-bottom: 10px;
}

dt {
	margin-bottom: 5px;
	font-weight: bold;
	text-align: left;
}

dd {
	margin-bottom: 10px;	
}

p {
	margin-bottom: 10px;
}

img {
	border: none;
}

.inline {
	display: inline-block;	
}

.roundBox {
	width: 247px;
	vertical-align: top;
	margin: 10px 0px;
}

.roundBox .title { 
	padding:5px;
	text-align: center;
	font-size: 11pt;
	background-color: #213d62;
	/*bacground-image: url(/green_gradient.png);*/
	color: #d4e1f1;
}

.roundBox .body {
	background-color: #fff;
	padding:5px;
	text-align:justify;
	border: 2px solid #213d62;
}

.date {
	font-size: 7pt;
	font-weight: bolder;
	color: #a4b6cd;
}

#scroll {	
		background-color: #fff;
		border: 2px solid #213d62;
		height: 165px;
}

#links {
		width:100%;
		text-align:center;
		border-bottom: 2px solid #213d62;
		padding-bottom: 5px; 
}

#info {
	margin-top:15px;
	background-color: #fff;
	padding:5px;
	text-align:justify;
	border: 2px solid #213d62;	
}

#info table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

#info table td,  #info table th {
	border-bottom: 1px solid #213d62;
	text-align: left;
}

.news a, .links a {
	color: #213d62;
	text-decoration: none;
	font-weight: bold;
}

.news a:hover, .links a:hover {
	color: #24436c;
	text-decoration: underline;
}

.copyright {
	border-top: 2px solid #213d62;
}

