#banner
{
	margin-top: 10px;
    width: 800px;
    height: 248px;
    margin:0;
	padding:0;
    background-image: url(/images/contact/banner2.jpg);
    background-repeat: no-repeat;
}

#smallbanner
{
	position: relative;
	height: 89px;
	width: 800px;
	margin: 0px 0px 20px 0px;
	padding:0;
	border-width: 0px;
	text-align: left;
	background-image: url(/images/contact/banner3.jpg);
	background-repeat: no-repeat;
}

H1.banner
{
	position: relative;
	top: 40px;
	left: 300px;	
	font-family: sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #6614ab;
}
H1.smallbanner
{
	position: relative;
	top: 5px;
	left: 180px;	
	font-family: sans-serif;
	font-size:24px;
	font-weight: bold;
	color: #6614ab;
	margin:0;
	padding:0;
}
p.banner
{
	position: relative;
	left: 300px;
	width: 400px;
	top: 30px;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: gray;
	text-align: justify;
	line-height: 20px;
}

H3
{
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #6614ab;
}
p
{
	text-align: justify;
	font-size: 11px;
}
a, a:link, a:visited
{
	font-weight: bold;
	color: #6614ab;
	text-decoration: none;
}
a:hover
{
	color: Gray;
	text-decoration: underline;
}
.treeview .submenu ul li a
{
	 color: #6614ab;
}