body     {
	background: #e3e3e3 url('images/background.jpg');
	scrollbar-arrow-color: ffffff;
	scrollbar-face-color: 003366;
	scrollbar-highlight-color: ffffff;
	scrollbar-shadow-color: FFFFFF;
	scrollbar-track-color: #E8E8E8;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #013567;
}
.testimonials {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013567;
}
.testimonials a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #013567;
}
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #013567;
	font-weight: bold;
}
a                   { color: #003366; font-size: 11px; font-family: Arial, Helvetica, sans-serif; text-decoration:underline}

a:hover                       {
	color: #003366;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	background-color: #e3e3e3;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#navcontainer { width: 135px; }

#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 133px;
	background-color: #036;
	border-bottom: 1px solid #e3e3e3;
	color: #FFFFFF;
	text-decoration: none;
}

#navcontainer a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;

}

#navcontainer a:hover
{
background-color: #369;
color: #fff;
}

#navcontainer2 { width: 90px; }

#navcontainer2 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

#navcontainer2 a
{
	display: block;
	padding: 3px;
	width: 90px;
	background-color: #00FFFF;
	border-bottom: 1px solid #036;
	color: #003366;
	text-decoration: none;
}

#navcontainer2 a:link, #navlist a:visited
{
color: #003366;
text-decoration: none;

}

#navcontainer2 a:hover
{
background-color: #003366;
color: #fff;
}


img.floatRight {
	float: right;
	clear: right;
	margin: 5px;
	border: 1px;
	border-style: solid;
	border-color: #013567;
} 
img.floatRight2 {
	float: center;
	margin: 0px;
	border: 1px;
	border-style: solid;
	border-color: #e3e3e3;
} 