html, body{
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body
{
	height: auto;
}

body {
	position:absolute;
	margin: 0px;
	padding:0px;
	background-color: #EED;
}

body,td,th {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#mainHolder {
	position: absolute;
	top:0px;
	left:50%;
	margin-left:-489px;
	width:978px;
	
	/* border:1px solid #888; */
}
#mainHolderInner{
	padding: 0px 15px;
	background-image:url('../images/bg_center.jpg');
	background-repeat:repeat-y;
}
.void{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
}
 object { 
	outline:none; 
}

img {
	display:inline;
	margin:0px;
	padding:0px;
}

#page_header{
	
	padding-top:10px;
	margin:0px;
}

#page_header a{
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
#page_header a:hover{
	text-decoration:underline;
	color:yellow;
}
#menuHolder{
	border-top:1px solid black;
	border-bottom:2px solid black;
	width:100%;
	
}

#menuHolder a{
	font-size:14px;
	font-weight:bold;
	padding:0px 3px;
}
#menuHolder a:hover{
	font-size:14px;
	font-weight:bold;
	color:black;
	background:yellow;
	text-decoration:none;
}

#page_torso{
}


#page_footer {
		
	font-size:11px;
	color: #444;
}

#page_footer_content{
	padding:10px 20px;
}

#page_footer_content a{
	color: #777;
	text-decoration:none;
}
#page_footer_content a:hover{
	
	text-decoration:underline;
}

#page_footer_content *{
	color: #666;
}

#mainHolder img{
	border:none;
}

hr{
	bordeR:0;
	border-top:1px solid #BBB;
	height:1px;
	}
h1{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
	font-size:30px;
	font-weight:bold;
	}
h2{
	font-size:20px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
	}
h3{
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}
h4{
	font-size:16px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}
h5{
	font-size:14px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}
h6{
	font-size:12px;
	font-weight:bold;
	display:block;
	margin:0px;
	padding:0px;
}
a {
	color:black;
	text-decoration:none;
	}
a:hover{
	color:black;
	text-decoration:underline;
}
form {
	margin:0;
	padding:0;
}

.formLabel{
	text-align:left;
}

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

