@charset "utf-8";

/* HTML
-----------------------------------------------------*/


/*Left of three columns in center of page*/
#left_column {
	float: left;
	width: 500px;
	padding-right: 20px;
	padding-left: 20px;
}
/*right of three columns in center of page*/
#right_column {
	float: left;
	width: 220px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#right_column img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainbody {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
/* CLASSES
-----------------------------------------------------*/
/*class to format image on header 2 that is before opening text*/

.column_header {
	text-align: center;
	margin-bottom: 10px;
}

.story {
	width: 510px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.story img {
	text-decoration: none;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
}
.story h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.story h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	padding: 0px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.titletext {
	margin-top: 40px;
	margin-bottom: 10px;
}


.story p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.readerquote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: 12px;
	margin-bottom: 10px;
	margin-top: 10px;
}
