body
{ 
	margin: 0px; 
	padding: 0px; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 11px; 
	line-height: 100%; 
	text-align: left; 
	vertical-align: middle; 
	background: url('web-body-bg.jpg');
}

body.home
{ 
	margin: 0px; 
	padding: 0px; 
	background-color: #ffffff; 
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 11px; 
	line-height: 100%; 
	text-align: left; 
	vertical-align: middle; 
	background: url('web-body-bg-home.jpg');
}

table.container
{
	background: #ffffff url('web-bg-body.jpg');
	width: 800px;
	height: 100%;
}

table.container-home
{
	background: #ffffff url('web-bg-body-home.jpg');
	width: 800px;
	height: 100%;
}

table.section-graphic
{
	width: 800px;
}

td
{
	font-family: Arial, Helvetica, Sans-Serif; 
	font-size: 12px; 
	line-height: 1.3em; 
	color: #666666;
	vertical-align: top;
}

td.container
{
	padding-right: 25px;
	padding-left: 0px;
	padding-top: 20px;
	width: 595px;
}

td.container-logo
{
	padding-right: 25px;
	padding-left: 25px;
	width: 750px;
	height: 60px;
}

td.container-menu-header
{
	padding-right: 20px;
	text-align: left;
	height: 20px;
}

td.container-menu-left
{
	font-size: 11px;
	padding-left: 25px;
	padding-right: 5px;
	padding-top: 20px;
	width: 150px;
}

td.container-footer
{
	padding-right: 25px;
	padding-top: 50px;
	vertical-align: bottom;
}

td.section-graphic
{
	padding-left: 5px;
	padding-right: 5px;
}

td.section-sides
{
	background: #009900 url('web-section-side-bg.jpg') repeat-x;
	padding: 0px;
}

td.main
{
	width: 385px;
	padding-right:20px;
}

td.main-no-split
{
}

td.green-left
{
	color: #008000;
	width: 190px;
	padding-right: 20px;
}

td.right-sub
{
	width: 190px;
	font-size: 11px;
}

img
{
	border: 0px;
}

img.menu-dot
{
	position: relative;
	top: 3px;
	margin-left: 8px;
	margin-right: 8px;
}

img.right-graphics
{
	margin-bottom: 5px;
}

b.title-main
{
	color: #009900;
	font-weight: bold;
	font-size: 15px;
}
b.title-sub
{
	color: #009900;
	font-weight: normal;
	font-size: 13px;
}

b.title-sub-sub
{
	color: #33cc33;
	font-weight: bold;
	font-size: 11px;
}

div.hr
{
	height: 1px;
	background: #00ff00 url('web-misc-filler.gif') no-repeat scroll center;
	margin-bottom: 10px;
	margin-top: 5px;
}
div.hr hr 
{
	display: none;
}

div.hrsub
{
	height: 1px;
	background: #ccff99 url('web-misc-filler.gif') no-repeat scroll center;
	margin-bottom: 5px;
	margin-top: 5px;
}
div.hrsub hr 
{
	display: none;
}


a.h1, a.h1:hover
{
	color: #008000;
	font-weight: bold;
	display: inline;
	font-size: 14px;
	text-decoration: none;
}

td.footer
{
	border: 1px solid #ccff99;
	width: 580px;
	color: #888888;
	padding: 5px;
	font-size: 11px;
}

td.footer-with-counter
{
	border: 1px solid #ccff99;
	border-right: 0px;
	width: 580px;
	color: #888888;
	padding: 5px;
	font-size: 11px;
}

td.footer-counter
{
	border: 1px solid #ccff99;
	border-left: 0px;
	width: 580px;
	color: #888888;
	padding: 5px;
	font-size: 11px;
	text-align: right;
}

div.counter
{
	width: 225px;
	height: 16px;
	background-color: #77ff77;
	padding-top: 2px;
	padding-right: 5px;
	float: right;
}

div.menu-home
{
	border-top: 1px solid #009900;
	border-bottom: 1px solid #009900;
	background: #006600;
	height: 20px;
	width: 100%;
	vertical-align: middle;
	text-align: right;
}

div.menu-sub
{
	border-top: 1px solid #00ff00;
	border-bottom: 1px solid #ccff99;
	background: #ffffff;
	height: 23px;
	width: 590px;
	vertical-align: middle;
	text-align: center;
	padding-top:1px;
	padding-right: 5px;
}



/* ------------------------------------ */
/* styles modified by marco */



a.menu-home
{
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial;
}

a.menu-home:hover
{
	color: #66ff66;
}

