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

body {
	background-image: url(background.jpg);
	background-attachment: fixed;
	background-position: center;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	border: 0px;
	font-weight: 200;
}

img { border: 0px; }

.text1-black {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 15px;
}
.text1-black-small {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 11px;


}
.text1-black-med {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 18px;

}
.text1-black-lge {
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 24px;
}
.text2-blue {
	color: #254389;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;

	}

.text2-blue-lge {
	color: #254389;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 23px;
	font-weight: 900
}
.text3-gray {
	color: #5A5A5A;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
}

.text3-gray-uc {
	color: #5A5A5A;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-size: 13px;
    text-transform: uppercase;
}
.small-blue {
	color: #254389;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	line-height: 90%;
}
.text-white {
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 13px;
	line-height: 90%;
}

.sub-bg {
	background-image: url(images/subpage_14.jpg);
}
.sub-bg-blue {
	background-color: #051E40;
}
.sub-bg-index-left {
	background-image: url(images/index_13.jpg);
	width: 352px;
}
.sub-bg-index-right {
	background-image: url(images/index_14.jpg);
	width: 598px;
}
a {
	color: #000;
	text-decoration: underline;
}
a.white {
	color: #FFF;
	text-decoration: underline;
}
.border {
	border: 3px solid #254389;
}

.border-black {
	border: 1px solid #000000;
}
#body {
	padding: 5 20 5 20;}
	#contact {
	padding: 5 5 5 55;}

#homecontentleft {
	padding: 10 25 5 25;}
	
#homecontentright {
	padding: 10 25 5 25;}
	
#floatright {
	float: right;}	
