#banner
{
	position: relative;
    width: 800px;
    height: 248px;
    background-image: url(/images/home/banner.jpg);
    background-repeat: no-repeat;
}
#smallbanner
{
	position: relative;
	height: 89px;
	width: 800px;
	padding: 0px;
	text-align: left;
	background-image: url(/images/home/banner2.jpg);
	background-repeat: no-repeat;
}
H1.banner
{
	position: relative;
	top: 20px;
	left: 250px;	
	font-family: sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #cc0000;
}
H1.smallbanner
{
	position: relative;
	top: 5px;
	left: 150px;	
	font-family: sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #cc0000;
	border: 0;
	margin: 0;
}
p.banner
{
	position: relative;
	left: 475px;
	width: 400px;
	top: 5px;
	font-family: sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cc0000;
	text-align: left;
	line-height: 20px;
}
#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;
	color: Gray;
}
a, a:link, a:visited
{
	color: #cc0000;/*maroon*/
	text-decoration: none;
	font-weight: bold;

}
a:hover
{
	text-decoration: underline;
	color: Silver;
}
#homecontent
{
    position: relative;
	width: 800px;
	padding : 0px;
	text-align: left;
	vertical-align: top;
	margin-top: 20px;
	border: 0px;
}