/* CSS Document
 * Static Page
 * @Created by Angela Jusuf
 * @Last modified: 12August 2008
 */

.date_modified {
	text-align: right;
}

.article_content {
	float: left;
}

.article_content p {
	margin: 1em 0 1em 0;
}

.article_content ol, 
.article_content ul {
	margin-left: 3em;
}
	
.aritcle_author {
	float: left;
	font-type: italic;
	margin-top: 1em;
}

ul.article_menu_list {
	list-style-type: none;
	margin: 1em 0 0 1em;
}

ul.article_menu_list li {
	margin-bottom: 1em;
}

/********************
 * Reflection Corner
 ********************/
.reflectioncorner {
	padding: 0.5em 0.5em 0.5em 0.5em;
}

.reflectioncorner h3 {
	font-size: 1.1em;
	color: #38ACEC;
	margin-bottom: 5px;
}

.reflectioncorner_image {
	padding: 1em 0 0.5em 0;
	text-align: center;
}
