body {
}
div {
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
}
p {
	margin: 0px 0px 20px 0px;
	line-height: 22px;
	color: #666;
}
h1, h2, h3, h4 {
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}
a {
	color: #00adef;
}
#wrapper {
	width: 600px;
	margin: 0px auto;
}
.full {
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
}
.half_right {
	width: 300px;
	float: right;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin: 6px 0px 10px 10px;
}
.quarter_right {
	width: 150px;
	float: right;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin: 6px 0px 10px 10px;
}
.half_left {
	width: 300px;
	float: left;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin: 6px 10px 10px 0px;
}
.quarter_left {
	width: 150px;
	float: left;
	font-size: .8em;
	font-style: italic;
	text-align: center;
	margin: 6px 10px 10px 0px;
}
.full img, .half_right img, .quarter_right img, .half_left img, .quarter_left img {
	margin-bottom: 5px;
}
.code_samp {
	padding: 10px;
	background-color: #FAFAFA;
	border: 1px dashed #CCC;
	white-space: pre;
	font-size: .7em;
	margin-bottom: 20px;
}
.fig {
	background-color: #FFFFCC;
}
a.reference {
	background-color: #EEE;
	padding: 0px 3px;
	color: #666;
}

/**********************/
/** TABLE OF CONTENTS **/
/**********************/

#toc {
	margin: 0px 0px 20px 0px;
	font-family: Arial;
	background-color: #FAFAFA;
	padding: 20px;
}
#toc a {
	color: #000;
}
a.toc1 {
	font-size: 18px;
	font-weight: bold;
}
a.toc2 {
	padding-left: 20px;
	font-size: 14px;
	font-weight: bold;
}
a.toc3 {
	padding-left: 40px;
	font-size: 12px;
}

@media print {
	#toc {
		display: none;
	}
}
h1.logo_title {
	font-size: 150px;
}
#links {
	color: #5188d9;
	font-size: 24px;
	text-align: center;
}
#links a {
	font-size: 24px;
}
#contact {
	margin-top: 20px;
	padding: 50px;
	background-color: #FAFAFA;
	border: #DADADA;
}
#contact div.formCol {
	width: 175px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#contact div.formRow {
	line-height: 22px;
}
#contact input {
	width: 150px;
	height: 20px;
	font-size: 14px;
	border: 1px solid #CCC;
}
#contact textarea {
	width: 250px;
	height: 150px;
	border: 1px solid #CCC;
}
#contact #btnSubmit {
	background-color: #5188d9;
	color: white;
	border: none;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}