/* ===========================================================
	This CSS applies to aboutus.php only
=========================================================== */
/* -----------------------------------------------------------
	Contains all information
----------------------------------------------------------- */
#about	{
	background-color : #ffffff;
	margin-top : 30px;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 30px;
	font-family : Arial, Helvetica, sans-serif;
	}

/* -----------------------------------------------------------
	Content Heading
----------------------------------------------------------- */
.aboutheading
	{
	font-size : 24px;
	color : #1683BB;
	}

/* -----------------------------------------------------------
	Line	
----------------------------------------------------------- */
hr	{
	color : #1683bb;
	background : #1683bb;
	border : 0;
	height : 1px;
	width : 900px;
	float : left;
	}

/* -----------------------------------------------------------
	Blue Paragraph
----------------------------------------------------------- */
.blueparagraph
	{
	background-color : #d0e6f1;
	padding : 5px;
	color : #1683bb;
	}

