/*
<link rel="stylesheet" type="text/css" media="all" href="vigilant.css" />
<link rel="stylesheet" type="text/css" media="print" href="vigilant-print.css" /> 
*/
* {
	background: none ! important;
	color: #333333 ! important;
	height:auto ! important;
	page-break-inside: auto;
	overflow: visible;
	width:auto;
}
/*NOTE: IE cannot exceed a slim 605 page width*/

body {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0;
padding:0;
}

p {
line-height:1.368em;
margin:0;
padding:0 10px 10px;
}

hr {
color:black;
display:block;
float:left;
height:1px;
}

#wrapper {
	display:block;
	margin:0 0;
	width:auto;
	page-break-inside: void;
	overflow: visible;
}

#header-nav {
	display:none;
}

#header-print {
	display:block;
	font-size:16px;
	font-weight:bold;
	width:100%;
}

#content-header {
	display:block;
	float:left;
	width:auto;
}

#content-wrapper {
	display:block;
	float:left;
	min-height:none;
	width:98%;
}

#content-pane {
	display:block;
	float:left;
	margin-left:0px;
	width:98%; 
	/* width:460px; to fit in the right nav column (yuck!)*/
}

.content-wrapper2 {
	margin:5px;
	padding:0;
	clear:both;
	width:98%;
}

input{
	width:auto;
}

textarea{
	width:auto;
}

form{
	width:auto;
}

legend{
	width:auto;
}

fieldset{
	width:auto;
}

#right-pane {
/*
display:block;
float:left;
margin-left:10px;
*/
}

#icon-menu{
display:none;
/* show the right nav column (yuck!)*/
}



#main-menu{
display:none;
}

#footer {
display:none;
}

#conv-point {
display:none;
/*possible display area for print?*/
}

#search_form {
display:none;
/*possible display area for print?*/
}



#content-header h1 {
padding-bottom:10px;
text-indent:10px;
}

input[type="submit"]  {
/*works on CSS2 compatable browsers*/ 
display:none;
}
