
body {
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 0.1px;
	/*graubraun color: #424242;  */
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	border: 0;
	text-decoration: none;
}

img {
	border: 0;
}


#page-frame {
	width: 540px;
}


#page {
	margin-bottom: 25px;
	margin-top: 25px;
}


.slogan {
	margin: 6px 10px 0 755px;
}


/***************** Page Setup *******************/


#header {
	display: none;
}

#header-print {
	display: block;
	margin-bottom: 30px;
}

#footer-print {
	clear: both;
	text-align: center;
	border-top: 1px solid #000000;
	padding-top: 3px;
	margin-top: 40px;
	font-size: 10px;
}

#lower {
	width: 100%;
	margin-left: 10px;
	position: relative;
	padding: 0;
}

#subnav {
	display: none;
}

#content {
	float: left;
	width: 520px;
	line-height: 19px;
	margin-bottom: 20px;
}

#extra {
	display: none;
}

#footer {
	display: none;
}

#footer-content {
	display: none;
}

#menu {
	display: none;
}

/*************** Content ***********/

#content ul,
#content ol {
	padding-left: 0;
	padding-bottom: 10px;
}

#content ul li {
	list-style-type: none;
}

#content h1 {
	clear: both;
	color: #88BB00;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
}

#content h2 {
	clear: both;
	color:#664422;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content h3,
#content h4
 {
	clear: both;
	color: #664422;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-indent: 12px;
}

#content .title {
	clear: both;
	margin-bottom: 10px;
}

#content p,
#content pre,
#content .box {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-top: 0;
}

#content strong {

}

#content .text-img {
	margin-bottom: 32px;
}

#content img.left {
	float: left;
	margin: 5px 10px 5px 0;
}

#content img.right {
	float: right;
	margin: 5px 0 5px 10px;
}

#content a:link,
#content a:visited {
	color: #88BB00;
	font-weight: bold;
	text-decoration: underline;
}


#content a:hover {
	color: #88BB00;
	font-weight: bold;
	text-decoration: none;
}

#content .box {
	padding: 10px 17px;
	margin-bottom: 25px;
}
#content div.box {
	background: #a8a38f;
	color: #4c4944;
}
#content .box p {
	margin-bottom: 0;
}
#content .box a {
	color: #4c4944;
}

#content div.note-box {
	background: #726d64;
	color: #d4d4d4;
}
#content .note-box a {
	color: #d4d4d4;
}
#content div.note-box .title {
	color: #a8ff00;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#content div.note-box p {
	margin: 0;
}

#content div.group-box {
	color: #fff;
	background: #38352e;
	padding-top: 18px;
	overflow: hidden;
}
#content .group-box p {
	margin-bottom: 12px;
}

#content .image-paragraph {
	clear: both;
}

#content .image-paragraph img,
#content .image-paragraph .riot-noimage {
	float: left;
	margin: 5px 10px 5px 0;
}
