BODY
{
	background-image: url('../images/bg.png');
	background-repeat: repeat-x;
	background-color: #a8d2a3;
    font-family: Arial, Verdana;
    font-size: 12px;
	overflow-y: scroll;
}

IMG
{
    border: 0px;
}

A
{
    color: #207717;
}

H1
{
    color: #207717;
	font-size: 18pt;
}

H2
{
    color: #ae865e;
	font-size: 18pt;
	margin-top: 20px;
	margin-bottom: 20px;
}

H3
{
    color: #207717;
}

H4
{
    color: #207717;
    padding: 0px;
    margin: 0px;	
}

.clear
{
	float: none;
	clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

#container #toolbox{
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
}

#content #left{
	float: left;
	width: 638px;
	margin-right: 40px;
}

#content #right
{
    float: left;
    width: 295px;
}

#container
{
    width: 976px;
	margin: 0px auto 0px auto; 
}

#container #header{
	margin: 0px 0px 10px 0px;    
}

#container #header #logo 
{
    float: left;
    margin: 11px 0px 0px 0px;
    height: 105px;
    width: 273px;
}

#printlogo{
	display: none;
}

#container #header #right
{
    float: left;
    height: 116px;    
}

#container #header #right #club
{
    height: 83px;
    text-align: right;
}

#container #header #right #menu
{
	background-image: url('../images/menu.png');
	background-repeat: no-repeat;
    height: 33px;
    width: 703px;
}

#container #header #banner
{
    height: 100px;
    width: 941px;
	background-repeat: no-repeat;   
    color: #FFFFFF;
    text-align: right;
    padding: 45px 35px 0px 0px; 
    font-size: 14px;
}

#container #header #banner H2
{
    color: #b98827;
    margin: 0px;
    padding: 0px;    
}

#container #header #banner P
{
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

#container #footer .label
{
	margin: 15px 0px 5px 15px; 
	color: #4d8e45;
}

#container #content .column_left
{
    width: 676px;
    float: left;
}

#container #content .column_right
{
    width: 280px;
    float: left;
    margin: 0px 0px 0px 20px;
}

.button_start, .button_stop
{
    background-image: url('../images/button_start.png');
    background-repeat: no-repeat;
	color: #d2a64c;
	padding: 2px 0px 2px 20px;
}

.button_stop
{
    background-image: url('../images/button_stop.png');
}

/* block */
#container #content .block
{
    background-color: #FFFFFF; 
}

#container #content .block .border_top
{
    background-image: url('../images/border_top.png');
    background-repeat: repeat-x;
	background-position: top;        
}

#container #content .block .border_top DIV
{
    background-image: url('../images/border_topleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#container #content .block .border_top DIV DIV
{
    background-image: url('../images/border_topright.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;    
}

.block .border_vertical
{
    background-image: url('../images/border_left.png');
    background-repeat: repeat-y;
	background-position: left;        
}

.block .border_vertical DIV
{
    background-image: url('../images/border_right.png');
    background-repeat: repeat-y;
	background-position: right; 
    padding: 10px 30px 10px 30px;    
}

#left .block, #right .block
{
    margin: 30px 0px 0px 0px;;
}

#left .block_first, #right .block_first
{
    margin: 0px;
}

.block .border_vertical DIV DIV,  #right .block .border_vertical DIV DIV
{
    background-image: none; 
    padding: 0px;    
}

.block .border_bottom
{
    background-image: url('../images/border_bottom.png');
    background-repeat: repeat-x;
	background-position: bottom;        
}

#container #content .block .border_bottom DIV
{
    background-image: url('../images/border_bottomleft.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#container #content .block .border_bottom DIV DIV
{
    background-image: url('../images/border_bottomright.png');
	background-repeat: no-repeat;
	background-position: top right;
	height: 10px;
}

/* paging */
div.Paging
{
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}

div.Paging ul
{
	list-style: none;
}

div.Paging ul li
{
    vertical-align: middle;
	padding: 5px 5px 5px 5px;
	text-align: center;
    display: inline;
    width: 20px;
}

div.Paging ul li.CurrentPage
{
    font-weight: bold;
    text-decoration: underline;
}

/* picture */
div.picture div.readMore
{
  text-align: right;
}

.picture .navigation
{
  text-align: center;
  height: 20px;  
}

.picture .item
{
  text-align: center;
}

div.picture div.slideshow
{
  padding: 10px 0px 10px 0px;
  text-align: center;
}

.picture .thumbs
{
  text-align: center;
}

/* buttons */
.nextbutton, .backbutton, .button
{
    background-image: url(../images/button.gif);
    background-repeat: repeat-x;
    font-weight: normal;
    height: 25px;
    float:left;
	text-decoration: none;
	margin: 5px 0px;

}

.backbutton span
{
    background-image: url(../images/backbutton_left.gif);
	padding-left: 30px;
}
.button span
{
    background-image: url(../images/button_left.gif);
}

.nextbutton span
{
	background-image: url(../images/button_left.gif);
}

.button span, .nextbutton span, .backbutton span
{
    background-repeat: no-repeat;
    height: 25px;
    color: #000;
    display: block;
}

.backbutton span span
{
	background-image: url(../images/backbutton_right.gif);
}
.button span span{
    background-image: url(../images/backbutton_right.gif);
}

.nextbutton span span{
    background-image: url(../images/button_right.gif);
}

.button span span, .nextbutton span span, .backbutton span span
{
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 30px;
    padding-top: 4px;
    padding-left: 10px;
    height: 21px;
}

.button span span
{
    padding-right: 10px;
}

/* news block homepage*/
.news a.nextbutton span span
{
    padding-right: 85px;
}

.row,  .block .border_vertical div div.row
{
    border-bottom: solid 1px #e2e2e2;
    padding-bottom: 25px;
    padding-top: 25px;
}

.row .textblock
{
    float: left;
    width: 430px;
}

.row .image
{
    float: left;
    width: 110px;
    margin-right: 25px;
    margin-bottom: 25px;
}

.row .image img
{
    border: solid 1px #9c9c9c; 
}

.block .border_vertical div .news
{
	padding-left: 0px;
	padding-right: 0px;
}

.news .title
{
	font-weight: bold;
}

#right ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#right ul li
{
    padding: 2px 0px;
}

#right ul li a
{
	color: #000;
	text-decoration: none;
}

#right ul li a:hover
{
	text-decoration: underline;
}

#right ul li a .date
{
	color: #AE865E;
}

/* poll */
.poll .statement
{
	font-weight: bold;
}