@charset "utf-8";
/* CSS Document */

.top-bg {
	background-image: url(images/top-bg.jpg);
	height: 170px;
	background-repeat: repeat-x;
}
.nav-bg {
	background-color: #04345b;
	height: 42px;
}
.bot-bg {
	background-image: url(images/bot-bg.jpg);
	background-repeat: repeat-x;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-top: 3px;
	line-height: 140%;
}
.text1 A:hover{
	text-decoration: underline;
}
.botnav {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
	text-decoration: none;
	padding-top: 5px;
}
.botnav A:hover{
	text-decoration: underline;
}
.copy {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	font-weight: 400;
	color: #5895b7;
	text-decoration: none;
}
.curvebg {
	background-image: url(images/curve-center.png);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.curvehome {
	background-image: url(images/text-box.jpg);
	background-repeat: no-repeat;
	height: 150px;
	width: 270px;
}
div.shadow-left {
	background-image: url(images/shadow-left.png);
	background-repeat: repeat-x;
	width: 5px;
}


.formtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
	height: 20px;
	width: 230px;
	padding-top: 4px;
}
.textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 230px;
	padding-top: 4px;
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 1px solid #666666;
	background-color: #000000;
	height: 20px;
	width: 230px;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	background-color: #efefef;
	height: 25px;
	border: 1px solid #cccccc;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
