/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
}

html, body {
	height: auto;
}

body {
	background: none;
	margin: 30px;
}

#logo {
	display: block;
}

#title {
	display: none;
}

#subtitle {
	display: none;
}

#box {
	position: static;
	width: auto;
	background: none;
}

#header {
	display: none;
}

#colOuter{
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #929395;
}

#colLeft{
	width: 70%;
}
#colRight {
	width: 25%;
}

#col1 {
	display: none;
}

#col2 {
	float: none;
	width: auto !important;
	width: 100%;
}

ul#rootline {
	display: none;
}

#rootline li.first a {
	padding-left: 0;
}

#mainContent {
}

.content ul {
	list-style: disc;
	margin: 5px 0 5px 14px;
}

.content ul li {
	padding-left: 0;
	background: none;
}

#col3 {
	float: none;
	width: auto !important;
	width: 100%;
}

.content ul.rgsbrowser {
	list-style: none;
}

#rightContent {
	background: none;
	padding: 0;
}

#rightContent .contentElement {
	padding: 0;
}

#rightContent .contentElement .hrtag {
	width: 100%;
	margin: -11px 0 5px 0;
}

#footer {
	position: static;
	height: auto !important;
	height: 1px;
	border: 0;
}

ul#footerNavigation {
	display: none;
}

#address {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: auto;
	left: auto;
	font-size: 11px;
	text-align: right;
}

#copyright {
	position: absolute;
	top: 30px;
	right: 30px;
	margin-top: 4px;
}

#printButton {
	position: absolute;
	top: 65px;
	right: 30px;
}

#printButton a:hover {
	color: #004894;
}