/* CSS Document */

html, body{height:100%}

a:link { color: #3399CC; text-decoration: none }
a:active { color: #3399CC; text-decoration: none }
a:visited { color: #3399CC; text-decoration: none }
a:hover { color: #999933; text-decoration: underline }

BODY {
  background: #28340E;
  margin: 0px;
  scrollbar-face-color: #8EA93B;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #E0E4DB;
  scrollbar-3dlight-color: #E0E4DB;
  scrollbar-arrow-color: #444444;
  scrollbar-track-color: #374212;
  scrollbar-darkshadow-color: #444444
    }

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	text-align: left;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	color:#469542;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 14px;
	color:#469542;
	text-align: left;
	font-weight: bold;
}
.bodybkgd {
	background-image: url(graphics/alphageek-bodybkgd.gif);
	background-repeat: repeat-y;
}
.footerbkgd {
	background-image: url(graphics/alphageek-footer.gif);
	background-repeat: no-repeat;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
.footertext a:link { color: #FFFFFF; text-decoration: none }
.footertext a:active { color: #FFFFFF; text-decoration: none }
.footertext a:visited { color: #FFFFFF; text-decoration: none }
.footertext a:hover { color: #99CC00; text-decoration: underline }
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996699;
	line-height: 18px;

}.footer-bkgd {
	background-image: url(graphics/wildlife-bottomrow.gif);
	background-repeat: no-repeat;
}
.rightcolumn-border {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #999999;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:12px;
	font-weight: bold;
	color: #3399CC;
}
