@charset "utf-8";

body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #034D7E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #0073be;
}
a:visited {
	color: #0073BE;
}
a:hover {
	color: #15A2FF;
}
a:active {
	color: #15A2FF;
}

.header {
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}
.shadowbottom {
	background-image: url(images/shadow-bottom.jpg);
	background-repeat: no-repeat;
}
.shadowleft {
	background-image: url(images/shadow-left-bg.gif);
}
.shadowright {
	background-image: url(images/shadow-right-bg.gif);
}
.mainbodycontent {
	background-image: url(images/body-bg-top.gif);
	background-repeat: repeat-x;
	border: 1px solid #095B95;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 14px;
	margin-bottom: 8px;
}
.footerbar {
	background-image: url(images/footer-bar.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #FFFFFF;
	padding: 6px;
}

.footerbar a:link {
	color: #FFFFFF;
}
.footerbar a:visited {
	color: #FFFFFF;
}
.footerbar a:hover{
	color: #15A2FF;
}
.headertext {
	font-size: 18px;
	font-weight: bold;
	color: #0071bc;
	margin-bottom: 12px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0071D3;
}
.testimonial {
	border: thin solid #006DB2;
	margin: 10px;
	background-color: #EFF7FA;
}
