#body {
text-align:center;
}


#container {
	background-color: #FFFFFF;
	width: 1024px;
;margin:0 auto;
text-align:left;
}
#header {
	background-color: #FFFFFF;
; background-image: url(images/header3.jpg)
; background-repeat: no-repeat
; clip:      rect(   ); height: 150px; width: 1024px
; background-position: left center
; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size: 36px; font-style: normal; font-weight: normal; color: #0A6046; text-decoration: none; text-align: right
; top: 0px
; float: left
; vertical-align: middle
}

#content {
; list-style-position: outside; list-style-type: circle
; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size: 16px; font-style: normal; font-weight: normal; color: #000000; text-decoration: none
; background-image: none; margin: 10px 20px 0px; clip:     rect(   ); /*width: 790px*/ width:1000px
; padding: 0px 0px
}




#footer {
	background-color: #FFFFFF;
	margin:0 auto;
	height: 100px; width: 1024px;
	clear: both;
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: small;
	font-weight: normal;
	color:#000;
	text-align:center;
	border-top:1px solid #B8A795; /* line above footer */
}


h1 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #A2CC9B;
	line-height: 24px;
; top: 10px; clip:  rect(   )
; vertical-align: middle
}
h2 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	line-height: normal;
; margin-bottom: 10px
}
h3 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	line-height: normal;
; text-decoration: none; list-style-position: outside; list-style-type: circle
}

a {
	color: #0000FF;
	font-weight: normal;
	text-decoration: underline;
; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size: 16px; font-style: normal
}
a:visited {
	color: #6600CC;
	text-decoration: underline;
	font-weight : normal;
; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size: 16px; font-style: normal
}
a:hover {
	color: #0000F;
	text-decoration: underline;
; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size: 16px; font-style: normal; font-weight: normal
}



/* Main menu settings */
#centeredmenu {
   clear:both;
   float:left;
   margin:0;
   padding:0;
   border-top:1px solid #A2CC9B; /* line above menu */
   width:100%;
   font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif; /* Menu font */
   font-size:90%; /* Menu text size */
   z-index:1000; /* This makes the dropdown menus appear above the page content below */
   position:relative;
}

/* Top menu items */
#centeredmenu ul {
   margin:0;
   padding:0;
   list-style:none;
   float:right;
   position:relative;
   right:50%;
}
#centeredmenu ul li {
   margin:0 0 0 1px;
   padding:0;
   float:left;
   position:relative;
   left:50%;
   top:1px;
}
#centeredmenu ul li a {
   display:block;
   margin:0;
   padding:.6em .5em .4em;
   font-size:16px;
   line-height:1em;
   background:#A2CC9B;
   text-decoration:none;
   color:#FFF;
   font-weight:normal;
   border-bottom:1px solid #B8A795;
}
#centeredmenu ul li.active a {
   color:#fff;
   background:#B2D5AC;
}
#centeredmenu ul li a:hover {
   background:#81B8A3; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #DED6CE;
}
#centeredmenu ul li:hover a,
#centeredmenu ul li.hover a { /* This line is required for IE 6 and below */
   background:#B2D5AC; /* Top menu items background colour */
   color:#fff;
   border-bottom:1px solid #B2D5AC;
}

/* Submenu items */
#centeredmenu ul ul {
   display:none; /* Sub menus are hiden by default */
   position:absolute;
   top:2em;
   left:0;
   right:auto; /*resets the right:50% on the parent ul */
   width:10em; /* width of the drop-down menus */
}
#centeredmenu ul ul li {
   left:auto;  /*resets the left:50% on the parent li */
   margin:0; /* Reset the 1px margin from the top menu */
   clear:left;
   width:100%;
}
#centeredmenu ul ul li a,
#centeredmenu ul li.active li a,
#centeredmenu ul li:hover ul li a,
#centeredmenu ul li.hover ul li a { /* This line is required for IE 6 and below */
   font-size:16px;
   font-weight:normal; /* resets the bold set for the top level menu items */
   background:#B2D5AC;
   color:#FFFFFF;
   line-height:1.4em; /* overwrite line-height value from top menu */
   border-bottom:1px solid #ddd; /* sub menu item horizontal lines */
}
#centeredmenu ul ul li a:hover,
#centeredmenu ul li.active ul li a:hover,
#centeredmenu ul li:hover ul li a:hover,
#centeredmenu ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
   background:#A2CC9B; /* Sub menu items background colour */
   color:#FFFFFF
}

/* Flip the last submenu so it stays within the page */
#centeredmenu ul ul.last {
   left:auto; /* reset left:0; value */
   right:0; /* Set right value instead */
}

/* Make the sub menus appear on hover */
#centeredmenu ul li:hover ul,
#centeredmenu ul li.hover ul { /* This line is required for IE 6 and below */
   display:block; /* Show the sub menus */
}

	





#centeredmenufooter {
   float:left;
   width:100%;
   background:#fff;
   overflow:hidden;
   position:relative;
}
#centeredmenufooter ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
}
#centeredmenufooter ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
}
#centeredmenufooter ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 10px;
   background:#ddd;
   color:#000;
   text-decoration:none;
   line-height:1.3em;
}
#centeredmenufooter ul li a:hover {
   background:#369;
   color:#fff;
}
#centeredmenufooter ul li a.active,
#centeredmenufooter ul li a.active:hover {
   color:#fff;
   background:#000;
   font-weight:bold;
   
   

}