#smallbanner
{
	position: relative;
	height: 89px;
	width: 800px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	text-align: left;
	background-image: url(/images/home/banner2.jpg);
	background-repeat: no-repeat;
}
H1.smallbanner
{
	position: relative;
	top: 5px;
	left: -50px;	
	font-family: sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #cc0000;
	border: 0;
	margin: 0;
	text-align: right;
}
#homecontent
{
    position: relative;
    width: 800px;
}
.lcol
{
    position: relative;
	width : 540px;
}
.ccol
{
    position: relative;
	width: 20px;
	background-image: url(/images/home/line.gif);
	background-repeat: repeat-y;	
}
.rcol
{
    position: relative;
    width : 240px;
	text-align: center;
	vertical-align: top;
	font-size: 11px;
}
H1
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #cc0000;
}
p
{
	text-align: justify;
	font-size: 11px;
}
a, a:link, a:visited
{
	color: #cc0000;/*maroon*/
	text-decoration: none;
	font-weight: bold;
}
#homecontent
{
    position: relative;
	width: 800px;
	padding : 0px;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	border: 0px;
}
/*Solutions*/
a.solutions, a:link.solutions a:visited.solutions
{
	color: #004896; /* blue */
}
/*Services*/
a.services, a:link.services a:visited.services
{
	color: #61b72a; /*green*/
}
/*About Us*/
a.about, a:link.about a:visited.about
{
	color: #f67e18;/*orange*/
}
/*Support*/
a.support, a:link.support a:visited.support
{
	color: #cf2f8a;/*pink*/
}
/*Contact*/
a.contact, a:link.contact a:visited.contact
{
	color: #6614ab;/*purple*/
}
a:hover
{
	text-decoration: underline;
	color: Silver;
}