/* main site css file */
BODY {
	background-color: white;
	scrollbar-base-color:  #8A8A8A;
    margin-top: 0;
	margin-bottom: 0;
  	margin-left: 0;
  	margin-right: 0;}

TD {
	font-family: Verdana, Tahoma, Arial, Helvetica, "Sans Serif";
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: justify;
}

.logoText {
	color: #2B3B78;
	font-weight: bold;
	font-style: italic;
	font-size: 13;
}

.menuItem {
	text-align: right;
}

.firstLetter {
	font-size: 15pt;
	line-height: 1;
}

.middleCell {

}

.sideCell {
	background-color: #8A8A8A;
	background-image: url(/img/sidebkg.gif);
	color: white;
	font-size: 10;
	text-align: left;
}

.sideBull {
	background-color: #8A8A8A;
	background-image: url(/img/sidebkg.gif);
	font-size: 10;
	text-align: right;
}

.sideGradient {
	background-image: url(/img/gradientside.gif);
	background-color: #8A8A8A;
}

.slashGradient {
	background-image: url(/img/bigslash.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

.logoGradient {
	background-image: url(/img/gradientlogo.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat
}

.headerGradient {
	background-image: url(/img/gradientheader.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat
}

.headerBKG1 {
	background-image: url(/img/bkg1header.gif);
	color: white;
	font-weight: bold;
	font-size: 14;
}

.headerBKG2 {
	background-image: url(/img/bkg2header.gif);
}

.headerBKG3 {
	background-image: url(/img/bkg3header.gif);
}

.footerGradient {
	background-image: url(/img/gradientfooter.gif);
	background-position: 100% 0%;
	background-repeat: no-repeat
}

.footer {
	background-color: #F7F7F7;
	font-size: 11;
}

TD.footer A {
	color: black;
	text-decoration: none;
}

TD.menuItem A {
	color: black;
	text-decoration: none;
}

TD.sideCell A {
	color: white;
	text-decoration: underline;
}

TD.middleCell A {
	color: black;
}

input, textarea
{
  border: 1px solid black;
  background: white;
}