/* CSS Document */

html, body{height:100%}

a:link { color: #79536A; text-decoration: none }
a:active { color: #79536A; text-decoration: none }
a:visited { color: #79536A; text-decoration: none }
a:hover { color: #3399CC; text-decoration: underline }

BODY {
  background: #000000;
  margin: 0px;
  scrollbar-face-color: #79536A;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #E0E4DB;
  scrollbar-3dlight-color: #E0E4DB;
  scrollbar-arrow-color: #000000;
  scrollbar-track-color: #A1B4CA;
  scrollbar-darkshadow-color: #000000
    }

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #444444;
	text-align: left;
}
.bodytext a:link { color: #444444; text-decoration: none }
.bodytext a:active { color: #444444; text-decoration: none }
.bodytext a:visited { color: #444444; text-decoration: none }
.bodytext a:hover { color: #79536A; text-decoration: underline 
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	color: #79536A;
	text-align: left;
	line-height: 10px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	font-weight: normal;
	font-style: normal;
	text-align: justify;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #79536A;
	font-weight: bold;
}
.footerbkgd {
	background-image:  url(graphics/footerbkgd.gif);
	background-repeat: repeat-x;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.footertext a:link { color: #000000; text-decoration: none }
.footertext a:active { color: #000000; text-decoration: none }
.footertext a:visited { color: #000000; text-decoration: none }
.footertext a:hover { color: #A1B4CA; text-decoration: underline 
}
.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996699;
	line-height: 18px;
}
.bottomtableborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-bottom-color: #CCCC99;
}
.columnborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCC99;
}
.bluebodybkgd {
	background-image: url(graphics/body-bkgd.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.leftsidebkgd {
	background-image: url(graphics/leftside-bkgd.gif);
	background-repeat: repeat-y;
}
.bottomswoop-bkgd {
	background-image: url(graphics/bottomswoop-bkgd.gif);
	background-repeat: no-repeat;
}
.leftcolumn-border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #444444;
}
.rightcolumn-border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #444444;
}
.topside-bkgd {
	background-image: url(graphics/top-side-blue.gif);
	background-repeat: repeat-x;
}
