@charset "utf-8";
/* CSS Document */
body {
	background-color: #cccccc;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-repeat: repeat;
}
.headerStyle {
	background-image: url(../images/banner.jpg);
	height: 180px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
	border-top-width: 1px;
	border-top-color: #0099CC;
}
.footerStyle {
	background-color: #0D358C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0099CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}
.navStyles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0D358C;
	text-align: center;
}

.contentStyle {
	background-color: #6699FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
}
.containerStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	padding: 12px;
	height:100%;
}
.testimonialText1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
}

.small-link-style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6591B3;
}

.testimonialText2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;
}
.testimonialText3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	padding-left: 10px;
}
.headingStyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-left: 10px;
}

.testimonialText4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	padding-left: 10px;
}
/*
	Navigation
*/

#tswcssbuttons {
	height: 100%;
	text-align: center;
}
#tswcssbuttons ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 30px;
	white-space: nowrap;
}
#tswcssbuttons li {
	display: block;
	list-style: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	color: #0D358C;
	
}
#tswcssbuttons li a {
	color: #0D358C;
	background-color: #6699FF;
	width: 201px;
	text-decoration: none;
	display: block;
}
#tswcssbuttons li a:hover {
	color: #fff;
	background-color: #0D358C;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #0099CC;
	border-left-color: #0099CC;
}
#wrapper {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 780px;
}
