/* @group Basic */

body {
	background: none;
}

/* @end */

/* @group Headings */

h1, h2, h3 {
	color: black;
}

/* @end */

/* @group Texts */

body, th, td, input, textarea, select {
	color: black;
}

/* @end */

/* @group Links */

a, a:link, a:visited {
	color: darkgray;
	text-decoration: underline;
}

/* @end */

/* @group Miscellaneous */

.hr1 {
	border-bottom: 1px solid darkgrey;
	margin-bottom: 10px;
}

/* @end */

/* @group Header */

#header {
	margin: 0px auto;
	border: 1px solid gray;
}

#logo #flashcontent {
	display: none;
}

#header #header-nav {
	display: none;
}

#logo {
	float: none;
	background: none;
	width: 100%;
	text-align: center;
}

#header #logo-print {
	position: absolute;
	display: block;
	visibility: visible;
	top: 8px;
	left: 50%;
	height: 180px;
	width: 428px;
	margin: 0px;
		margin-left: -214px; /* shift left half of image width */
	padding: 0px;
	text-align: center;
}

/* @end */

/* @group Menu */

/* @group Primary Navigation */

#menu {
	display: none;
}


/* @end */

/* @group Sub-Page Navigation
 */

#sub-navigation ul li ul li.current, #sub-navigation ul li ul li.current:hover {
	color: #f6db3e;
}

/* @end */

/* @end */

/* @group Page */

#page {
	margin: 0px;
	padding: 0px;
	display: inline;
}

/* @end */

/* @group Content */

#content {
	background: none;
}

#content .bgtop {
	background: none;
}

#content .bgbtm {
	background: none;
}

/* @end */

/* @group 2-Column Layout */

.two-columns {
	background: none;
}

/* @end */

/* @group Sidebar */

#sidebar {
	border: 1px solid gray;
		border-top: 0px;
}

/* @end */

/* @group Footer */

#footer {
	background: none;
}

/* @end */

/* @group Boxes */

/** BOX4 */

#box4 {
	background: none;
}

#box4 .bgtop {
}

#box4 .bgbtm {
	background: none;
}

#box4 h2 {
	color: black;
}

/** BOX5 */

#box5 {
	background: none;
}

#box5 .bgright {
	background: none;
}

/* @end */

/* @group Bios */

p.employee {
	color: black;
}

/* @end */

/* @group Tabs */

#tabs h2.print {
	display: block;
	width: 100%;
	border-bottom: 1px solid gray;
	margin: 0px;
		margin-bottom: 5px;
	padding: 0px;
		padding-bottom: 5px;
}

/* @end */