@import url('Styles.css');
	
#header { text-align: center; margin-bottom: 8px; }
	
#sidebar { width: 190px; float: left; }

#main { margin: 0 0 0 196px; }

#main .information { width: 98%; margin: 0 auto; }

#main h1, #main h2
	{ background: url("images/main_h2.gif") repeat-x center bottom; margin-bottom: .4em; }
#main h3, #main h4, #main h5, #main h6
	{ margin-bottom: .4em; }

#main p, #sidebar p { margin-bottom: 10px; }

#child { background: url("images/child_foot.gif") no-repeat center bottom; padding-bottom: 2px; width: 189px; margin-bottom: 20px; }

#child h3 { color: #fff; background: #003f72 url("images/child_head.gif") no-repeat center top; padding: 6px 8px 8px; font-size: 1.3em; font-weight: bold; }
	
#child ul { }
	#child ul a, #v ul a:link, #child ul a:visited
		{ text-decoration: none; }
	#child ul a:hover, #child ul a:focus, #child ul a:active
		{ text-decoration: underline; }
	#child ul li { border-bottom: 1px solid #b9d3e8; }
		#child ul li a { background: url("images/child_arrow.gif") no-repeat 8px 13px; display: block; padding: 8px 0 8px 16px; }
		
#child ul li ul { padding-left: 20px; }
		
#ql { background: url("images/ql_foot.gif") no-repeat center bottom; padding-bottom: 5px; width: 189px; margin-bottom: 20px; }

#ql h3 { background: url("images/ql_head.gif") no-repeat center top; height: 36px; }
	#ql h3 span { display: none; }
		
#sidebar > .information { width: 189px; }
		
#toolbar { padding: 8px 0; width: 98%; margin: 0 auto; }
		
#fontsize { float: right; }
	#fontsize span { font-weight: bold; padding-right: 6px; }
	
#fontsize a.small { font-size: 9px; }
#fontsize a.medium { font-size: 12px; }
#fontsize a.large { font-size: 15px; }
	
#breadcrumbs { color: #177cb9; }

#breadcrumbs ul { }
	#breadcrumbs ul a, #v ul a:link, #breadcrumbs ul a:visited
		{ text-decoration: none; }
	#breadcrumbs ul a:hover, #breadcrumbs ul a:focus, #breadcrumbs ul a:active
		{ text-decoration: underline; }
	#breadcrumbs ul li { display: inline; }
	#breadcrumbs ul li.current { color: gray; }