body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 72.5%;
	
	background: #fff;
	
	padding: 0 3em 0 3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2.5em;
	margin-bottom: 0;
}

.withspace {
	margin-top: 1em;
}

h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	
	clear: left;
}

p {
	line-height: 1.7em;
}

ul {
	padding-left: 0;
	margin: 0;
}

ul li {
	margin: .7em 0 .7em 0;
	padding: 0;				
	line-height: 1.5em;
}

img {
	border: none;
}

blockquote {
	line-height: 1.7em;
}

blockquote:before {
	color: #999;
	font-size: 150%;
	content: "\201C\ ";
}

blockquote:after {
	color: #999;
	font-size: 150%;
	content: " \201D";
}

blockquote + span.author {
	color: #aaa;
	white-space: nowrap;
}

blockquote + span.author:before {
	content: " \2014\ ";
}

.note {
	color: #aaa;
}

.detail {
	font-size: smaller;
}

.hilite {
	color: #f00;
}

.downloadicon {
	width: 6.4em;
	height: 6.4em;				
	margin: 0 1em 1em 0;
	float: left;
}


/* main container */
div#main {
	width: 75em;
	
	max-width: 100%;
	min-width: 55em;
	
	margin: 3em auto 0 auto;
}

/* navigation */
div#navigation {
}

div#navigation ul {
	margin: 0;
	
	list-style: none;
	float: right;
}

div#navigation ul li {
	display: block;
	
	padding: 1em;
	margin-right: 1em;
	
	float: left;
}

div#navigation ul li.selected {
	background: #ccc;
}

div#navigation ul li a {
	color: #666;
	
	font-size: 1.3em;
	
	text-decoration: underline;
}

div#navigation ul li[selected=true] a {
	color: #000;
	text-decoration: none;
}

div#ident {
	float: left;
	
	margin-bottom: 1.5em;
}

div#ident h1 {
	font-weight: normal;
	
	margin: 0;
	padding: 0;
}

div#ident h1 em {
	font-weight: bold;

	font-style: normal;
	text-transform: lowercase;
	
	vertical-align: super;
}

div#notices {
	clear: both;
	
	text-align: center;
	font-size: 1.1em;
}


/* header */
div#header {
	clear: both;
	
	height: 25em;
	
	margin: 0 0 2em 0;
	
	/*border: .1em solid #ccc;*/
}


/* content */
div#content_container {
	width: 100%;
	float: left;
	
	margin-right: -18em;
	margin-bottom: 1em;
}

div#content {
	margin-right: 18em;
}

div#content img {
	float: left;
}

div#content ul {
	list-style: none;
	
	display: block;
}

div#content ul li {
	clear: both;
}

div#content ul li:before {
	display: block;
	color: #999;
	content: "+";
	
	margin-left: -1.6em;
	height: 0;
}

#content ul.block {
	width: 100%;
	margin: 0;
	padding: 0;
	
	display: block;
	
	list-style: none;
}

#content ul.block li {
	margin: 1em 0 .5em 0;
	padding: 0 1em 0 2.8em;
	
	width: 40%;
	float: left;
	clear: none;
	
	display: inline-block;
}

#content ul.block li img.icon {
	float: left;
	
	width: 2.2em;
	height: 2.2em;
	
	margin-left: -2.8em;
}

#content ul.block li:before {
	display: none;
}

#content ul.block + * {
	clear: both;
	
	padding-top: 1em;
}

#content div.block {
	clear: both;
}

#content div.block p {
	margin-top: 0;
	margin-bottom: 0;
}

div#content blockquote {
	margin: 1em 2em 1.5em 0;
	padding-left: 0em;
}

div#content blockquote:before {
	float: left;
	
	margin: 0 .3em 0 -1em;
}

div#content blockquote:after {
	margin: 0 0 0 .3em;
}

div#content blockquote + span.author {
	margin-top: -1em;
	margin-bottom: 1.5em;
	margin-right: 3em;
	
	display: block;
	
	text-align: right;
}

div#content fosrm {
	margin: 0;
	padding: 0;
}


/* sidebar */
div#sidebar {
	float: right;
	
	color: #666;
	
	width: 16em;
}

div#sidebar > *:first-child {
	margin-top: .5em;
}

div#sidebar blockquote, div#sidebar blockquote p {
	display: inline;
	margin: 0;
}

#sidebar ul {
	padding-left: 2em;
}

#sidebar ul.clean {
	margin: 0;
	padding: 0;
	
	list-style: none;
}


#sidebar h2 {
	font-weight: normal;
	padding-bottom: .2em;
	border-bottom: 1px solid #eee;
}

#sidebar h3 {
	padding-top: .8em;
}


#sidebar h2.red {
	color: #F00;
}

#sidebar p.smallfont {
	font-size:0.8em;
}


/* footer */
div#footer {
	color: #aaa;
	padding-top: .5em;
	
	clear: both;

	border-top: .1em solid #ddd;
}


/* footer */
div#notices {
	color: #F00;
	font-weight: bold;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	
}