/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
	margin: 0px;
	font-size:10pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	/*background-color:#A4D176;*/
	background-color: #385300;
	background-color:#eee;
}
#shadow{
    margin: 0px auto;
    background-image: url(../images/drop_shadow1.png);
    width: 900px;
}
#wrapper {
   margin: 0px auto;
   width: 850px;
   /*border: 1px solid  #009933;*/
}


/*header*/
#header {
  position: relative;
   height:135px; 
   width: 850px;
   /*background-color: #FFFFFF;  */
   background-image: url(../images/ba_headerbackground.png);
   
 }
 
#logo1{
 width: 360px;
 float:left;
 }
 
#logo1  img{	
    border: none;
  /* padding: 5px;*/
   height:110px;
   width:350px;
   padding-left:2px;
   padding-top:10px
   /*margin-top:0px;*/
  
}

#logo2{
 width: 150px;
 float:right;
 
 }
 
#logo2  img{	
   	border: none;
  /* padding: 5px;*/
   	height:120px;
   	width:100px;
	padding-left:20px;	
	padding-top:8px;
  	
    	
}

/* larg image background*/
#pageintro{
	width: 850px;
	height:60px;
	background-image: url(../images/bgintropage.png);
}



/*navigations*/
#nevigation{
   clear: both;    
   width: 850px;
   height:35px;
  background-color:#527900;
  
}


