@charset "utf-8";
/* CSS Document */

body{
	background:url(images/bg.jpg);
	background-repeat:repeat-x;
	margin-bottom:0px;
	margin-top:15px;
	margin-left:0px;
	margin-right:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-style:normal;
	font-weight:normal;
	color: #3A3A3A;
	line-height: 1.4;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1, h2, h3, h4 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF5400;
	line-height: .9;
}

#pgeHdr{
	background-image: url(images/pgeHdr.jpg);
	background-repeat: no-repeat;
	width:1000px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 1px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 134px;
	background-position: top left;
}
#pgeNav{
	width:1000px;
	margin-bottom:0px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:49px;
}
#pge {
	width: 1000px;
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	clear: both;
	height: 100%;
}
#pgeLeft {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 440px;
	float: left;
}
#pgeRight {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 460px;
	padding-right: 0px;
	float: none;
}
#pgeFooter {
	clear: both;
	background-color: #0f2d6f;
	color: #fff;
	height: 100px;
	border-top: 5px solid #FF5400;
}
#pgeFooter img{
	float:left;
	
}
.footInner,.footInner a  {
	color: #fff;
	padding-top: 5px;
	text-decoration: none;
}
.boxed {
	background-color: #f7f7f7;
	padding: 5px;
}
.boxed img{
	float:left;
	background-color: #f7f7f7;
	border: 1px solid #000;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}
.btnOff{
	background-image: url(images/btn_off.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 49px;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
.btnOn{
	background-image: url(images/btn_on.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 49px;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
.btnOff:hover{
	background-image: url(images/btn_on.jpg);
	background-repeat: no-repeat;
	width: 109px;
	height: 49px;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	font-weight: bold;
}