a.menu-home-selected
{
	color: #ffffff;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}

a.menu-home-selected:hover
{
	color: #66ff66;
}

a.menu-sub
{
	color: #006600;
	font-size: 10px;
	text-decoration: none;
	font-family: Arial;
}

a.menu-sub:hover
{
	color: #00cc00;
}

a.menu-sub-selected
{
	color: #006600;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial;
}

a.menu-sub-selected:hover
{
	color: #00cc00;
}


a.menu-left
{
	color: #006600;
	text-decoration: none;
	padding-left: 5px;
}

a.menu-left:hover
{
	color: #00cc00;
}

a
{
	color: #336633;
	text-decoration: none;
}

a:hover
{
	color: #33cc33;
}



/* ------------------------------------ */
/* styles added by marco */



ol, ul
{
	margin-left: 2.2em;
	padding-left: 0;
}

li
{
	margin-top: 1em;
}

li.green-left
{
	margin-top: 0;
	font-weight: bold;
}

li span
{
	font-weight: normal;
}

.highlight
{
	color: #009900;
}

.textS
{
	font-size: 10px;
}

.textSIndented
{
	font-size: 10px;
	line-height:1.2em;
	margin-left:10px;
	margin-right:20px;
}

.bodynote
{
	border-top: 1px solid #ccff99;
	color: #009900;
	padding-top: 5px;
	font-size: 10px;
}


/* blog section */
div.blog-header-date 
{ 
	background-color: #bdfd86; 
	font-weight: bold; 
	color: #88838a;
	padding: 4px;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 11px;
	height: 16px;
}

div.blog-title
{
	margin-bottom: 0px;
	padding-bottom: 4px;
	border-bottom: 1px solid #bdfd86;
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	clear: both;
}

div.blog-posted-by
{
	background-color: #e4fecb; 
	font-weight: bold; 
	color: #88838a;
	padding: 2px;
	margin-top: 4px;
	font-size: 11px;
	margin-bottom: 15px;
	height: 15px;
	clear: both;

}

div.blog-readmore
{
	background: url('blog-readmore-bullet.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

div.blog-body p
{
	margin-top: 4px;
}

div.blog-posted-by-comments
{
	display: inline;
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	float: right;
}

a.blog-title
{
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

a.blog-title:hover
{
	color: #33cc33;
}

a.read-more
{
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

a.read-more:hover
{
	color: #33cc33;
}

a.read-more-selected
{
	color: #33cc33;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
}

a.read-more-selected:hover
{
	color: #33cc33;
}

img.leaf-bullet
{
	background: url('blog-readmore-bullet.png');
	background-repeat: no-repeat;
	width: 16px;
	height: 12px;
}

div.blog-right-box
{
	background: url('blog-right-box-bg.png');
	background-repeat: repeat-x;
	border: 1px solid #c0fd89;
	background-color: #e5fecb;
	padding: 9px;
}

a.latest-entries
{
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

a.latest-entries:hover
{
	color: #33cc33;
}

a.blog-menu-left
{
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
}

a.blog-menu-left:hover
{
	color: #33cc33;
}

a.blog-menu-left-selected
{
	color: #33cc33;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	padding-left: 5px;
}

a.blog-menu-left-selected:hover
{
	color: #33cc33;
}

div.latet-comment-body
{
	line-height: 130%;
	margin-top: 9px;
	margin-bottom: 9px;
}

textarea.blog-commentfields
{
	border: 1px solid #828282;
	width: 100%;
}

.comment-name
{
	border: 1px solid #828282;
	width: 100%;
}

input.submit-comment
{
	background-color: #ffffff;
	border: 1px solid #15bb28;
	color: #336633;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

input.submit-comment:hover
{
	background-color: #33cc33;
	border: 1px solid #15bb28;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
}

img.comment-bullet
{
	background: url('blog-comment-bullet.png');
	background-repeat: no-repeat;
	width: 14px;
	height: 17px;
	position: relative;
	top: 2px;
}

div.blog-right-box-centered
{
	background: url('blog-right-box-bg.png');
	background-repeat: repeat-x;
	border: 1px solid #c0fd89;
	background-color: #e5fecb;
	padding: 9px;
	text-align: center;
}


.darkClass
{
display: none;
background-color: #000000;
filter:alpha(opacity=90); /* IE */
opacity: 0.90; /* Safari, Opera */
-moz-opacity:0.90; /* FireFox */
z-index: 20;
height: 100%;
width: 100%;
background-repeat:no-repeat;
background-position:center;
position:absolute;
top: 0px;
left: 0px;
padding-top: 55px;
}

#poll
{
	width: 694px;
	height: 795px;
	border: 0px;
}

img.rss-icon
{
	position: relative;
	top: 3px;
}

input.search-box
{
	border: 1px solid #828282;
	width: 164px;

}

input.search-button
{
	position: relative;
	top: 4px;
	left: 2px;
}
