@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:2px 5px 0; 
	margin:0;
	background:url(images/body-bg.gif) repeat-x 0 0 #6b6b6b; 
	/*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;
}*/

/*------------------------------------------------ Header Starts Hear ------------------------------------------------*/

td#header, td#header table td{vertical-align:top;}
td#header{padding:0 0 1px;}

td#header table{
	height:141px;
	background:url(images/header-bg.gif) repeat-x 0 0;
}
td#header table td#left{width:9px; background:url(images/header-bg-l.gif) no-repeat 0 0;}
td#header table td#right{width:9px; background:url(images/header-bg-r.gif) no-repeat 100% 0;}
td#header table td img{margin:52px 0 0 0;}
td#header table td#headerImg{
	width:516px;
	background:url(images/header.jpg) no-repeat 0 0;
	padding:12px 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:117px;
	width:209px;
	padding:2px 0 0 5px;
	/*margin:0 0 0 20px;*/
	color:#000;
}
td#headerImg form#search h2{
	padding:0 0 5px;
	padding-bottom:0 0 3px;
	/*margin:0 0 0 20px;*/
	color:#000;
}

td#headerImg form#search input.submit{
	width:82px;
	background:url(images/btns.gif) no-repeat 0 0;
	/*margin:0 0 0 20px;*/

}

/*------------------------------------------------------ Header Ends Here ----------------------------------------------*/

/*------------------------------------------------------ Footer Starts Here --------------------------------------------*/
td#footer, td#footer a{font-size:10px;}
td#footer{
	line-height:30px;
	color:#000;
	background:#d19b27;
	text-align:center;
}

td#footer a{color:#000;}
td#footer a:hover{text-decoration:underline;}
/*------------------------------------------------------ Footer Ends Here ---------------------------------------------*/
