/* =====================
	GLOBAL
======================*/

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	margin: 0;
	padding: 0;
	border: 0;	
	text-align: left;
	
}

p {	
	color: black;
	margin-top: 2px;
	margin-bottom: 6px;
}

ul {
	margin-top: 8px;
	margin-bottom: 12px;
	color: black;
}

img {
	display: none;
}

.inline {
	display: inline;
	}

h1 {
		font-size: 20pt;
		margin-bottom: 2px;
		
	}
	
h2 {
		font-size: 14pt;
		margin-bottom: 2px;		
	}

h3 {
		font-size: 12pt;
		margin-bottom: 2px;
		font-weight: bold;
	}

#printglobalheader {
	display: block;
}

/* LINKS */
a:link, a:visited {
	
	font-weight: bold;
	color: #8C9334;
	padding-left: 0px;		
	text-decoration: underline;
}

a:hover {
	
	font-weight: bold;
	color: #8C9334;
	padding-left: 0px;		
	text-decoration: none;
}	

a:active {
	
	font-weight: bold;
	color: #8C9334;
	padding-left: 0px;		
	text-decoration: underline;
}



/* =====================
	GLOBAL HEADER
======================*/

#header {
	display: none;
}

	#header img {
		display: none;
	}
	
/* ======================
	SEARCH AND BREADCRUMBS
=======================*/
	
table#topsearchnav {
	display: none;
}	
	
	#linktrail a {
		color: white;
		font-weight: normal;
	}
	
	#linktrail a:link {
		color: white;
	}
	
	#linktrail a:visited {
		color: white;
	}
	
	#linktrail a:hover {	
		color: yellow;
		text-decoration: none;
	}
	
	#linktrail a:active {
		color: white;
	}


/* =====================
	SUB PAGE FOOTER
======================*/
	
#footer {
	clear: both;	
	border: 0;
	margin: 0;
	padding: 6px;
	color: black;
	font-size: 8pt;
	text-align: left;
}

/* =====================
	HOME FOOTER
======================*/

#homefooter {
	display: none;
}
	
	

/* =====================
	LEFT SIDEBAR
======================*/
	
#leftside {
	display: none;
}	
	

/* =======================
	RIGHT SIDEBAR (HOME ONLY)
========================*/
	
#rightside {
	display: none;
}
	
	
/* =================================
	RIGHT SIDEBAR LEGISLATION (HOME ONLY)
==================================*/
	
#rightsidelegislation {
	display: none;
}

/* =====================
	HOME CONTENT
======================*/

#homecontent {	
	width: auto;	
	border: 0;	
	padding: 0;	
}

/* =========================
SECONDARY PAGE CONTENT
========================= */

#content {	
	width: auto;	
	border: 0;	
	padding: 0;	
}	
	
/* =====================
	ADMIN CONTENT
======================*/

#admincontent {	
	width: auto;	
}

	#admincontent h1, #admincontent h2, #admincontent h3 {		
		margin-top: 0px;
		margin-bottom: 8px;
	}