@charset "utf-8";
/* CSS Document */

/* css reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	font-family:inherit;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#383a3b;
	text-align:justify;
	line-height:20px;
	background-color:#ebebeb;
}
/*** classes ***/
.container {
	margin:0 auto;
	width:900px;
	background-color:#FFF;
}
.container td {
	padding:10px 40px;
}
.frontpage {
	font-size:30px;
}
.credits {
	font-size:14px;
}
.credits td {
	padding:10px 4px;
	vertical-align:top;
}
.table_noborder td {
	padding:10px;
}
.page_header {
	padding:178px 30px 0;
	font-size:32px;
	text-align:center;
	font-family:"Comic Sans MS", cursive;
}
.footnote {
	font-size:14px;
	text-indent:-10px;
	margin-left:10px;
}
/*** attributes ***/

.blue {
	color:#3c77ba;
}
.orange {
	color:#f9953f;
}
.green {
	color:#5f8231;
}
.f14 {
	font-size:14px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}
.f32 {
	font-size:32px;
}
.comic {
	font-family:"Comic Sans MS", cursive;
}
.border {
	padding:10px;
	border:1px solid #000;
}
.over {
	text-decoration:overline;
}
.underline {
	text-decoration:underline;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	display: block;
	overflow:hidden;
	clear: both;
}
.tbcenter {
	margin:0 auto;
}
.half {
	width: 48% !important;
}
.trio {
	width: 31% !important;
}
.quad {
	width: 23% !important;
}
.full {
	width: 100%;
}
/*** LISTS ***/

.list-roman {
	list-style:lower-roman;
}
.list-greek {
	list-style:lower-greek;
}
/* HTML tags */
sup {
	font-size:12px;
}
sub {
	font-size:10px;
}
img {
	vertical-align:middle;
}
p, ul, ol, table, table.tbcenter {
	margin-bottom:16px;
}
ul, ol {
	padding-left:24px;
}
td, th {
	padding:10px;
}
table {
	border-spacing:0;
	border-collapse:collapse;
}
th {
	text-align:center;
}
a{
	color:#009;
	text-decoration:none;
}
a:hover{
	color:#00F;
	text-decoration:underline;
}
/**COLUMNS**/
/* main columns */
.columns {
	width: 100%;
}
.lastcol {
	margin-right: 0px !important;
}
.col1-2 {
	width: 390px;
	float: left;
	margin-right: 20px;
}
.col1-3 {
	width: 253px;
	float: left;
	margin-right: 20px;
}
.col2-3 {
	width: 526px;
	float: left;
	margin-right: 20px;
}
.col1-4 {
	width: 185px;
	float: left;
	margin-right: 20px;
}
.col2-4 {
	width:390px;
	float: left;
	margin-right: 20px;
}
.col3-4 {
	width: 595px;
	float: left;
	margin-right: 20px;
}
/* cols inside of main columns */

.col2-3 .col1-2 {
	width: 31%;
	float: left;
	margin-right: 10px;
}
.col2-3 .col1-3 {
	width: 20%;
	float: left;
	margin-right: 31px;
}
.col2-3 .col2-3 {
	width: 43%;
	float: left;
	margin-right: 31px;
}
.col3-4 .col1-3 {
	width: 22%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col2-3 {
	width: 48%;
	float: left;
	margin-right: 10px;
}
.col3-4 .col1-4 {
	width: 16%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col2-4 {
	width: 35%;
	float: left;
	margin-right: 8px;
}
.col3-4 .col3-4 {
	width: 55%;
	float: left;
	margin-right: 8px;
}
/**/

div.figure {
	border: none;
	margin: 0 0.5em;
	padding:4px;
}
div.figure p, p.figure {
	font-style:oblique;
	font-size:90%;
	margin:4px 0;
	text-indent:0;
}
