@charset "UTF-8";
html, body {
	margin:0;
	padding:0
}
body {
	text-align:center;
	font-family:sans-serif;
}
p {
	margin:4px 0;
}
h1, h2, h3 {
	font-weight:bold;
}
div#hd {
	position:relative
}
div#doc {
	text-align:left;
	width:750px;
	margin:0 auto
}
div#content {
	float:right;
	width:570px;
	line-height:125%;
}
div#navigation {
	float:left;
}
div#ft {
	clear:both;
	text-align:center;
	width:100%;
	padding:16px;
	font-size:12px;
}
#content div.round:before {
	background: url(../img/corner-top-right.gif) no-repeat top right;
	display: block;
	height:8px;
	content: url(../img/corner-top-left.gif);
}
#content div.round:after {
	background: url(../img/corner-bottom-right.gif) no-repeat top right;
	display: block;
	content: url(../img/corner-bottom-left.gif);
}
#content div.round {
	background: #fff;
	width: 576px;
	margin:0 0 16px 0;
	background: url(../img/border_middle.gif) repeat-y top left;
}
#content h1.round, #content h2.round {
	display:block;
	border-bottom:solid 1px #ccc;
	margin:0 0 0 4px 0;
	padding-bottom:4px;
}
#content h1.round {
	font-size:18px;
}
#content h2.round {
	font-size:16px;
}
div#content div.round .content {
	margin:0 12px;
}
#content div.round .toggle_container {
	margin:8px;
}
#content div.round .content table {
	width:100%;
}
div#content h1.trigger a {
	font-size:14px;
	padding-left:18px;
	background:url(../yui_2.9.0/build/assets/skins/sam/sprite.png) 0 -348px no-repeat;
	display:block;
}
div#content h1.trigger a.active {
	background-position: 0 -398px;
}
div#content .trigger_container {
	margin:8px 0 0 0;
}
div#content .thumb img {
	padding-right: 8px;
}
div#content .clear {
	clear:both;
	height:1px;
}
div#content .col_1 {
	float:left;
	width:550px;
}
div#content .col_2 {
	float:left;
	width:260px;
}
div#content .col_3 {
	float:left;
	width:168px;
}
div#content a {
	text-decoration:none;
	color: #003399;
}
div#content a:visited {
	color: #003399;
}
div#content a:hover {
	color: #FF0000;
	text-decoration:underline;
}
div#content strong {
	font-weight:bold;
}
div#content .date {
	line-height:100%;
	text-align:right;
	font-size:12px;
}
#content h1, #content h2, #content h3, #content h4, #content h5 {
	margin:10px 0;
	font-weight:bold;
}
#content h1 {
	font-size:20px;
}
#content h2 {
	font-size:18px;
}
#content h3 {
	font-size:16px;
}
#content h4 {
	font-size:14px;
}
#content h5 {
	font-size:13px;
}
#content blockquote, #content ul, #content ol {
	margin:0 0 0 16px;
	padding:0;
}
#content blockquote {
	margin:4px 0 4px 16px;
}
#content ul li {
	list-style:disc;
}
#content ol li {
	list-style:decimal;
}
#content li {
	margin:4px 0 4px 8px;
}