h1{
	padding-top:15px;	
	color: #003399;	
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

h1 a{
	text-decoration: none;
}
h1 a:link {
  color: #003399;
 } 
 
h1 a:visited{
  color: #003399;  
}

h1 a:hover {
  color: #CC0000;
}


h2{
	border-bottom: 1.5px solid #006600;
	width:auto;
	padding-top:10px;
	color: #003300;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 18px;
	
}

 h3{
	padding-top:20px;	
	color: #336600;	
	font-size: 15px;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	/*text-decoration: underline;*/
}

h3 a{
    text-decoration: underline;
    
}
h3 a:link {
   color: #336600;
  }
 
h3 a:visited{
  color: #336600;
 
}
h3 a:hover {
  color:#990000 ;
}

h4{
	padding-top:12px;
	padding-left: 15px;
	padding-bottom:10px;
	font-size:25px;	
	color: #FFFFFF;
	font-family: "trebuchet ms", verdana, arial, sans-serif;

}

h5{
	padding-top:20px;
	padding-left: 5px;
	padding-bottom:10px;
	font-size:13px;	
	color: #003300;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	
}
h5 a{
	text-decoration:none;
}
h5 a:link {
  color: #0066FF;
  }
 
h5 a:visited{
  color: #663300;
 
}

h5 a:hover {
  color: #CC0000;
}

h6{
	padding-top:10px;
	padding-left: 5px;
	padding-bottom:8px;
	font-size:13px;	
	color: #CC0033;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
h6 a{
	text-decoration:none;
	border-bottom:1px dashed;
	
}
h6 a:link {
  color: #CC0033;
  }
 
h6 a:visited{
  color: #CC0033;
 
}

h6 a:hover {
  color: #0000FF;
}

/* middle contents*/
#midcontent{
	 width: 850px;
	 height:auto;	
	 background-image: url(../images/coloumn1.png);

	
}


table{
	/*margin-left:3px;*/
	margin-right:10px;
	margin-top:5px;
	caption-side: top;
	border: thin solid green;
	border-collapse:collapse;


}



td{
width:260px;
height:40px;
padding-left:10px;
padding-right:15px;
padding-top:5px;
padding-bottom:5px;
border: thin dotted green;

}

caption{
	padding-top:6px;
	font-size:13px;
	font-family:"trebuchet ms", verdana, arial, sans-serif;
}
.cellcolor1{
	/*background-color:#CFE4B8; */
	

}

.cellcolor1 a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

.cellcolor1 a:link {  
  color: #003300;
  /*font-weight:bold;*/
  }
 
.cellcolor1 a:visited{
   color: #003300;
 
}

.cellcolor1 a:hover {
  color: #990000;
}

.cellcolor2{
	/*background-color: #884400;*/
	

}

.cellcolor2 a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

.cellcolor2 a:link {  
  color: #003300;
  /*font-weight:bold;*/
  }
 
.cellcolor2 a:visited{
   color:#003300;
 
}

.cellcolor2 a:hover {
  color: #990000;
}






ul.sidemenu {
  list-style:none;
}

ul.sidemenu li {
  margin: 1px 0;
}

ul.sidemenu li a {
  display: block;
  width: 180px;
  height: 25px;
  line-height: 25px;
  color: #FFFFFF;
  text-decoration: none;
  background: #669900 url(../images/button.png) no-repeat left top;
  text-indent: 25px;
}

ul.sidemenu li a:hover {
  background: #A3CC75 url(../images/button-over.png) no-repeat left top;
  color: #003300;
}


p{
	font-size:10pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	padding-left:2px;
	padding-top:3px;
}
p a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

p a:link {  
  color:#006600;
  /*font-weight:bold;*/
  }
 
p a:visited{
   color:#006600;
 
}

p a:hover {
  color: #CC0000;
}

p.style3{
	padding: 2px 2px 2px 2px;
	color: #032167;
	font-size:10pt;
	font-weight:bold;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

p.style7{
	padding: 10px 10px 4px 0px;
	color: #003300;
	font-size:13pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style8{
	padding: 0px 0px 0px 0px;
	color: #000000;
	font-size:10pt;
	font-weight:bold;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style8 a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

p.style8 a:link {  
  color:#006600;
  /*font-weight:bold;*/
  }
 
p.style8 a:visited{
   color:#006600;
 
}

p.style8 a:hover {
  color: #CC0000;
}

p.style9{
	padding: 10px 10px 5px 0px;
	color: #000000;
	font-size:10pt;
	font-weight:bold;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style9 a:link {  
  color:#006600;
  /*font-weight:bold;*/
  }
 
p.style9 a:visited{
   color:#006600;
 
}

p.style9 a:hover {
  color: #CC0000;
}

p.style10{
	padding: 20px 10px 4px 80px;
	color: #0000CC;
	font-size:13pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style10 a:link {  
  color:#0000CC;
  /*font-weight:bold;*/
  }
 
p.style10 a:visited{
   color:#0000CC;
 
}

p.style10 a:hover {
  color: #CC0000;
}

p.style11{
	padding: 10px 10px 20px 80px;
	color: #FF3300;
	font-size:13pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style11 a:link {  
  color:#FF3300;
  /*font-weight:bold;*/
  }
 
p.style11 a:visited{
   color:#FF3300;
 
}

p.style11 a:hover {
  color: #003300;
}
p.style12{
	padding: 0px 10px 4px 0px;
	color: #0000CC;
	font-size:13pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style13{
	padding: 10px 10px 20px 90px;
	color: #DC0067;
	font-size:13pt;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

p.style14{
	padding: 10px 25px 20px 30px;
	color: #993300;
	font-size:12pt;
	font-weight:bold;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}
p.style15{
	padding: 10px 25px 20px 150px;
	color: #CC0066;
	font-size:10pt;
	font-weight:bold;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
}

ol.activity1 {
padding-left:20px;
}

ol.activity1 li a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

ol.activity1 li a:link {  
  color:#006600; 
}
 
ol.activity1 li a:visited{
   color:#006600;
 
}

ol.activity1 li a:hover {
  color: #CC0000;
}


ul.activity2 {
padding-left:20px;
}

ul.activity2 li a{
	text-decoration: none;
	border-bottom:1px dashed;	
	
}

ul.activity2 li a:link {  
  color:#006600; 
}
 
ul.activity2 li a:visited{
   color:#006600;
 
}

ul.activity2 li a:hover {
  color: #CC0000;
}



#midleft { 
	float: left;
    width: 184px;
    padding: 8px;
	/*background-color: #EAFFEA;*/
	/* height:auto;*/
	
}
  
#midright{	
	float: left;
    width: 634px;  
    padding: 8px;
	/*background-color: #D2FFD2;	*/
	height:auto; 
}




/* foodter*/
#footer {
   clear: both; 
   width: 850px; 
   }
   
#footer1{ 
     height: 40px; 	
	 background-color: #669933;
   /* padding: 10px 5px 20px 0px; */
}
ul#footstyle1{    
   list-style: none;
   font-size:12px;     
   color:#FFFFFF; 
   padding-top:10px;
   padding-left:25px;	
	
}
ul#footstyle1 li {
   float: left;
   color:#FFFFFF
   font-family: verdana, arial, sans-serif;
   font-size:12px;
   font-weight:500;
 }  
ul#footstyle1 a:link {
  color: #FFFFFF;
  }

ul#footstyle1 a:hover {
  color: #FFFFFF;
  }
ul#footstyle1 a{
	 margin-left:10px;
	 text-decoration: none;
	/* text-transform: uppercase;*/
	 color: #FFFFFF;
}

#footer2  {
    height:40px;
	background-color: #387100; 
		   

}

ul#footstyle2{    
   list-style: none;
   font-size:12px;     
   color:#FFFFFF; 
   padding-top:10px;
   padding-left:70px;	
	
}


ul#footstyle2 li {
   float: left;
   color:#FFFFFF
   font-family: verdana, arial, sans-serif;
   font-size:12px;
   font-weight:500;
 }  
ul#footstyle2 a:link {
  color: #FFFFFF;
  }

ul#footstyle2 a:hover {
  color: #FFFFFF;
  }
ul#footstyle2 a{
	 margin-left:10px;
	 text-decoration: none;
	/* text-transform: uppercase;*/
	 color: #FFFFFF;
}
#footer2 p{    
    padding-top:15px;
    padding-left: 170px;	
    color:#006AEE;
	font-family:  verdana, arial, sans-serif;
	font-size:13px;
	
}
#footer3{
	height:40px;
	background-color: #fff;
}

#footer3 p{    
    padding-top:15px;
    padding-left: 320px;	
    color: #006600;
	font-family: verdana, arial, sans-serif;
	font-size:10px;
	
}
#shadow_bottom {
	 clear: both;
	/* width: 100%;*/
	 width: 900;
	 height: 10px;
	 background-image: url(../images/drop_shadow_bottom.png);
}
