#header {
	width: 958px;
	height: 174px;
	margin: 0 auto;
	background: #FFF url(images/img04.jpg) no-repeat left top;
}

/* Logo */


.txtHeading {
	text-transform:uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EC842D;
	width: 100%;
	color:#FFF;
	height: 20px;
	margin: 20px 15px;
	-moz-box-shadow: 0 10px 5px #bacad6;
	-webkit-box-shadow: 0 10px 5px #bacad6;
	box-shadow: 0 10px 5px #bacad6;
}

.txtHeading2 {
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #333;
	width: 100%;
	color:#FFF;
	height: 20px;
	margin: 20px 15px;
	-moz-box-shadow: 0 10px 5px #bacad6;
	-webkit-box-shadow: 0 10px 5px #bacad6;
	box-shadow: 0 10px 5px #bacad6;
}

.txtHeading3 {
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CCC;;
	width: 100%;
	color: #000;
	height: 20px;
	margin: 20px 15px;
}

.txtSubHeading {
	text-transform: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #EC842D;
/*	background-color:#FFFFFF;
	border-color: #0066FF;
	border: outset; */
}



.mybutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05,  #EC842D), color-stop(1, #EC842D) );
	background:-moz-linear-gradient( center top, #EC842D 5%, #EC842D 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EC842D', endColorstr='#EC842D');
	background-color:#00F;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:30px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.mybutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #090), color-stop(1, #0F0) );
	background:-moz-linear-gradient( center top, #090 5%, #0F0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#090;
}.mybutton:active {
	position:relative;
	top:1px;
}

