/*     U.S. Dept of Homelane Security      */
/*           Standard Layout CSS           */

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: "Times New Roman", Times, serif !important;
	/* Sets default font size. This odd value compensates for several browser bugs. First, setting a default font size in percent (instead of em) eliminates an IE/Win problem with growing or shrinking fonts out of proportion if they are later set in ems in other elements. Additionally, some versions of Opera will draw a default font-size of 100% too small compared to other browsers. Safari, on the other hand, has a problem with a font-size of 101%. Current "best" suggestion is to use the 100.01% value for this property */ 
	font-size:12pt;
	}

#pagecontainer {
	margin: 0 0 1px 0;
	padding: 0 0 0 0;
	height:auto;
	min-height:600px;
	width:100%;
	position: relative;
	border-bottom: 0;
	border-right: 0;
	float:left;
	}
	
#banner {
	height:84px;
	background: none;
	border-right: 0;
	}

#bannerlogo { display: none; }

#navbuttons {display:none;}
	

/* TOP BANNER SEARCH AND LINKS */
/* banner navigation */
ul#bannernav {display: none;}

/* search box */
div#searchbox {display: none;}

/* end search box */

#column-a, #column-x, #column-y, #altnav {display: none;}
	
#column-b {
	position: relative;
	border-left: 0;
	border-right: 0;
	padding: 5px 10px;
	}
	
#column-c {display: none;}
	
#column-d {
	float:left;
	border-left: 0;
	padding: 5px 10px;
	}
	
#column-e {
	border-left: 0;
	padding: 5px 10px;
	}

#footer, div#footer p, div#footer ul, div#footer ul li  {display: none;}

p#modified {display: none;}
	
img.home {
	padding:15px 10px 0px 10px;
	border:0px;
	}
	
img.button {
	padding:5px 10px 5px 10px;
	border:0px;
	}
	
img.left {
	padding:0px 10px 5px 0px;
	border:0px;
	float:left;
	}
	
img.right {
	padding:0px 0px 5px 10px;
	border:0px;
	float:right;
	}
	
h1 {font-size: 1.4em;
	line-height: 1.1em;
	padding: 15px 0 0 0;}
	
.subtitle {color: #999999;
	font-family: arial;
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
	margin-top:-5px;}
	
h2 {font-size: 1.2em;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: -3px;
	padding: 5px 0 0 0;}
	
h3 {font-size: 1.0em;
	font-weight: bold;
	margin-bottom:0;}
	
h1, h2, h3, h4 {color:#000;
	margin-top:0;}

table {margin:10px}

p {color: #000;
	padding: 0 0 7px 0;}
	
#column-c p, #column-c h1, #column-c h2 {display:none;}

#column-e table {margin:0;}

.small {
    font-size: 0.85em;
}
a.backtotop {display:none;}	

h1, h2, h3, h4 {color:#000;
	margin-top:0;}
	
div#plugin, div#plugin a {display:none;}
div#spacer {display: none;}

/* NEW Horizontal Quicklinks */
ul.quicklinks {
	list-style-type: none;
	padding: 0px;
	margin-left: 1px;
	margin-bottom: 5px;
	margin-right:1px;
	font-size:.85em;
	text-align:center;	}
	
ul.quicklinks li {
	display:inline;
	border-left: 1px solid;
	border-right: 1px solid;
	margin-left: -1px;
	padding-left: 3px;
	padding-right: 2px;}
