@charset "utf-8";
/* CSS Document */
body {
	font-family: "Adobe Garamond Pro", "Times New Roman";
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 29px;
	color: #666666;
}

.main {
	 /*width: 1024px;*/
	 height: auto;
}

.headerBackLrg {
	width: auto;
	height: 52px;
	background-color: #223E6E;
}

.headerBackSml {
	width: auto;
	height: 1px;
	background-color: #333333;
}

.footerBackLrg {
	width: auto;
	height: 28px;
	background-color: #223E6E;
}

.footerBackSml {
	width: auto;
	height: 1px;
	background-color: #333333;
}


.headerImgPad {
	padding-left: 0px;
	padding-top: 8px;
	float: left;
}

.headerLinksPad {
	float: right;
	padding-right: 100px;
	padding-top: 25px;
}

.headerLinks {
	/*float: left;*/
	display: inline;
	color: #FFFFFF;
	font-size: 14px;
}

.headerLinks img {
	padding: 8px 17px 0 17px;
}

.headerLinks a {
	color: #FFFFFF;
}

.footerTop {
	width: 770px;
	height: auto;
	font-size: 20px;
}

.footerTop img {
	float: left;
	padding-right: 25px;
}

.footerTopText {
	padding-top: 35px;
	color: #666666;
}

.footerLinksPad {
	padding-top: 4px;
}

.divider {
	padding-left: 20px;
	padding-right: 20px;
}

.copyText {
	font-size: 14px;
	color: #000000;
}