/* 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: #3399CC; text-decoration: underline }

BODY {
  background-image: url(graphics/grey-bkgd.gif);
  margin: 0px;
  scrollbar-face-color: #6C90A0;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #E0E4DB;
  scrollbar-3dlight-color: #E0E4DB;
  scrollbar-arrow-color: #444444;
  scrollbar-track-color: #8BAFB8;
  scrollbar-darkshadow-color: #444444
    }

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
	text-align: left;
}
.bodylist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #444444;
	text-align: left;
}
.bodyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
	text-align: right;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
.menutext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #444444;
}
.menutext a:link { color: #FFFFFF; text-decoration: none }
.menutext a:active { color: #FFFFFF; text-decoration: none }
.menutext a:visited { color: #FFFFFF; text-decoration: none }
.menutext a:hover { color: #3399CC; text-decoration: underline }

.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 16px;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
.footertext a:link { color: #666666; text-decoration: none }
.footertext a:active { color: #666666; text-decoration: none }
.footertext a:visited { color: #666666; text-decoration: none }
.footertext a:hover { color: #3399CC; text-decoration: underline 
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	text-align: left;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
}
.bodybkgd {
	background-image: url(graphics/alphageek-bodybkgd.gif);
	background-repeat: repeat-y;
}
.footerbkgd {
	background-image: url(graphics/alphageek-footer.gif);
	background-repeat: no-repeat;
}
.header-toprow-bkgd {
	background-image: url(graphics/header-top-row.gif);
	background-repeat: no-repeat;
}
.footer-bkgd {
	background-image: url(graphics/footer-bkgd.gif);
	background-repeat: repeat-x;
}
.leftsidebar-top-bkgd {
	background-image: url(graphics/left-sidebar.gif);
	background-repeat: no-repeat;
}
.left-sidebar-bottom {
	background-image: url(graphics/leftsidebar-bottom-search.gif);
	background-repeat: repeat;
}
.left-sidebar-bkgd {
	background-image: url(graphics/left-sidebar-bkgd.gif);
	background-repeat: repeat-y;
}
.imageborder {
	border: 1px solid #999999;
}