BODY {
  text-align: center;
  background: #000000;
  color: #ffffff;
  margin: 0px;
  background-position: 0 0;
  background-attachment: fixed;
}

img {
	border: none;}


.click-menu {
    width: 210px;
}

.click-menu .section {
    background-color: #2D3031;
    font-family: arial;
    font-size: 12px;
    line-height: 15px;
    padding: 5px 5px 6px 5px;
    border-width: 1px;
    border-color: #448882;
    border-style: none solid solid solid;
    display: none;
}
.click-menu .section a {
font-weight: bold;
    color: #CCFFFF;
    text-decoration: none;
    white-space: nowrap;
}
.click-menu .section a:hover {
    color: #ffffff;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .section a:active{
    color: #FFFFBB;
    text-decoration: none;
    white-space: nowrap;
}

.click-menu .box1 {
    background-color: #000000;
     color: #2AEDEC;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #9DCA04;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}


.click-menu .box1-hover {
	background-color: #80A844; 
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid solid solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open {
 
      background-color: #80A844;
     color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #448882;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1-open-hover {
    background-color: #80A844
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    font-family: tahoma;
    padding: 4px 8px;
    border-width: 1px;
    border-color: #99CCAE;
    border-style: solid solid none solid;
    cursor: default;
    position: relative;
}
.click-menu .box1 img, .click-menu .box1-hover img, .click-menu .box1-open img, .click-menu .box1-open-hover img {
    position: absolute;
    top: 6px;
    right: 6px;
}

.click-menu .box2 {
 font-weight: bold;
    font-size: 11pt;
font-family: calibri,arial,tahoma;
    border-width: 1px;
    border-color: #64BECE;
color: #96E7E7;
border-bottom: 1px dotted #a5a5a4;
}


:link.over2 {
background-color:#80A844;
color: #688837;
text-decoration: none; 
font-weight:bold;
	}
:link.out2 {
background-color:#80A844;
color: #688837;
text-decoration: none; 
font-weight:bold;
	}

:visited.out2{
background-color:#C0D89C; 
color: #ffffff;
text-decoration: none; 
font-weight:bold;
	}

:hover.out2 {
background-color: #688837; 
color: #ffffff;
text-decoration: underline; 
font-weight:bold;
	}
	
:visited.over2{
background-color:#80A844; 
color: #688837;
text-decoration: none; font-weight:bold
	}

:hover.over2 {
background-color: #1E4B51; 
color: #80A844;
text-decoration: underline; 
font-weight:bold;
	}
	

	.LinkSmall   { font-family: calibri,tahoma,arial; font-size: 9pt; color: #E6F7BF; text-align: center; 
               text-decoration: none; font-weight: bold  }
    :hover.LinkSmall   { font-family: calibri,tahoma,arial; font-size: 9pt; color: #FF00FF; text-align: center; 
               text-decoration: none; font-weight: bold  }

 
  :hover.AddressNorm { 
font-family: Calibri; 
font-size: 10pt; 
color: #A6D810 }


a {
	color: #ADCA1d;
	text-decoration: none;
	 font-weight: bold;
    font-size: 11pt;
    font-family: calibri,comic sans ms,arial,tahoma;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
	 font-weight: bold;
    font-size: 11pt;
    font-family: calibri,comic sans ms,arial,tahoma;
}
      
   .copyright {
   font-size : 8pt;
   font-family : Arial, Helvetica, sans-serif;
   color : #E6F7BF;
   text-align : left;
   margin : 0;
   }
   
a.button {
    /* Sliding right image */
    background: transparent url('/images/buttons/button_right2c.png') no-repeat scroll top right; 
display: block;
float: left;
height: 20px; 
margin-right: 1px; 
padding-right: 15px; 
text-decoration: none;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}
a.button span {
background: transparent url('/images/buttons/button_left2c.png') no-repeat; 
display: block;
line-height: 10px; padding: 5px 0 5px 15px;  
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
} 
a.button:hover span{
text-decoration:underline;
color: #ffffff;
}

a.button:active {
    background-position: bottom right;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    line-height: 10px;
    padding: 5px 0 5px 15px; /* 10 0 4 15  6 0 4 18 push text down 1px */
     color: #000000;
      outline: none; /* hide dotted outline in Firefox */
}
