.AboutTitle {
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-style: italic;
	line-height: 20px;
	font-weight: bolder;
	color: 669999;
	margin-top: 25px;
	margin-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 669999;
}
.AboutText {
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	line-height: 13px;
	color: #000000;
}
/*************************************
PAGE LAYOUT
*************************************/
#AboutBox
{
	height: 100%;
	width: 600px;
	margin: 0px;
	padding-right: 35px;
	padding-left: 25px;
}
#SearchFormSide
{
	height: 40px;
	width: 280px;
	margin-left: 10px;
	border-bottom-width: 4px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
}

#SideLogo
{
	height: 200px;
	width: 299px;
	margin-top: 40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
