body {
	background: white;
	font: normal normal normal 11pt/12pt "Trebuchet MS", Arial;
	width: 100%;
}

h1, h2, h3, h4, h5 {
	font-family: "Trebuchet MS", Arial;
}

#wrapper td.grad-tl,
#wrapper td.grad-tc,
#wrapper td.grad-tr,
#wrapper td.grad-cl,
#wrapper td.grad-cr,
#wrapper td.grad-bl,
#wrapper td.grad-bc,
#wrapper td.grad-br,
td.topnav,
td.lang,
div.misc,
#nostot,
div.sidebar,
#header
{
	background: transparent none;
	display: none;
}

#footer {
	display: none;

	position: absolute;
	bottom: -6em;
	left: 0;
	width: 100%;
	z-index: 2;
	border-top: 1px solid #CCCCCC;
}


#top {
	height: 50px;
	padding-left: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	border-bottom: 0;
}

	#top table {
		width: 900px;
		height: 50px;
	}

		#top td.logo {
			width: 213px;
			border: 0;
			padding-top: 7px;
		}

#wrapper {
	margin: 70px 0 0 0;
	width: 100%;
}

/* Container and content */
#header {
	height: 230px;
	padding: 2px;
}

#subheader div.misc {
	padding-right: 10px;
	float: right;
}

	#subheader div.misc a {
		text-decoration: none;
		font-size: 10px;
		color: #707277;
	}

		#subheader div.misc a:hover {
			color: #333333;
		}

#subheader div.path {
	padding-left: 20px;
}

	#subheader div.path span.borderdot {
		border-bottom-width: 1px;
		border-bottom-style: dotted;
	}

	#subheader div.path a {
		text-decoration: none;
		color: #8C8984;
	}

		#subheader div.path a:hover {
			color: #333333;
			text-decoration: none;
		}

#footer {
	height: 64px;
	padding: 10px 15px 10px 15px;
}

	#footer a {
		color: #ffffff;
		text-decoration: none;
	}

		#footer a:hover {
			text-decoration: underline;
		}

	#footer span.pipe {
		font-size: 1.2em;
		padding: 0 10px 0 10px;
	}

	#footer div.copyright {
		margin: 25px 0 0 0;
		float: right;
		color: #CCCCCC;
		font-size: 90%;
	}

/* Content: grid */
#content.grid {
	min-height: 200px;
	padding: 20px 10px 20px 10px;
}

div.col1 table.grid,
div.col2 table.grid,
div.col3 table.grid {
	width: 100%;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 0.5em;
}

	table.grid td {
		padding: 5px 10px 10px 10px;
	}

		/* undo effects above on tables in content */
		table.grid td td {
			border: 0;
			padding: 0;
		}

	table.grid td.border {
		border-right: 1px solid #DADADA;
	}

	div.col1 table.grid td {
		width: 100%;
	}

	div.col2 table.grid td {
		width: 50%;
	}

	div.col3 table.grid td {
		width: 33%;
	}

/* Content: page */
#content.page {
	min-height: 200px;
	padding: 20px 10px 20px 2px;
}

	#content.page div.article {
		width: 100%;
	}

		#content.page div.article p {
			margin-bottom: 2em;
		}

/* Typography */
#content h1 {
	font: normal normal normal 22px Georgia;
	padding-bottom: 14px;
	color: #54738E;
}

#content h2 {
	font: normal normal bold 16px Georgia;
	color: #999999;
	padding-bottom: 12px;
}

#content h3 {
	font: normal normal bold 12px "Trebuchet MS";
	color: #54738E;
	padding-bottom: 2px;
}

#content div.text,
#content p {
	line-height: 16px;
	color: #333333;
	padding: 0;
	margin: 0 0 1em 0;
}

#content ul {
	padding: 0 0 0 5px;
	margin: 0;
	list-style: none;
}

	#content ul li {
		margin-bottom: 0.5em;
	}

	#content ul span {
		padding-right: 10px;
	}

	#content ul a {
		text-decoration: none;
		color: #333333;
	}

		#content ul a:hover {
			text-decoration: underline;
		}

#content a.readmore {
	display: block;
	margin-top: 1em;
}

#content img {
	border: 1px solid #B7B7B7;
}

	#content img.noborder {
		border: 0 !important;
	}