body {
	background: url(../images/common/background/background.gif) repeat-y top center #eaeaea;
	color: #3a3a3a;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
}

a {
	background: inherit;
	color: #166090;
	text-decoration: none;
}

a:hover {
	background: inherit;
	color: #286ea0;
	text-decoration: underline;
}

a img {
	border: 0;
}

#container {
	background: #fff;
	color: #303030;
	margin: 0 auto;
	padding: 1px 5px;
	width: 760px;
}

#header {
	background: url(../images/common/logo.jpg) no-repeat bottom left #fff;
	color: #505050;
	height: 158px;
	margin: 0 0 10px;
	padding: 0;
}

#leftside {
	clear: left;
	float: left;
	margin: 0 0 10px;
	padding: 0;
	width: 150px;
}

#leftside ul.navigation {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
	width: 150px;
}

#leftside ul.navigation li {
	display: inline;
	padding: 0;
	width: 150px;
}

#leftside ul.navigation li a,#leftside ul.navigation li a.expanded,#leftside ul.navigation li a.expandable {
	background: url(../images/common/background/menu-background.gif) repeat-x bottom left #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	color: #505050;
	float: left;
	font-size: 1em;
	font-weight: 700;
	margin-bottom: 5px;
	padding: 5px 1px 5px 5px;
	text-decoration: none;
	width: 138px;
}

#leftside ul.navigation li a:hover,#leftside ul.navigation li a.selected,#leftside ul.navigation li a.selected-expanded {
	background: url(../images/common/background/menu-background2.gif) repeat-x bottom left #eaeaea;
	border-bottom: 1px solid #b0b0b0;
	border-left: 4px solid #505050;
	border-right: 1px solid #b0b0b0;
	border-top: 1px solid #b0b0b0;
	color: #166090;
}

#leftside ul.navigation .menu-depth-1 {
	font-size: 0.9em;
	margin: 0 0 5px 10px;
	padding: 2px 1px 2px 5px;
	width: 128px;
}

#leftside .document {
	background: url(../images/common/background/menu-background.gif) repeat-x bottom left #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	clear: left;
	color: #505050;
	line-height: 1.3em;
	margin: 10px 0;
	padding: 5px 5px 5px;
	width: 134px;
}

#leftside p,.document p {
	font-size: 0.9em;
}

#rightside {
	float: right;
	margin: 0 0 10px;
	padding: 0;
	width: 140px;
}

#rightside p,#rightside ul {
	font-size: 0.9em;
	line-height: 1.3em;
	margin: 0 0 1.5em;
	padding: 0;
}

#rightside li {
	list-style: none;
	margin: 0 0 6px;
	padding: 0;
}

#rightside h2 {
	font-size: 1.6em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 0 0 6px;
}

#content {
	line-height: 1.5em;
	margin: 10px 150px 10px 160px;
	padding: 0;
	text-align: left;
}

#content h2 {
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing: -1px;
	margin: 8px 0 10px;
	padding: 0;
}

#content h3 {
	font-size: 1.5em;
	font-weight: 400;
	margin: 6px 0;
	padding: 0;
}

#content img {
	background: #ccc;
	border: 3px solid #e1e1e1;
	color: #303030;
	display: inline;
	padding: 1px;
	margin: 0 10px 5px 0;
}

#content ul,#content ol {
	margin: 0 0 16px 20px;
	padding: 0;
}

#content ul ul,#content ol ol {
	margin: 2px 0 2px 20px;
}

#content li {
	margin: 0 0 2px 10px;
	padding: 0 0 0 4px;
}

#footer {
	background: #fff;
	border-top: 4px solid #dadada;
	clear: both;
	color: gray;
	font-size: 0.9em;
	margin: 0 auto;
	padding: 6px 0;
	text-align: center;
	width: 760px;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer a {
	background: inherit;
	color: gray;
	font-weight: 400;
	text-decoration: none;
}

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

p {
	margin: 0 0 16px;
}

blockquote {
	background: url(../images/common/background/menu-background.gif) repeat-x bottom left #f4f4f4;
	border-bottom: 1px solid #d8d8d8;
	border-left: 4px solid #ccc;
	border-right: 1px solid #d8d8d8;
	border-top: 1px solid #d8d8d8;
	color: #505050;
	margin: 16px;
	padding: 7px 7px 7px 11px;
}

blockquote p {
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0;
}

.document h2 {
	margin: 0 0 10px;
	padding: 0;
}

.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.3em;
}

.highlight {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	color: #303030;
	padding: 3px;
}

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

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

.textright {
	margin: -10px 0 4px;
	text-align: right;
}
