@import url("body.css");
@import url("form.css");
@import url("list.css");
@import url("block.css");
@import url("midCol_content_style.css");
/* CSS Document */

/**{font:12px/16px Arial, Helvetica, sans-serif;}*/

body{
	padding:0 0; 
	margin:0;
	background:#1C3F00; 
	/*color:#000;*/
}

p, td, th, img, form, input, h1, h2, ul, div{
	padding:0;
	margin:0;
}
ul{list-style-type:none;}
a{text-decoration:none;}

br{
	line-height:0 !important;
	font-size:0 !important;
}
/*h1, h2{
	font:17px/20px Georgia, "Times New Roman", Times, serif;
	padding:0 0 10px;
}*/

table#all{
	background-color:#FFFFFF;
	}
/*------------------------------------------------ Header Starts Hear ------------------------------------------------*/

td#header, td#header table td{vertical-align:top;}
td#header{padding:0 0 0;}

td#header table{
	height:307px;
	background:url(images/header-bg.jpg) no-repeat 0 0;
}
td#header table td#left{width:26px; background:url(images/header-bg-l.jpg) no-repeat 0 0;}
td#header table td#right{width:483px; background:url(images/header-bg-r.jpg) no-repeat 100% 0;}
td#header table td img{margin:46px 0 0px 0;}
td#header table td#headerImg{
	width:525px;
	background:url(images/header.jpg) no-repeat right top;
	padding:10px 0 0 0;
}

/*--------------------------------------------- Search Form Style Starts Here -------------------------------------------- */
td#headerImg form#search{
	background:url(images/search-bg.gif) no-repeat 0 0/* #000*/;
	float:right;
	height:120px;
	width:163px;
	padding:0 6px 4px;
	color:#000;
}
td#headerImg form#search h2{
	padding:0 0 5px;
	padding-bottom:0 0 3px;
	color:#010003;
}

td#headerImg form#search input.submit{
	width:82px;
	background:url(images/btns.gif) no-repeat 0 0;
}

/*------------------------------------------------------ Header Ends Here ----------------------------------------------*/

/*------------------------------------------------------ Footer Starts Here --------------------------------------------*/
td#footer, td#footer a{font-size:11px; font:normal 11px/20px Arial, Helvetica, sans-serif;}
td#footer{
	color:#96CF35;
	background:url(images/footer-bg.gif) repeat-x 0 0 #6D951D;
	text-align:center;
	height:55px;
}

td#footer a{color:#96CF35;}
td#footer a:hover{text-decoration:underline;}
/*------------------------------------------------------ Footer Ends Here ---------------------------------------------*/