/* 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: #DBDBCC;
  margin: 0px;
  scrollbar-face-color: #814C79;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #814C79;
  scrollbar-3dlight-color: #FFFFFF;
  scrollbar-arrow-color: #814C79;
  scrollbar-track-color: #DBDBCC;
  scrollbar-darkshadow-color: #444444
    }

.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #444444;
	padding: 10px;
	text-align: left;
}
.captiontext {
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 10px;
	color: #444444;
	text-align: center;
}
.fieldtext {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #444444;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #B2BDA5;
	text-align: left;
	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;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	line-height: 16px;

}
.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: #3399CC; 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;
}
.mainbodytext-bkgd {
	background-image: url(graphics/textbody-bkgd.gif);
	background-repeat: repeat-y;
}
.topleft-bkgd {
	background-image: url(graphics/topleft-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.bottomleft-bkgd {
	background-image: url(graphics/bottomleft-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.bottommiddle-bkgd {
	background-image: url(graphics/bottom-middle-bkgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bottom-right-bkgd {
	background-image: url(graphics/bottom-right-bkgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.wrc-logo-bkgd {
	background-image: url(graphics/wrc-logo-bkgd.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.header-bkgd {
	background-image: url(graphics/header-bkgd.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
}
.sidebar-bkgd {
	background-image: url(graphics/sidebar-bkgd.gif);
	background-repeat: repeat-y;
}
.body-top-bkgd {
	background-image: url(graphics/body-top-bkgd.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.divider-purple {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #993366;
}
hr {border: none 0; 
	border-top: 1px dotted #663;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	text-align: center;
	}

