

 body{
    background-color:#2e402a;
    margin:0px;
    margin-top:10px;
}
.headStyle{
    background-image:url('img/common/head_b.png');
    background-repeat:no-repeat;
    background-position:center;
    width:539px;
    height:115px;
}

.headSepaStyle{
    background-image:url('img/common/bg.jpg');
    background-repeat:repeat-x;
    background-position:top;
    height:29px;
}

.menuStyle{
    background-image:url('img/green/menu_bck.jpg');
    background-repeat:repeat;

    height:60px;
}
a.menu{
    font-family:"Arial";
    font-size:10pt;
    letter-spacing:0.2em;
    color:#F5F9C6;
    text-decoration:none;
}
a.menu:hover{

    font-family:"Arial";
    font-size:10pt;
    letter-spacing:0.2em;
    color:#F5F9C6;
    text-decoration:underline;
}

.footStyle{
    background-image:url('img/green/foot_sepa.jpg');
    background-repeat:repeat;
    height:69px;
    font-family:"Arial";
    font-size:10pt;
    letter-spacing:0.2em;
    color:#E7EEA8;
    text-decoration:none;
}
.content{
    font-family:"Arial";
    font-size:12px;
    color:#F5F9C6;
    text-decoration:none;
}
.contentTitle{
    font-family:"Arial";
    font-size:16px;
    color:#F5F9C6;
    font-weight:normal;
    text-decoration:none;
}
.contentTitleTopic{
    font-family:"Arial";
    font-size:18px;
    color:#F5F9C6;
    font-weight:bold;
    text-decoration:none;
}
.footContent{
    font-family:"Arial";
    font-size:12px;
    color:#F5F9C6;
    text-decoration:none;
}
.footContent a{
    font-family:"Arial";
    font-size:12px;
    color:#F5F9C6;
    text-decoration:none;
}
.footContent a:hover{
    font-family:"Arial";
    font-size:12px;
    color:#F5F9C6;
    text-decoration:none;
}

.contentPic{
    border:1px solid #F5F9C6;
}
.subMenuStyle{
  
}
a.subMenu{
    font-family:"Arial";
    font-size:8pt;
    letter-spacing:0em;
    color:#F5F9C6;
    text-decoration:none;
}
a.subMenu:hover{

    font-family:"Arial";
    font-size:8pt;
    letter-spacing:0em;
    color:#F5F9C6;
    text-decoration:underline;
}

.imgBorder{
    border:5px solid #F5F9C6;  
}
/*gallery styles*/
a.categoryStyle	{
						color:#000000;
						text-decoration:none;
						font-size:14px;
						font-weight:bold;
						}

td.category {
	background-image:url(img/common/button_on.gif); 
	vertical-align:middle;
	background-repeat:no-repeat;

}

td.categoryActive {
	background-image:url(img/common/button_act1.gif); 
	vertical-align:middle;
	background-repeat:no-repeat;

}


td.category:hover {
	background-image:url(img/common/button_off.gif); 
	vertical-align:middle;
	background-repeat:no-repeat;

}
.upArrow{
    background-image:url('img/common/up1.png');
    background-repeat:no-repeat;
    width:25px;
    height:25px;
}
.downArrow{
    background-image:url('img/common/down1.png');
    background-repeat:no-repeat;
    width:25px;
    height:25px;
}
/*SUBMENU STYLES*/
.subMenuStyle{
    background-color:#1e2d1a;
    border-top:1px solid #F5F9C6;
    border-bottom:1px solid #F5F9C6;
  
}
/*NEWSLETTER BOX STYLES*/
div.subscribeClass{
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;    
    
    background-color:#1e2d1a;
    border: 1px dotted #F5F9C6;
}

input.newsInput{
    font-family:"Arial";
    font-size:8pt;
    letter-spacing:0em;
    color:#1b1a2c;
}

input.newsButton{
    background-color:#1e2d1a;
    border: 1px solid #F5F9C6;
    font-family:"Arial";
    font-size:8pt;
    letter-spacing:0em;
    color:#F5F9C6;    
}
