body
{
	margin: 0 0 0 0;
	background-color: White;
}

#landingcontentcontainer
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 150px;
	width: 400px;
	margin-left: -200px;
	margin-top: -75px;
}

#contentcontainer
{
	position: absolute;
	top: 10px;
	left: 50%;
	width: 798px;
	margin-left: -399px;
	background-color: White;
}

#servicescontent
{
	position: relative;
	width: 365px;
	left: 5px;
	text-align: justify;
}

.content
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
}

.content h2
{
	font-size: 18px;
	font-weight: bolder;
	color: #02ACEC;
}

.content h3
{
	font-size: 14px;
	font-weight: bolder;
	color: Black;
}

.content .selected
{
	font-weight: bolder;
	color: #02ACEC;
	font-size: 14px;
	text-decoration: none;	
	font-variant: small-caps;
}

.content a, .content a:visited
{
	font-weight: bolder;
	color: Fuchsia;
	text-decoration: underline;
}

.content a:hover
{
	font-weight: bolder;
	color: Blue;
}

.productcell
{
	border-bottom-color: Fuchsia;
	border-bottom-style: dotted;
	border-bottom-width: thin;
}

.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Gray;
}

.footer a, .footer a:visited
{
	color: Fuchsia;
	font-weight: bold;
}

.footer a:hover
{
	font-weight: bold;
	color: blue;	
}