a:link {
color:#000033
}    
a:visited {
color:#000033
} 
a:hover {
color:#000033
}   
a:active {
color:#000033
}  

body {	
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: small;
	margin-top: 0em;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0em
	}
h1 {
	color: #FFFFFF;
	font-family:"Book Antiqua";
	font-size:2.7em
	}
h2  {
color: #000000;
	font-family:"Book Antiqua";
	font-size:1.7em
	}
h3  {
color: #000000;
	font-family:"Book Antiqua";
	font-size:1.2em
	}
table.main {
	background-color:#FFFFFF;
	width:1000px;
	height:125px;
	font-size:1.2em;
	text-align:center;
	 	 }
                /* header style */
table.heading {
     background-color: #000033; 
	 width:1000px; 
	 	 }
		        /* footer style */
table.footer {
     color:#003333;
	 background-color: #FFFFFF;
	 width:1000px; 
     height:auto;
	 
}

	 
		 
		 /* ####################   navigation bar styling   ################## */ 

.mynavbar {
	position: relative; 
  width: 1000px;
  height: 57px; /* corresponds to 'line-height' of a.navbartitle below */
  margin: 0; border: 0; padding: 0;
  background-color: #FFFFFF;
}


a.navbartitle {
  display: block; 
  float: left;
  color: #000033;
  background-color:  #FFFFFF;
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin: 0; border: 0; padding: 0;
  line-height: 23px; /* corresponds to 'top' value of .submenu below */
  text-align: center;
  text-decoration:none;
}
a.navbartitle:hover {
	background-color: #FFFFFF;
	color: #000033;
}
a.navbartitle:visited {
color: #000033
}
/* menu title widths */
#t1 { width: 100px; }
#t2 { width: 100px; }
#t3 { width: 100px; }
#t4 { width: 100px; }
#t5 { width: 100px; }
#t6 { width: 100px; }
#t7 { width: 100px; }
#t8 { width: 100px; }
#t9 { width: 100px; }
#t10 { width: 100px; }

table.navigationbar { 
width:auto;
margin:auto;
}
                         /* navigation bar sub menu style */

#home_submenu {position:absolute; left:0px; top:23px}
#ministries_submenu {position:absolute; z-index:1; left:0px; top:23px}
#culture_submenu {position:absolute; z-index:2; left:100px; top:23px}
#events_submenu {position:absolute; z-index:3; left:250px; top:23px}
#education_submenu {position:absolute; z-index:4; left:350px; top:23px}
#resources_submenu {position:absolute; z-index:5; left:200px; top:23px}
#mediaministry_submenu {position:absolute; left:0px; top:23px}
#contact_submenu {position:absolute; z-index:6; left:600px; top:23px}
#support_submenu {position:absolute; left:0px; top:23px}


.submenu {
	visibility:hidden
	position:absolute;
  z-index: 2;
  top: 23px; /* corresponds to line-height of a.navbartitle above */
  padding: 0; margin: 0; 
	width: 100px; /* If adjust this, then adjust width of .submenu below a too */
	color: #000033;
	background-color:  #FFFFFF;
	border: 0px solid #ffffff; /* box around entire sub-menu */
  font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	font-size: 11px; 
	font-weight:bold;
}
/* Fix IE formatting quirks. */
* html .submenu { width:100px;
 } /* IE needs narrower than width of .submenu above */
/* End */

/* position of each sub menu */
#home_submenu {  left: 0px; visibility: hidden;  }
#ministries_submenu {  left: 0px; visibility: hidden;  }



.submenu a
{
  display: block;
  color: #000033; 
  background-color: #FFFFFF;
  width: 100px; /* This should be width of .submenu above minus right-side padding on next line */
  padding: 0px 0px 0px 0px;
  text-decoration: none; 
  border-top: 0; border-left: 0; border-right: 0;
}


ul { position: relative; display: block; }
li { position: relative; display: block; }

.submenubox { 
  margin: 0; padding: 0; border: 0;
}
.submenubox ul
{
  margin: 0; padding: 0; border: 0;
  list-style-type: none;
}

.submenubox ul li { 
  margin: 0; padding: 0; border: 0;
}

.submenubox ul li a:link { }
.submenubox ul li a:visited {
	color: #000033;
}
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
.submenubox ul li a:hover
{
  color: #000033; /* text color for submenu items */
  background-color: #FFFFFF;
}

		 /* ####################   end navigation bar styling   ################## */ 

