html, body{height:100%}

BODY {
  margin: 0px; 
  background-color: #F0E8D7;
}
A {
  color: #FFFFFF; 
  text-decoration: none;
  }
A:hover {
	color: #F0E8D7;
	text-decoration: underline;
	font-weight: normal;
  }

.menubkgd {
	background-image: url(graphics/menurow.gif);
	background-repeat: no-repeat;
}
.footerbkgd {
	background-image: url(graphics/footerbkgd.gif);
	background-repeat: repeat-x;
}
.rightsidebkgd {
	background-image: url(graphics/rightsidebkgd.gif);
	background-repeat: no-repeat;
}
.rightbottombkgd {
	background-image: url(graphics/rightbottombkgd.gif);
	background-repeat: repeat-y;
}
.rightredborder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #C32E28;
}
.leftredborder {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #C32E28;
}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.rightsidetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #993333;
}
.rightsidetext a:link {color:#333366; text-decoration: none; }
.rightsidetext a:active {color:#333366; text-decoration: none; }
.rightsidetext a:visited {color:#333366; text-decoration: none; }
.rightsidetext a:hover {color:#333366; text-decoration: underline; 
}
.indexcollage {
	background-image: url(graphics/index-welcome.gif);
	background-repeat: no-repeat;
	background-position: center center;

}
.indexfeature {
	background-image: url(graphics/index-featured.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.indexnews {
	background-image: url(graphics/index-news.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.indextext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 18px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5B5B5B;
	line-height: 18px;
}
.bodytext a:link {color:#333366; text-decoration: none; }
.bodytext a:active {color:#333366; text-decoration: none; }
.bodytext a:visited {color:#333366; text-decoration: none; }
.bodytext a:hover {color:#333366; text-decoration: underline; }

.captiontext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333366;
	line-height: 16px;
}
.captiontext a:link {color:#333366; text-decoration: none; }
.captiontext a:active {color:#333366; text-decoration: none; }
.captiontext a:visited {color:#333366; text-decoration: none; }
.captiontext a:hover {color:#333366; text-decoration: underline; }

.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333366;
	line-height: 18px;
	font-weight: bold;
}
.bgdcheck {
	background-image: url(check.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.bgdbox {
	background-image: url(checkbox.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.imageborder { border: 1px solid #333366; }

