body {

	margin-top:0;
	 margin-bottom:0; 
	margin-left:0;
	margin-right:0;
	text-align:center; /*margin: 0 auto" only centers an element in IE if the parent element has a "text-align: center"*/
	
}

#shell {
		width:804px;
		margin:0 auto; /*margin: 0 auto" only centers an element in IE if the parent element has a "text-align: center"*/
		text-align:left;
		position:relative;
	}


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.arial {
	font-size: 12px;
	/*color: #00F;*/
}


#searchwrapper {
position:absolute;
top:5px;
left:580px;
background-image:url(../images/searchboxBackground.jpg);
background-repeat:no-repeat; /*important*/
background-color:transparent;
padding:0px;
margin:0px;
font-family: Arial,Helvetica,sans;
font-size:10px;
color:#000000;
height:22px;
overflow:hidden;

}

#searchwrapper {
	display:inline;
	width:205px;
	padding-top:4px;
	/*Added May 5,2011 to try to fix IE6 and IE7 space between the header graphic and nav bar*/
	padding-bottom:2px;

}

#searchwrapper form {
	display:inline;
}

#searchwrapper src {
	display:inline;
}

.searchbox {
	
	display:inline;
	background-repeat:no-repeat; /*important*/
	background-color:transparent;/*important*/
	position:relative;
	padding-right:5px;
	margin:0px;
	left:0px;/*5px;*/
	top:0px;/*-2px;*/
	width:0px;/*160px;*/
    	height:0px;/*22px;*/
    	border: 0px;
	outline:none; /*tells safari not to add a glowing border around input box*/ 

	
}
.searchbox_submit {
	display:inline
	width:26px;

	
	}	
	

#pagecontent {
	display:block;
	margin-left: auto; margin-right: auto;
}	


#shutdown {

        display:block;
        margin-left:auto;
        margin-right:auto;
        font-family:Arial,Helvetica,sans;
        font-size:12px;
        color:#800000;
        font-style:italic;
        font-weight:700;
        position:relative;
        top:7px;
        padding:12px;
        border:2px solid #FF0000;
        width:772px;

}



