@charset "utf-8";
/* Some of the layout CSS was taken with permission from examples from Blank CSS (www.blankcss.com) */

/* Default Colors:
#f0f308 - yellow background
#8e107e - purple, lines and text
#47a1a7 - cyan column block backgrounds
*/

/******** Body Elements ********/

* {
	margin:0;
	padding:0;
	border:0;
}

.picture_frame, .picture_frame_left, .picture_frame_right {
	background:#47a1a7;
	padding:3;
	border-color:#8e107e;
	border-style:inset;
	border-width:2px;
	vertical-align:bottom;
	margin:5px;
}

.picture_frame_left {
	float:left;
}
.picture_frame_right {
	float:right;
}

body {
	background-color: #f0f308;
	color:#8e107e;
}

/*** Layout sections ***/

.all_section_holder {
	width:100%;
	margin:0;
	padding:0px;
	min-width:800px;
}

.subsection_holder { /* holds left and center columns */
		background:#f0f308;
}

.header_section {
	height: 124px;
	margin: 0 0 1em 0;
	padding: 0px;
	text-align: center;
	line-height: 0px;
}

.section_box {
	background:#47a1a7;
	border:1px solid #8e107e;
	padding:0 0 0 0.1em;
}
.section_box a{
	color:#8e107e;
}

.main_section_holder {
	background:#f0f308;
	margin: 0 167px 1em 163px;
	padding: 0;
	border: 1px solid #8e107e;
	padding:0.75em 0.75em 0.75em 0.75em ;
	text-align:justify;
	background:#F0F398;
}

.main_section_holder p {
	text-indent: 1em;
	margin-bottom: 0.75em;
}

.main_section_holder a {
	color: #47a1a7;
}

.main_section_holder h1 {
	background:white;
}
.main_section_holder h2 {
	background:white;
}

.left_column_holder {	
	float: left;
	width: 150px;
	margin: 0 auto;
	padding:0.75em 0.75em 0.75em 0.25em ;
	font-size: small;
	color: rgb(229,229,229);
	background: #F0F308;
}

.right_column_holder {
	float: right;	
	width:  150px;
	margin: 0 0.5em 0 0.5em;
	padding:0.75em 0 0.75em 0.75em ;
	font-size: small;
	color: rgb(229,229,229);
	background: #F0F308;
}

.footer_section {
	margin: 0 0 10px 0;
	padding: 0.5em;
	border:1px solid #8e107e;
	background-color: #F0F398;
	clear: both;
	text-align: center;
	font-size:0.8em;
}

/**********************************
 *** special text classes
 **********************************/

.credit {
	font-style: italic;
	font-weight: bold;
}

.title {
	font-size: 1.1em;
	font-weight: bold;
}

.tight_list {
	list-style-type:none;
}

.caption {
	font-size:0.75em;
}