@charset "UTF-8";
/* CSS Document */
	body {
		background-image:url(images/bkgd2.jpg);
		background-position: top;
		background-repeat: no-repeat;
		background-color:#080d14;
		margin: 0px;
		position: relative;
		height:100%;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #090e14;
		line-height: 20px;
		text-align: left;
	}
	img {
		border: none;
		position: relative;
	}
	#header {
		height: 0px;
		margin: 0px;
		padding-top: 50px;
		position: relative;
	}
	#navigation {
		background-image: url(images/nav-bkgd.gif);
		background-repeat: no-repeat;
		height: 37px;
		position: relative;
		width: 786px;
		padding-top: 10px;
	}
	#bodyArea{
		background-color: #f7f7f5;
		background-image:url(images/nav-to-body-fade.jpg);
		background-position:top;
		background-repeat:no-repeat;
		height: auto;
		margin: 0px;
		padding-top: 30px;
		padding-bottom: 60px;
		position: relative;
		vertical-align: top;
		width: 786px;
	}
	#bodyFooter {
		background-image: url(images/body-footer.gif);
		background-position:top;
		background-repeat: no-repeat;
		height: 11px;
		padding-bottom: 20px;
		position: relative;
		vertical-align: top;
		width: 786px;
	}
	#bodyText {
		position: relative;
		width: 625px;
		text-align: left;
	}
	body a:link {
		color: #c4a44a;
		text-decoration: none;
	}
	body a:visited {
		color: #c4a44a;
		text-decoration: none;
	}
	body a:hover {
		color: #7092bf;
		text-decoration: underline;
	}
	.navItem {
		color: #f7f7f5;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding-left: 7px;
		padding-right: 7px;
	}
	.navItem a:link {
		color: #f7f7f5;
		text-decoration: none;
	}
	.navItem a:visited {
		color: #f7f7f5;
		text-decoration: none;
	}
	.navItem a:hover {
		color: #223e53;
		text-decoration: none;
	}
	h1{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 30px;
		font-style: italic;
		font-weight: normal;
		color: #c4a44a;
		line-height: 20px;
		margin: 0px;
		padding: 0px;
		padding-bottom: 7px;
	}
	.quote{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 18px;
		font-style: italic;
		font-weight: normal;
		color: #c4a44a;
		line-height: 30px;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
	}
	.quote2{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 15px;
		font-style: italic;
		font-weight: normal;
		color: #223e53;
		line-height: 22px;
		margin: 0px;
		padding: 0px;
		padding-top: 10px;
	}
	.quoteAuthor {
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
		font-size: 12px;
		line-height: 24px;
		color: #c4a44a;
		text-transform: uppercase;
	}
	hr {
		color: #c4a44a;
		background-color: #c4a44a;
		height: 1px;
		border:none;
		width: 625px;
	}
	.logoLine {
		color: #4891c9;
		background-color: #4891c9;
		height: 2px;
		border:none;
		width: 625px;
	}
	.floatLeft {
		float: left;
		padding-right: 25px;
		
	}
	.footerLabel {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #c4a44a;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
	.footerText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 9px;
		font-weight: bold;
		color: #e5d399;
		position: relative;
		text-align: center;
		text-transform: uppercase;
	}
	.footerText a:link {
		color: #e5d399;
		text-decoration: none;
	}
	.footerText a:visited {
		color: #e5d399;
		text-decoration: none;
	}
	.footerText a:hover {
		color: #e5d399;
		text-decoration: underline;
	}
