@charset "UTF-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
	text-align: left;
	color:#333;
}
.textcentered {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	text-align: center;
	color:#333;
}
	
.textcentered a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#293c6d;
}

.textcentered a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}

.textcentered a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}
.textright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 11px;
	font-weight: normal;
	text-align: right;
	color:#FFFFFF;
}

.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color:#333;
}

.text2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#293c6d;
}

.text2 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}

.text2 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}
.text3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	color:#333;
}
.text3white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	color:#FFFFFF;
}
.text4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal;
	color:#333;
}

.text4 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#293c6d;
}

.text4 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}

.text4 a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	font-weight: normal
	text-decoration: underline;
	color:#ec960e;
}

a {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: none;
	color:#293c6d;
}

a:hover {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: underline;
	color:#ec960e;
}

a:active {
	font-family: font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	font-weight: 600;
	text-decoration: underline;
	color:#ec960e;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 26px;
	text-align: left;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	padding: 0 0 0 55px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 15px;
	font-weight: bolder;
	font-style: none;
	color: #273a68;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bolder;
	text-align: left;
	line-height: 10px;
	font-variant: small-caps;
	color: #FFFFFF;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bolder;
	font-style: none;
	color: #273a68;
	text-align: center;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #293c6d;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #293c6d;
}
.layout #container { 
	width: 1012px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.layout #header { 
	height: 88px;
	padding: 0 0 0 0;
	background: url(images/logo-top-long.jpg);
} 
.layout #header2 { 
	height: 109px;
} 
.layout #innercontainer { 
	width: 1012px;
	height: 672px;
	background: url(images/home-back.jpg);
	background-repeat: no-repeat;
} 
.layout #insideinnercontainer { 
	width: 1012px;
	background: url(images/inside-back.jpg);
} 
.layout #sidebar1 {
	float: right; 
	width: 210px; 
	margin: 25px 40px 0 0 ;
}
.layout #mainContent { 
	margin: 0 265px 0 0; 
	padding: 0 20px 0 20px; 
}
.layout #innercontent { 
	margin: 10px 0px 0 70px;
	padding: 10px 10px 0 10px;
    background: #f3f4f0;

} 
.layout #innercontentinside { 
	margin: 20px 0px 0 85px;
	padding: 10px 10px 10px 10px;
    background: #f3f4f0;

} 
.layout #innercontent2 { 
	margin: 10px 0 0 80px;
	padding: 0 5px 0 0;

} 
.layout #innercontentright {
	width: 235px;
	margin: 0 0 0 0;
	padding: 310px 30px 0 10px;
	float: right;
} 
.layout #innercontentleft {
	width: 385px;
	margin: 0 30px 0 0;
	padding: 0 0 0 10px;
	float: left;
}
.layout #navbox {
	width: 680px;
	height: 70px;
	position: relative;
	top: 16px;
	float: right;
}

.layout #nav {
	text-align: right;
	padding: 0 0 0 ;
	display: inline;
	margin: 0 35px 0 0;
		
}
.layout #nav ul{
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	line-height: 11px;
	letter-spacing: 0.075em;
	white-space: nowra
	text-align: right;
}
.layout #nav li{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 11px;
	color: #FFFFFF
	text-decoration: none;
	text-align: right;
}
.layout #nav li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
}
.layout #nav li a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ec960e;
	text-decoration: none;
	text-align: right;

}
.layout #nav li a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #ec960e;
	text-decoration: none;
	text-align: right;

}
.layout #footer { 
	height: 89px;
	padding: 0 0 0 0;
} 
.layout #footer p {
	margin: 0;
	padding: 10px 0; 
}
.layout #insidefooter { 
	height: 15px;
	padding: 0 0 0 0;
} 
.layout #insidefooter p {
	margin: 0;
	padding: 10px 0; 
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

