@charset "UTF-8";
body {
	background-color: #B3C5C4;
	background-image: url(../Images/background2.jpg);
	background-position: top;
	background-repeat: repeat-y;
}
.borderall {
	border: thin solid #666666;
}
.bordertopleft {
	border-top-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-left-color: #666666;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
}
.bordertopright {
	border-top-color: #666666;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
}
.borderright {
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
}
.borderrightbottom {
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: thin;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.borderbottom {
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06435D;
}
.padding {
	padding-left: 20px;
	padding-right: 20px;
}
.contentCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.content16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.contentpadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06435D;
	padding-left: 10px;
	padding-right: 10px;
	border-top-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
}
.contentpaddingwithbottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #06435D;
	padding-left: 10px;
	padding-right: 10px;
	border-top-color: #666666;
	border-top-width: thin;
	border-top-style: solid;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.contentpaddingItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: italic;
	text-align: left;
	padding-right: 30px;
	padding-left: 20px;
}
.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #437E6A;
	font-style: normal;
	background-position: center;
}
.image {
	padding-right: 20px;
}
.imagerhtpadding {
	margin-left: 20px;
}
.imagelftpadding {
	padding-right: 10px;
}
.footerNavigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002143;
	text-align: center;
	font-weight: bold;
}
