@charset "utf-8";
body {
	background-image: url(images/bg.png);
	font-family: "Trebuchet MS", Verdana, Tahoma;
	color: #333333;
	font-size: 16px;
}
.italic_blue_10px {
	font-size: 10px;
	font-style: italic;
	color: #005886;
}
.italic_bold_blue_15px {
	font-size: 15px;
	font-style: italic;
	color: #005886;
	font-weight: bold;
}
.footer {
	font-size: 12px;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 8px;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	font-style: italic;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #669BB6;
	line-height: 16px;
}
.footer a {
	text-decoration: none;
	color: #005886;
}
.footer a:visited {
	text-decoration: none;
	color: #005886;
}
.footer a:hover {
	text-decoration: underline;
	color: #005886;
}
.footer a:active {
	text-decoration: none;
	color: #005886;
}
.nav {
	color: #005886;
	font-size: 14px;
	text-decoration: none;
	text-align: center;
	background-position: center;
	font-weight: bold;
}

.nav a {
	text-decoration: none;
	color: #005886;
	border-bottom-color: #B2CDDB;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 19px;
}
.nav a:visited {
	text-decoration: none;
	color: #005886;
}
.nav a:hover {
	text-decoration: none;
	color: #005886;
	background-color: #B2CDDB;
}
.nav a:active {
	text-decoration: none;
	color: #005886;
}
.subnav {
	font-size: 11px;
	font-style: italic;
	color: #868587;
}
.subnav a {
	text-decoration: none;
	color: #666666;
	display: block;
	padding-top: 2px;
	padding-bottom: 2px;
	height: 19px;
}
.subnav a:visited {
	text-decoration: none;
	color: #666666;
}
.subnav a:hover {
	text-decoration: none;
	color: #005886;
	background-color: #B2CDDB;
}
.subnav a:active {
	text-decoration: none;
	color: #005886;
}
.corporate_box {
	background-color: #B2CDDB;
	text-align: center;
	height: 14px;
}

.corporate_box a {
	background-color: #B2CDDB;
	display: block;
	height: 50px;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
}
.corporate_box a:hover {
	background-color: #CCCCCC;
	display: block;
}
h1 {
	color: #FFFFFF;
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
h2 {
	color: #156690;
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center;
}
p {
	margin-top: 0px;
}
.padding_left {
	padding-left: 15px;
}
.main_text_column {
	text-align: justify;
	font-weight: bold;
	background-position: top;
}

.main_text_column a {
	text-decoration: none;
	color: #156690;
}
.main_text_column a:visited {
	text-decoration: none;
	color: #156690;
}
.main_text_column a:hover {
	text-decoration: underline;
	color: #156690;
}
.main_text_column a:active {
	text-decoration: none;
	color: #156690;
}
li {
	text-align: left;
	list-style-type: none;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
}
.testimonial {
	font-size: 13px;
	text-align: left;
	color: #156690;
	font-weight: bold;
}
.testifier {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
	margin-top: -10px;
	font-weight: bold;
	color: #156690;
}
.padding_right {
	padding-right: 15px;
}

