/* CSS Document */
dl {			
	position: absolute;
	left: 50px;
	top: 20px;
	width: 193px;
	height: 240px;
}
dl, dt, dd {			
margin: 0;
padding: 0;
}
dl {			
	padding-bottom: 10px;
	background-image: url(images/bottom_curve.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
dt {			
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	background-image: url(images/topcurve.png);
	background-repeat: no-repeat;
	background-position: left top;
}
dd {
	text-align: justify;
	background-image: url(images/mid_curve.png);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
.bl3 {
	width:190px;
	background-color: #004608;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	color: #66FFCC;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bl2 {
	width:190px;
	padding:10px;
	background-color: #004608;
	background-image: url(images/bl.gif);
	background-repeat: no-repeat;
	background-position: 0 100%;
	float: right;
}
.bl {background:url(images/bl.gif) 0 100% no-repeat; width:20em; text-align:center}
.br {background:url(images/br.gif) 100% 100% no-repeat}
.tl {background:url(images/tl.gif) 0 0 no-repeat}
.tr {background:url(images/tr.gif) 100% 0 no-repeat}
.tr2 {background:url(images/tr.gif) 100% 0 no-repeat; padding:10px}
img {border:0}

 #navcontainer {
	width: 190px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#navcontainer ul
{
	margin: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
	padding: 0;
}

#navcontainer li {
	font-weight: normal;
	list-style-position: inherit;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1px;
	margin-left: 0;
}

#navcontainer a
{
	display: block;
	width: 160px;
	color: #99F59F;
	background-color: #004608;
	text-decoration: none;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-image: url(images/arrow_bullet.png);
	background-repeat: no-repeat;
	background-position: 0.6em 0.6em;
}

#navcontainer a:hover
{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin: 0 0 1px 0;
}

#navcontainer ul ul a
{
	display: block;
	width: 145px;
	color: #99F59F;
	background-color: #00770F;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	font-weight: normal;
	background-image: url(images/arrow_bullet.png);
	background-repeat: no-repeat;
	background-position: 2.0em 0.5em;
}

#navcontainer ul ul a:hover
{
	color: #fff;
	background-color: #66CC99;
	text-decoration: none;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #385300;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	color: #91700D;
	font-weight: normal;
	text-align: justify;
}
.photo {
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}
