@charset "utf-8";
/* CSS Document */
body {
	font-family:Arial; /* change as necessary */
	text-align:left;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000; /* change as necessary */
	margin:10px auto;
	/* Add a background colour, etc. as needed */
}
a 			{
			color:#666666;
			text-decoration:none;
			}
a:hover {
			text-decoration: underline;
			}
.link a {
			color:#1a7fba;
			text-decoration:none;
			}
.link a:hover {
			text-decoration: underline;
			}
#head-wrapper {
	width:100%;
	margin:0px auto;
	text-align: center;
}
#head {
	width:900px;
	margin:0 auto;
	text-align: center;
	height:249px;
	background-image:url(../images/head-top.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#000000;
	border:0px solid #990000;
}
.head-left{
	padding-top:20px;
	padding-left:10px;
	width:auto;
	float:left;
	}
.header-right{
	padding-top:0px;
	width: auto;
	float:right;
	}
/*body css start here*/
#body-wrapper {
	width:100%;
	margin:10px auto;
	text-align:center;
	}
#body {
	width:900px;
	padding:0px 0px 0px 0px;
	margin:0 auto;
	}
#body .bdy-top{
	width:898px;
	height:14px;
	background-image:url(../images/bdy-top.jpg);
	background-repeat:no-repeat;
	}
#body .bdy-mdl{
	width:896px;
	height:14px;
	background-image:url(../images/home_bdy_img.jpg);
	background-repeat:no-repeat;
	background-position:left bottom;
	border-left:1px solid #dededf;
	border-right:1px solid #dededf;
	/*min-height:470px;*/
	height:auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}
#body #bdy-mdl-inner { 
	 padding-bottom:180px;
	 min-height:200px;	
}	
#body .bdy-mdl h1{
	text-align:left;
	color:#df4f2c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}	
#body .bdy-btm{
	width:898px;
	height:14px;
	background-image:url(../images/bdy-btm.jpg);
	background-repeat:no-repeat;
	}
/*body css close here*/


/*footer css start here*/
#foot-wrapper {
	width:100%;
	margin:0 auto;
	text-align: center;
	}
#foot {
	width:900px;
	padding:0px 0px 0px 0px;
	margin:10px auto;
	color:#5b5c5c;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:30px;
}
#foot #copyright{
	float:left;
	margin:0 auto;
	text-align:left;
	}
#foot #logos{
	float:right;
	width:485px;
	color:#000000;
	padding:20px 15px 0px 0px;
	margin:0 auto;
	text-align:right;
	}
/*footer css start here*/
.clearer{
	clear:both;
	}