a:link {
	text-decoration: underline;
	color: #00699c;
}
h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
a:visited {text-decoration: underline}
a:hover {text-decoration: underline}
a:active {text-decoration: underline}

#ss{border:1px solid #c6c6c7;background:#FFFFFF;padding:1px 0}

.blackarial12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666;}
.blackarial12 a:link {color: #666666}
.blackarial12 a:visited {color: #666666}
.blackarial12 a:hover {color: #666666}
.blackarial12 a:active {color: #666666}

.bluearial12 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #16387C;}
.bluearial12 a:link {color: #16387C}
.bluearial12 a:visited {color: #16387C}
.bluearial12 a:hover {color: #16387C}
.bluearial12 a:active {color: #16387C}

.blackver10 {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #666666;}
.blackver10 a:link {color: #666666}
.blackver10 a:visited {color: #666666}
.blackver10 a:hover {color: #16387C}
.blackver10 a:active {color: #666666}

.bluever10 {font-family: Verdana, Arial, Helvetica; font-size: 10px; color: #16387C;}

.footer {font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #666666}
.footer a:link {color: #666666}
.footer a:visited {color: #666666}
.footer a:hover {color: #666666}
.footer a:active {color: #666666}

.bgila {
	background-attachment: scroll;
	background-image: url('../index-2.html');
	background-repeat: no-repeat;
	background-position-y:50%
}.header {
	width: 900px;
	margin: 0 auto;
	height: 80px;
	background-color: #002D56;
}
.header_left {
	float: left;
	width: 500px;
	height: 80px;
	color: #ffffff;
}
.header_right {
	height: 80px;
	float: right;
	width: 400px;
	color: #ffffff;
	font-family: arial;
}
.nav_blocks {
	width: 900px;
	height: 60px;
	margin: 0 auto;
	border-bottom: solid 1px #ddd;
	background: url(../images/nav_bg.png) repeat-x;
}
.nav_blocks ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 900px;
}
.nav_blocks li {
	float: left;
	height: 60px;
	list-style-type: none;
}
.nav_blocks a {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 15px;
	display: block;
	border-right: solid 1px #ddd;
	color: #002C57;
	text-decoration: none;
	font-weight: bold;
}
.nav_blocks a.current {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 15px;
	display: block;
	background: url(../images/current.png) repeat-x;
	border-right: solid 1px #ddd;
}
.nav_blocks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	padding: 20px 15px;
	display: block;
	background: url(../images/current.png) repeat-x;
	border-right: solid 1px #ddd;
}
#form {
	height: 105px;
	width: 420px;
	float: left;
	background: url(../images/form_box_bg.png) no-repeat center;
	margin: 0 0 0 15px;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #ffffff;
	width: 420px;
	padding: 35px 0px 0px 8px;
}
.form p{
	color:#ffffff;
}
.button {
	background: url(../images/buttonbg.jpg) repeat-x;
	padding: 3px 5px;
	font-size: 18px;
	color: #ffffff;
	border: solid 1px #e34b16;
}
.input {
	padding: 5px;
	background: #ffffff url(../images/formbg.jpg) repeat-x bottom;
	border: solid 1px #ccc;
	font-size: 16px;
	width: 100px;
}
.intro p {
	color: #002C57;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
.intro {
	background: url(../images/intro_bg.jpg) no-repeat;
}
#intro_text {
	float: left;
	padding-top: 10px;
}
.logo {
	float: left;
}
.tagline {
	font-family: Verdana, Geneva, sans-serif;
}
.tagline h1 {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	margin-left: 10px;
	margin-bottom: 5px;
}
.tagline p {
	text-align: left;
	margin-top: 0px;
	font-size: 14px;
}
.highlight_box {
	padding: 10px;
	background: #E4EAF1;
	border: solid 1px #ccc;
}.box {
	background: url(../images/box.png) no-repeat top left;
}