body {
background-color: #8CC81E;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color: #000000;
        font-size:15px;
        font-weight: normal;
        margin-top: 0px;
        padding-top: 0px;
        text-align: justify;
}


a {
  color: #003366;
  text-decoration: underline;
  font-size: 15px;      
  font-weight: bold;    
  font-family: Verdana, Arial, Helvetica, sans-serif;   
}

a:hover {               
  color: #669900;       
  text-decoration: underline;
  font-size: 15px;           
  font-weight: bold;         
  font-family: Verdana, Arial, Helvetica, sans-serif;        
}                            

a:visited {
  color: #003366;
  text-decoration: underline;
  font-size: 15px;
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

  
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:15px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
        text-align: justify;
}

H2,H3,H4,H5{
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:24px;
	font-weight: bold;
}  	
	
H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size:18px;
	font-weight: bold;
}

H3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #669900;
	font-size:18px;
	font-weight: bold;
}

H4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:15px;
	font-weight: bold;
	
}

P.repeathandsimage {
background: url(images/HOSANNA_FOOTER_HANDS.gif) repeat-x;
height: 40px;
}

.content {
        background-image: url(images/bg-cross.gif);
        background-repeat: repeat-y;
        background-position: 20px 20px 20px 20px, center;
        padding-left: 10px;
        padding-right: 5px;
        min-height:837px;
}

.contentpalms {
        background-image: url(images/bg-palm.gif);
        background-repeat: repeat-y;                            
        background-position: 20px 20px 20px 20px, center;        
        padding-left: 10px;
        padding-right: 5px;
        min-height:700px;
}                                         



.sidebarmenu ul{
margin: 0;
padding: 0;
font: bold 20px Verdana;
width: 240px; /* Main Menu Item widths */
list-style-type: none;
border-top: 1px solid #778;
border-left: 1px solid #778;
}
 
.sidebarmenu ul li{
position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #003366;
text-decoration: none;
padding: 6px;
border-bottom: 1px solid #778;
border-right: 1px solid #778;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active{
background-color: #ffffff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited{
color: #003366;
}

.sidebarmenu ul li a:hover{
background-color: #ffffff;
color: #669900;
}

.sidebarmenu ul li a:active{
background-color: #ffffff;
color: #669900;
}

/*Sub level menu items */
.sidebarmenu ul li ul{
position: absolute;
width: 240px; /*Sub Menu Items width */
top: 0;
visibility: hidden;
}

.sidebarmenu a.subfolderstyle{
background: url(images/right.gif) no-repeat 97% 50%;
}

 
/* Hack for IE \*/
* html .sidebarmenu ul li { float: left; height: 1%; }
* html .sidebarmenu ul li a { height: 1%; }
/* End */









.underlinemenu{
font: bold 20px Verdana;
font-weight: bold;
width: 100%;
}

.underlinemenu ul{
padding: 6px 0 7px 0; /*6px should equal top padding of "ul li a" below, 7px should equal bottom padding + bottom border of "ul li a" below*/
margin: 0;
text-align: center; //set value to "left", "center", or "right"*/
}

.underlinemenu ul li{
display: inline;
}

.underlinemenu ul li a{
color: #003366;
padding: 6px 3px 4px 3px; /*top padding is 6px, bottom padding is 4px*/
margin-right: 20px; /*spacing between each menu link*/
text-decoration: none;
border-bottom: 3px solid gray; /*bottom border is 3px*/
}

.underlinemenu ul li a:hover, .underlinemenu ul li a.selected{
border-bottom-color: #99cc33;
}

.underlinemenuactive us li a, .underlinemenuactive ul li a:hover, .underlinemenuactive ul li a.selected{
border-bottom-color: #99cc33;
}


.footer p {
  margin-top: 27px;
  color: #003366;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

.techninjas a {
  color: #b8b8b8;
  font-size: 8pt;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
}

.techninjas a:hover {
  font-size: 8pt;
  font-weight: normal;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.center {
  text-align: center;
}

