/* IE PNG FIX */
a, a:active, a:visited {
	color: #202020;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	font-family: Tahoma;
	letter-spacing:1px;
	margin-bottom: 14px;
	color: #FFFFFF;
	padding-bottom: 0px;	
}
h2 {
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	background:url(../images/whiteLine.gif) repeat-x left 19px;
	padding-bottom: 7px;
	margin-bottom: 6px; 
}

#container {
	width: 945px;
}

#headerNav {
	background-image: url(../images/region_nav_bg.png);
}

#content {
	height: 365px;
}

#mainHolder {
	position: absolute;
	top: 50%;
	margin-left: -472px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	width: 100%;
}
#innerHolder {
	position: absolute;
	top: -280px;
	left: 50%;
	width: 945px;
	height: 70px;
	visibility: visible
}

td#submit input
{ 	width: 71px;
	height: 30px;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: transparent url(../images/goButton.gif) no-repeat; 
	color: #ffffff;
	font-size: 11px;
}

td select, td select option
{
    text-transform: capitalize;
}

