/**********************************************************************/
/*                                                                    */
/*  File:  indexstyles.css                                            */
/*  Version: 0.2                                                      */
/*  Author:  Patrick G Horneker                                       */
/*                                                                    */
/*  This stylesheet provides the document formatting for the homepage */
/*  at horneker.com.                                                  */
/*                                                                    */
/*  This stylesheet and all stylesheets at horneker.com are licensed  */
/*  under the terms of the Creative Commons Share-Alike Attribution   */
/*  US License v3.0.                                                  */
/*                                                                    */
/*  Copyleft 2010 Patrick G Horneker                                  */
/*                                                                    */
/*  You may make modifications to this stylesheet for your website    */
/*  provided this notice is kept intact per Creative Commons          */
/*  licensing terms, and you acknowledge that I am the original       */
/*  author of the stylesheets.                                        */ 
/*                                                                    */
/**********************************************************************/



/* Styles specific to the sidebar */

.indexcontent .sidebar hr {
	height: 1px;
	width: 300px;
	color: #7f7f7f;
}



/* Styles applied to the main content */

.indexcontent .actualcontent p {
	margin-right: 12px;
	margin-left: 12px;
	text-align: justify;
	color: white;
	font-size: 12pt;
	font-style: normal;
	font-family: arial, helvetica, sans-serif;
}
