body {
	margin:0px;
	background-color: #899198;
	color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 0.77em;
	line-height: 1.5em;
}
#title {
	margin-top:10px;	
}

ul, ol {
	margin-left:25px;	
	padding-left:0px;
}
li {
	padding-left:0px;	
}
a:link, a:visited {
	border-bottom: dotted 1px;	
	text-decoration: none;
	color: #FFFFFF;
}
pre {
	font-size: 1.1em; 
	display: block;
	border: dashed 1px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: scroll;
		
}
#wrapper {
	width: 			800px;
	margin-left:  	auto;
	margin-right: 	auto;
}
.userGuideStepTitle,
.newsDate {
	color: #C3CFD9;
	padding-right:  5px;	
}




.sidebarInner,
.contentBlockInner {
	padding: 0px 10px 10px 10px;
}
.contentBlockTop {
		background: 	url(images/round_top_right.gif) no-repeat top right;	
}
.contentBlock {
	background-color: 	#737A80;
	padding: 0px;
	margin:0px;
}
.contentBlockBottom {
		background: 	url(images/round_bottom_right.gif) no-repeat bottom right;	
}

.sidebarTop {
		background: 	url(images/sidebar_round_top_right.gif) no-repeat top right;	
}
.sidebarBottom {
		background: 	url(images/sidebar_round_bottom_right.gif) no-repeat bottom right;	
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
img.border {

}
#main {
	width: 520px;
	float: left;
}

#thirdContentBlock,
#secondContentBlock {
	margin-top: 10px;
	width: 520px;
	clear:left;
	float: left;	
}


#footer {
	clear:both;
	font-size: 0.8em;
	margin-left:10px;
	margin-top: 5px;
}
p {
	margin:0px;	
}

#sidebar {
	margin: 0px 0px 0px 530px;
	background-color: #807973
}

#secondSidebar {
	margin: 10px 0px 0px 530px;
	background-color: #807973
}

#navigation ul {
	list-style-type: none;
	padding-left:0px;	
	margin-left:0px;
	margin-bottom:25px;	
}

#navigation ul li {

	font-weight: bold;
	color: #FFFFFF;
	display: inline;
	border-left: 1px dotted #B8C3CC;
	padding: 3px;
	margin: 5px;
	
}
h1 {
	font-size: 2em;	
}
h2 {
	margin-top:0px;

	font-size: 1.3em;	
}