/* Document Setup
--------------------------------------------------------------------------------------- */

body {
	margin-left: 16px;
}

#doc {
	text-align: left;
	line-height: 120%;
	font-family: arial, georgia, times, verdana, sans-serif;
	color: #444;
}

sub {
	font-size: 80%;
}

/* Lists
--------------------------------------------------------------------------------------- */	

ul {
	list-style-type: disc;
	margin-left: 1em;
	font-size: 18px;
	color: #cb2228;
}

li {

}

ul.simple {
	list-style-type: disc;
	margin-left: 2em;
	font-size: 100%;
	line-height: 160%;
	font-family: arial, georgia, times, verdana, sans-serif;
	color: #444;
}

ul.simple li {
	margin-top: 1em;
}

ul.simple li ul {
	list-style-type: circle;
}

/* Links
--------------------------------------------------------------------------------------- */	

a, a:link, a:visited {
	color: #444;
	text-decoration: none;
	border-bottom: 1px solid #ac5ecd;
}

a:hover, a:focus {
	border-bottom: 1px solid #eee;
}


/* Floating
--------------------------------------------------------------------------------------- */	

.left	{ float: left; }
.right	{ float: right; }
.clear 	{ clear: both; }

/* Tables
--------------------------------------------------------------------------------------- */	

table, tr, td {
}

/* Headings
--------------------------------------------------------------------------------------- */	

h1 { font-size: 26px; line-height: 38px; font-weight: bold; color: #cb2228; }
h2 { font-size: 15px; line-height: 20px; font-weight: bold; color: #cb2228; }
h3 { font-size: 45px; line-height: 60px; font-weight: bold; color: #cb2228; }
h4 { font-size: 110%; font-weight: bold; }
h5 { font-weight: bold; }


/* Head
--------------------------------------------------------------------------------------- */

#head {
	margin-top: 20px;
	font-size: 80%;
}

#logo a, #logo a:link, #logo a:visited {
	border-width: 0px;
}


/* Content
--------------------------------------------------------------------------------------- */

.section_title {
	border-bottom: 1px solid #555;
}

p.quote {
	margin: 0px 10px;
	font-style: italic;
}

#content {
	margin: 0px 16px 20px 0px;
	padding: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}


/* Bios (the team)
--------------------------------------------------------------------------------------- */

.bio {
	margin: 20px 0px;
}

.bio img {
	float: left;
	padding: 2px;
	margin: -5px 10px 2px 0px;
	border: 1px solid #ddd;
}

.bio .name {
	font-size: 120%;
	font-weight: bold;
	color: #5e257b;
}

.bio .title {
	font-size: 96%;
	padding-left: 10px;
	text-transform: uppercase;
	color: #555;
}


/* Numbers Chart
--------------------------------------------------------------------------------------- */

.chart tr td {
	padding: 10px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #ddd;
	font-size: 90%;
}

.chart tr.col_headers td {
	font-weight: bold;
	color: #5e257b;
}

.chart tr td.cell_title {
	font-weight: bold;
	color: #5e257b;
}

.chart tr td.border {
	border: 1px solid #555;
}

.chart tr td.no_bottom_border {
	border-bottom: 0px solid #fff;
}

.chart tr td.nobr {
	white-space: nowrap;
}

.chart tr td.textright {
	text-align: right;
}

.chart tr.row_foot td {
	background: #eee;
	border-bottom: 1px solid #555;
}

.chart tr td.space {
	border-width: 0px;
	line-height: 0px;
}

.chart tr.chart_footer td {
	background: #fff;
	color: #5e257b;
	font-weight: bold;
}


/* Footer
--------------------------------------------------------------------------------------- */

#footer {
	font-size: 80%;
}
