/* Layout */

body {
	color: #000;
	background: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	margin: .3in .5in;
	padding: 0;
}

/* Take things out */
#header, #breadcrumbs, #utility, #frbImg, #searchForm, #sidebarLeft, #topNavMain, #topNavSub, #navigation, #profile, #otherlinks, #footer {
	display: none;
}

#container, #sidebarRight, #mainContent {
	overflow: inherit;
	border: none;
	margin: 0;
	padding: 0;
	float: none;
}

#sidebarRight {
	border: none;
	width: auto;
	margin: 0;
	padding: 0;
	text-align: left;
}

#mainContent {
	border: none;
}

#sidebarRight .sidebox .boxhead h2, 
#sidebarRight .sidebox1 .boxhead h2, 
#sidebarRight .sidebox2 .boxhead h2, 
#sidebarRight .sidebox3 .boxhead h2, 
#sidebarRight .sidebox4 .boxhead h2, 
#sidebarRight .sidebox5 .boxhead h2 {
	width: auto;
	text-align:left;
	color: #000;
	padding: 0;
	margin: 0;
}

.sidebox .boxhead h2, 
.sidebox1 .boxhead h2, 
.sidebox2 .boxhead h2, 
.sidebox3 .boxhead h2, 
.sidebox4 .boxhead h2, 
.sidebox5 .boxhead h2 {
	margin: 0;
	padding: 0;
	color: #000; 
	font-size: 12pt; 
	font-weight:bold;
	line-height: normal;
	text-align:left;
}
.sidebox .boxbody, 
.sidebox1 .boxbody, 
.sidebox2 .boxbody, 
.sidebox3 .boxbody, 
.sidebox4 .boxbody, 
.sidebox5 .boxbody {
	font-size:10pt;
	background:#fff;
	margin: 0;
	padding: 0;
	border:none;
	text-align:left;
}

/* Content */

p, li, dd, dt, td, th {
	color: #000;
	font-size: 10pt;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000;
}

h1{												/* Used for Page Titles only */
	font-size:14pt;
	margin-bottom: 0; /*-.2em;*/
}

h2 {											/* Used for subheads wi1px content */
	font-size: 12pt; 
	margin: 1em 0 0 0;
	padding: 0;
}

h3 {
	font-size: 10pt;
	margin: 1em 0 0 0;
	padding: 0;
}
.boxbody h3 {
	font-size: 12pt;
	color: #000;
}

h4 {
	font-size:12pt;
	font-weight: bold;
}
h5, caption {
	font-size: 10pt;
	font-weight: bold;
}
h6 {
	font-size: 10pt;
	font-weight: bold;
}
