/* CSS Document */

*
	{
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
body
	{
		font: 11px Verdana;
		color: #333333;
		background-color: #C1D8AB;
	}
p
	{
		margin: 5px 0px 5px 0px;
	}
ul
	{
		margin: 0px 5px 0px 5px;
	}
a
	{
		text-decoration: none;
		color: #333333;
	}
a:hover
	{
		text-decoration: underline;
	}
h1, h2, h3, h4, h5, h6
	{
		margin: 5px 0px 5px 0px;
		font-family: Tahoma;
		font-weight: 500;
		color: #0C6E3D;
	}
h1
	{
		font-size: 32px;
	}
h2
	{
		font-size: 22px;
	}
h3
	{
		font-size: 16px;
	}
h4
	{
		font-size: 16px;
	}
h6
	{
		font-size: 14px;
	}
table
	{
		border-top: 0px solid #CCCCCC;
		border-left: 0px solid #CCCCCC;
	}
td
	{
		padding: 3px 3px 3px 3px;
		border-right: 0px solid #CCCCCC;
		border-bottom: 0px solid #CCCCCC;
	}


/* frames - molduras */

#main
	{
		margin: auto;
		width: 773px;
	}
#header
	{
		padding: 3px 10px 10px 10px;
	}
#center
	{
		margin: auto;
		background-image: url(./background-center.gif);
	}
#bgtop
	{
		height: 10px;
		background-image: url(background-top.gif);
		background-repeat: no-repeat;
	}
#bgbottom
	{
		height: 10px;
		margin-bottom: -2px;
		background-image: url(./background-bottom.gif);
		background-repeat: no-repeat;
	}
#menu-left
	{
		float: left;
		width: 135px;
		margin: 10px 0px 10px 0px;
		font-size: 12px;
	}
#bgleft
	{
		width: 80px;
		height: 530px;
		margin-left: 7px;
		background-image: url(./background-left.gif);
		background-repeat: no-repeat;
	}
#content
	{
		float: right;
		_margin-top: -5px;
		width: 600px;
	}
#flash
	{
		padding: 0px 0px 0px 10px;
	}
#ibgconttop
	{
		height: 103px;
		background-image: url(./i-bg-cont-top.jpg);
		background-repeat: no-repeat;
	}
#ibgcontcenter
	{
		margin-top: -5px;
		padding-top: 10px;
		background-image: url(./i-bg-cont-center.jpg);
		background-repeat: repeat-y;
	}
#ibgcontbottom
	{
		height: 40px;
		background-image: url(./i-bg-cont-bottom.jpg);
		background-repeat: no-repeat;
	}
#obgconttop
	{
		height: 103px;
		background-image: url(./o-bg-cont-top.jpg);
		background-repeat: no-repeat;
	}
#obgcontcenter
	{
		margin-top: -5px;
		padding-top: 10px;
		background-image: url(./o-bg-cont-center.jpg);
		background-repeat: repeat-y;
	}
#obgcontbottom
	{
		height: 40px;
		background-image: url(./o-bg-cont-bottom.jpg);
		background-repeat: no-repeat;
	}
#baseboard
	{
		clear: both;
		height: 98px;
		width: 759px;
		margin: auto;
		background-image: url(./background-baseboard.jpg);
		background-repeat: repeat-x;
		color: #08F015;
	}
#header h1
	{
		text-indent: -9999em;
		background-image: url(./logo.gif);
		background-repeat: no-repeat;
	}
#header h1 a
	{
		display: block;
		width: 251px;
		height: 96px;
	}
#header ul
	{
		float: right;
		margin: -50px 10px 0px 0px;
		color: #858585;
		text-align: right;
	}
#header ul a
	{
		color: #858585;
	}
#header ul li
	{
		display: inline;
		padding: 0px 5px 0px 5px;
		float: right;
		margin: -25px 20px 0px 0px;		
	}
#menu-left ul
	{
		list-style: none;
	}
#menu-left ul li
	{
		padding-top: 5px;
	}
#menu-left a
	{
		width: 125px;
		padding-right: 30px !important;
		background-image: url(./menu-marker.gif);
		background-repeat: no-repeat;
		background-position: 130px 5px;
		display: block;
		color: #11EA33;
		text-align: right;
	}
#baseboard h6
	{
		color: #08F015;
	}
#baseboard a
	{
		color: #08F015;
	}
#baseboard ul
	{
		float: right;
		margin: -70px 20px 0px 60px;
		text-align: center;
	}
#baseboard ul li
	{
		display: inline;
		padding: 0px 5px 0px 5px;
	}
#address
	{
		margin: 20px 0px 0px 20px;
		padding: 20px 0px 0px 55px;
		background-image: url(./mini-logo.gif);
		background-repeat: no-repeat;
		background-position: left bottom;
	}
#by
	{
		float: right;
		margin: -40px 30px 0px 0px;
		font-size: 12px;
		font-weight: bold;
	}
#by a
	{
		color: #08F015;
	}
#field
	{
		padding: 3px 3px 3px 3px;
		border: 1px #006600;
		background-color: #0C6E3E;
		color: #FFFFFF;
	}
#security
	{
		clear: both;
	}
#content ul
	{
		margin-left: 30px;
	}
#ititle
	{
		padding: 0px 0px 0px 25px;
		margin-left: 10px;
		background-image: url(./marker-h.gif);
		background-repeat: no-repeat;
		background-position: 0px 15px;
		font-weight: 500;
	}
#icolumleft
	{
		padding-left: 30px;
		margin-top: -80px;
		width: 240px;
		float: left;
	}
#icolumright
	{
		padding-right: 50px;
		margin-top: -80px;
		width: 250px;
		float: right;
	}
#otitle
	{
		padding: 25px 0px 0px 25px;
		margin-left: 70px;
		background-image: url(./marker-h.gif);
		background-repeat: no-repeat;
		background-position: 0px 35px;
		font-weight: 500;
	}
#oblock
	{
		padding: 0px 50px 0px 30px;
	}
#ocolumleft
	{
		padding-left: 20px;
		width: 260px;
		float: left;
	}
#ocolumright
	{
		padding-right: 40px;
		width: 260px;
		float: right;
	}

