

html, body, #mainHolder ,#stage{
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, 
html>body #mainHolder,
html>body #stage
{
	height: auto;
}
body {
	position:absolute;
	margin: 0px;
	background-color: #F06;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

#mainHolder {
	position: absolute;
	top: 0;
    left: 50%;
	margin-left:-380px;
	width:760px;	
}

.void{
	clear:both;
}

img {
	display:block;
}
#page_header{
	margin-top:0px;
	border-bottom:0px solid white;
	width:760px;
}

.logo{
	font-size:28px;
	color:white;
}
#menuHolder{
	position:relative;
	top:55px;
	float:left;
}

#breadcrumbs{
	display:table-row;
	floaT:left;
	position:relative;
	padding:10px;
	background-image:url(../images/breadcrumbs_bg.png);
	top:116px;
	font-weight:bold;
	color:white;
}

#breadcrumbs a{
	color:white;
	font-weight:normal;
	text-decoration:none;
}

#page_torso{
	width:760px;
	padding-bottom:50px;
}

#logo{
	position:relative;
	padding: 0px 0px 0px 0px;
	float:left;
	margin-top:25px;
	width:225px;
}

#page_footer {
	position: absolute;
	bottom:0px;
	left:0px;
	width:760px;
	font-size:11px;
	color: #EFEFEF;
}

#page_footer_content{
	width:100%;	
}

#page_footer_content a{
	color: white;
}
#page_footer_content a:hover{
	color: #EFEFEF;
}

#page_footer_content *{
	color: #FFF;
}

hr{
	border: 1px solid white;
	border-top:1px solid #CCCCCC;
}

h1{
	color:#00779d;
	font-size:22px;
	font-weight:normal;
	margin:0;
}

h2{
	font-size:18px;
	color:white;
}

a {
	color:#F09;
}
a:hover{
	color:white;
}
ul{
	/*list-style-position: inside;*/
	margin:5px 0px;
	padding:0px 20px;
}

form {
	margin:0;
	padding:0;
	}
input{
	background-color:white;
	color:black;
	font-size:11px;
	line-height:12px;
	border:0;
	margin:0px 1px;
}

.submitBT{
	
	color:white;
	background-color:#00779d;
	text-transform:uppercase;
	font-weight:bold;
	line-height:14px;
}

