﻿html{
	margin:0px;
	width:100%;
	height:100%;
	padding:0px;
}
body{
	font:9pt arial;
	color:#222;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	2background:#feb405;
	background:#ee9302;
}
a{
	text-decoration:none;
}
form{
	width:100%;
	height:100%;
}
h1{
	2color:#099c43;
	color:#107529;
	font:normal 18pt verdana;
	margin:0px 0px 25px 0px;
}
h2{
	2color:#099c43;
	color:#107529;
	font:normal 12pt arial;
	margin:30px 0px 20px 0px;
}
h3{
	2color:#099c43;
	color:#107529;
	font:normal 18pt arial;
	margin:25px 0px 15px 0px;
}
p{
	margin:20px 0px;
}
table{
	width:100%;
	border:0px;
	border-collapse:collapse;
}
table tr{
	vertical-align:top;
}
.textLink{
	color:#0aae4b;
	text-decoration:underline;
}

.border{
	width:10px;
	2background:url('border.png') #feb405;
	background:#faad00;
}
.picture{
	border:1px solid #ccc;
	margin:0px 0px 10px 10px;
}

.banner{
	font:9pt verdana;
	color:#222;
	margin:0px;
	width:100%;
	height:270px;
	background:url('banner.png') top center no-repeat #fff;
}

/*Navigation*/
.navigation{
	margin-top:222px;
	width:100%;
}
.navigation td{
	width:auto;
	text-align:center;
}
.navigation a{
	font-size:9pt;
	font-weight:bold;
	2color:#209b3e;
	color:#107529;
	display:block;
}
/*Page*/
.bodyContent{
	font:11pt arial;
	color:#444;
	text-align:left;
	padding:0px 20px 10px 20px;
	background:#fff;
	height:auto;
	line-height:16pt;
	vertical-align:top;
}
.sidebarPanel{
	width:260px;
	height:140px;
	background:url('sidebarPanel.png') top left no-repeat;
	padding:10px;
}
.quotePanel{
	font:bold 10pt arial;
	color:#fff;
	width:280px;
	height:100px;
	background:url('quote.jpg') top left no-repeat;
	padding:60px 10px 0px 10px;
	margin-bottom:10px;
}
.testimonialPanel{
	font:bold 10pt arial;
	color:#fff;
	width:280px;
	min-height:110px;
	background:url('testimonial.jpg') top left no-repeat;
	padding:50px 10px 10px 10px;
	margin-bottom:10px;
}
.breadcrumb{
	font-size:7pt;
	display:block;
	margin-bottom:15px;
}
.footer{
	font-size:7pt;
	color:#666;
	height:55px;
	padding:5px 0px;
	background:url('footer.png') top left no-repeat;
}
.footerNavigation{
	width:auto;
}
.footerNavigation tr{
	vertical-align:middle;
}
.footer a{
	font:normal 10pt arial;
	color:#fff;
	margin:0px 30px;
}
.copyright{
	font:normal 8pt arial;
	color:#fff;
	margin:0px 30px;
}
.jump{
	color:#c90;
	display:block;
}