body {
	background-color: #FFFFFF;
	font-family: Eurostile;
	font-size: 14px;
	width: 1000px;
	text-align: center;
	color: #103F6D;
	margin: auto;
}

.headerlink {
	color: #105CAB;
	background-color: #E1F4F4;
	text-decoration: none;
	padding-right: 21px;
	padding-left: 18px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
}
.headerlink:hover {

	color: #DFE9F3;
	background-color: #95C9DF;
	text-decoration: none;
	padding-right: 21px;
	padding-left: 15px;
	background-image: url(../images/nav_arrow_down.gif);
	background-repeat: no-repeat;

}
.navbar{
	text-align: center;
	background-color: #95C9DF;
	padding-bottom: 6px;
	padding-top: 6px;
	width: 100%;
}
.link {
	color: #A7D1DF;
	background-color: #95C9DF;
	text-decoration: none;
	background-image: url(../images/nav_arrow.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 20px;
	padding-bottom: 5px;
}
.link:hover {
	color: #CDE6ED;
	background-color: #105CAB;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 20px;
	background-image: url(../images/nav_arrow_down.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:5px;
}

.TextMenu {
	color: #264e56;
	line-height: 1.2;
	text-align: center;
	margin-top:10px;
}
.copyright {
	text-align: center;
	color: #264E56;
	font-size: 13px;
	line-height:1.2;
	margin-top:10px;
}
.disclaimer {
	text-align: center;
	background-color: #64AFD0;
	color: #FFFFFF;
	line-height: 1.2;
	font-size: 13px;
	margin-top:10px;
}
a:link {
	text-decoration: underline;
	color: #105CAB;
}
a:visited {
	text-decoration: underline;
	color: #105CAB;
}
a:hover {
	text-decoration: underline;
	color: #062748;
}
a:active {
	text-decoration: underline;
	color: #105CAB;
}
.topnav	{font-size: 12px;}
.address {
	text-align: center;
	background-color: #0D3863;
	color: #FFFFFF;
	font-family: Eurostile;
	font-size: 14px;
}
.address:link {
	text-align: center;
	background-color: #0D3863;
	color: #FFFFFF;
	font-family: Eurostile;
	font-size: 14px;
	text-decoration: underline;
}
.address:visited {
	text-align: center;
	background-color: #0D3863;
	color: #FFFFFF;
	font-family: Eurostile;
	font-size: 14px;
	text-decoration: underline;
}
a.address:hover {
	text-align: center;
	background-color: #0D3863;
	color: #64AFD0;
	font-family: Eurostile;
	font-size: 14px;
	text-decoration: underline;
}
.address:active {
	text-align: center;
	background-color: #0D3863;
	color: #FFFFFF;
	font-family: Eurostile;
	font-size: 14px;
	text-decoration: underline;
}
input:focus
{
background-color:yellow;
}
h3 {
	display: inline;
	color: #105CAB;
	background-color: #FFFFFF;
}
#quote{
	background-color: transparent;
	background-image: url(../images/bg_quotes.png);
	background-repeat: no-repeat;
	color:#105CAB;
	background-position: center top;
	height: 120px;
	width: 190px;
	vertical-align: top;
	margin-bottom:5px;
}
p.quote{font-family: Arial, Helvetica, sans-serif;
	padding:10px 6px 5px 11px;
	font-size:12px;
	font-weight:bold;
	font-style: oblique;
}
span.author{font-family:Arial, Helvetica, sans-serif; padding-bottom:10px; padding-right:10px; text-align:right; font-size:9px;}
span.call_to_action{display:block; width:105px; height:20px; background-color: transparent; background-image: url(../images/button_blue.png); background-repeat: no-repeat; background-position: center center; text-align:center; font-family:Verdana, Arial, Helvetica, sans-serif; padding-top:7px}