/* CSS Document */

html, body{height:100%}

BODY {
	margin: 0px;
	background-image: url(graphics/gradiant-gold-bkgd.gif);
	background-color: #af881b;
	background-repeat: repeat-x;
}
a:link { color: #1f6517; text-decoration: none }
a:active { color: #1f6517; text-decoration: none }
a:visited { color: #1f6517; text-decoration: none }
a:hover { color: #af881b; text-decoration: underline 
}

.bodytext {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	/*color: #4C8445;*/
	color: #215c2e;
	text-align: left;
}
.bodytext-right {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #215c2e;
	text-align: right;
}
.body-text-justified {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #215c2e;
	text-align: justify;
	line-height: 16px;
}
.bodytextlarge {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	/*color: #4C8445;*/
	color: #215c2e;
	text-align: left;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	color: #4c8445;
	letter-spacing: 1.5px;
	line-height: 9px;
}

h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #1f6517;
	font-weight: normal;
	font-style: normal;
}
.menu-bkgd {
	background-image: url(graphics/northstar-menu-bkgd.gif);
	background-repeat: no-repeat;
}
.body-bkgd {
	background-image: url(graphics/northstar-body-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.body-bkgd-index {
	background-image: url(graphics/northstar-body-bkgd-index.gif);
	background-repeat: no-repeat;
}

.border-top {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1f6517;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	line-height: 16px;
}
.footer-text a:link { color: #666666; text-decoration: none }
.footer-text a:active { color: #666666; text-decoration: none }
.footer-text a:visited { color: #666666; text-decoration: none }
.footer-text a:hover { color: #af881b; text-decoration: underline 
}
.menu-text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #1f6517;
	letter-spacing: 1.5px;
}
.menu-text a:link { color: #1f6517; text-decoration: none }
.menu-text a:active { color: #1f6517; text-decoration: none }
.menu-text a:visited { color: #1f6517; text-decoration: none }
.menu-text a:hover { color: #af881b; text-decoration: underline 
}
.body-bkgd-gallery {
	background-image: url(graphics/northstar-gallery-bkgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
