html{
	height:100%;
}

body {
	padding:0;
	border:0;
	width:100%;
	font-family:helvetica, arial;
	font-size:75%;
	margin:0px;
	color:#4E4E50;
	background:#F78F1E;
	min-width:960px;
	position:relative;
	height:100%;
}

a{
	color:#F78F1E;
	text-decoration:none;
}

a:hover{
	color:#F78F1E;
	text-decoration:underline;
}

h1{
	color:#4E4E50;
	font-size:1.4em;
	margin:0px 0px 25px 0px;
}

h1 a{
	color:#4E4E50;
}

h2{
	color:#F78F1E;
	font-size:1.2em;
	margin:30px 0px 20px 0px;
}

h2 a{
	color:#F78F1E;
}

h3{
	color:#F78F1E;
	font-size:1em;
	margin:25px 0px 15px 0px;
}

h4{
	color:#F78F1E;
	font-size:1em;
	margin:20px 0px 10px 0px;
}

form{
	margin:0px;
}

input{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #BDBEC1;
	background-color:#E6E7E9;
}

select{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #8A8A8D;
	background-color:#E6E7E9;
}

textarea{
	font-family:helvetica, arial;
	font-size:1em;
	color:#636366;
	border:1px solid #BDBEC1;
	background-color:#E6E7E9;
}

img{
	display: block;
	border:0px;
	line-height:0px;
}

table{
	border:0px;
	font-family:helvetica, arial;
	font-size:1em;
}
table td{
	vertical-align:top;
}
table th{
	text-align:left;
	font-weight:bold;
	font-size:1em;
}

ul{
	list-style-image: url("/images/bullet.gif");
}

.infoMsg{
	color:#45A316;
	padding-left:23px;
	background:url(/images/info.png) no-repeat top left;
}

.errMsg{
	color:red;
	padding-left:23px;
	background:url(/images/error.png) no-repeat top left;
}

/* Header */

#headerbg{
	background-color:#FBFCFF;
}

#header{
	width:920px;
	margin:auto;
}

#headerimg{
	position:relative;
	height:172px;
}

#lngchoice{
	position:absolute;
	bottom:12px;
	left:43px;
	color:#F78F1E;
	text-transform: uppercase;
	word-spacing:2px;
}

#lngchoice a{
	color:#939598;
}

/* Middle */
#middlesh{
	width:920px;
	margin:auto;
	background:#FFFFFF url(/images/shadow.jpg) repeat-y top center;
}

#middlecontent{
	position:relative;
	background:#FFFFFF url(/images/contentbg.jpg) no-repeat top left;
	margin-left:30px;
	width:858px;
}

#content{
	position:relative;
	margin:0px 0px 25px 0px;
	padding:30px 50px 30px 50px;
	line-height:1.6em;
}

#pageImages{
	float:right;
	width:220px;
	margin-left:35px;
}
#pageImages img{
	padding:5px;
	border:1px solid #B4B4B4;
	margin-bottom:15px;
}

#footer{
	margin:auto;
	width:920px;
	clear:both;
	height:60px;
	background:url(/images/footer.jpg) no-repeat top left;
}

.pageclear{
	clear:both;
	line-height:0px;
	font-size:0px;
	height:1px;
}

.iconbtn{
	text-align:center;
	position:relative;
	font-style:italic;
}

.iconbtn a{
	display:block;
	position:absolute;
	top:11px;
	left:40px;
	color:#F68E1E;
}

.iconbtn .sel{
	text-decoration:underline;
}

.iconbtn .icon{
	position:absolute;
	top:6px;
	left:10px;
}
