body {
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.content   {
	line-height: 135%;
}
.style1 {
	font-family: "Lucida Grande", "Lucida Sans", "Lucida Console", sans-serif;
	font-size: 20px;
	color: #016789;
}
.style2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #016789;
}
.style3 {
	font-size: 14px;
	font-family: Arial;
	color: #016789;
}
.services {
	background-color: #D2F2FD;
	background-image: url(images/bg_list.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 5px;
}
.style5 {
	font-size: 18px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	color: #0891BE;
}
#navcontainer
{
	padding: 0;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 28px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
	width: 85px;
	height: 25px;
	margin: 0;
	color: #1C320B;
	display: block;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 5px;
}

#navcontainer ul li a:hover
{
color: #016789;
}

#navcontainer a:active
{
color: #016789;
}

#navcontainer li#active a
{
	background-color: #0186B1;
	color: #FFFFFF;
}
.boldlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #038ab7;
}
