/* _______
Div styles
__________ */


div.DocumentPage {width: 700px; padding-top: 153px; padding-bottom: 198px;
	padding-left: 16px; padding-right: 0;
	background-image: url("../images/CvrshtBgd.jpg")}

* html div.DocumentPage {width: 720px; text-align: center}

div.Banner {text-align:center; background:#fff; border:1px solid #ffcb85;
	position:relative; padding: 0 30px 0 30px;
	background-image: url("../images/CvrshtBannerBgd.jpg"); background-repeat: repeat-x}

/*	The following method of achieving a drop-shadow is courtesy of Stu Nicols,
	http://www.cssplay.co.uk/menu/shadow2.html */
div.BannerShadow {background:#bbbbbb; border:1px solid #c0c0c0;
	position:relative; margin:auto}

.BannerRightOffset {left:-8px}
.BannerBottomOffset {top:-5px}
.BannerWidth {width:533px}

* html table.Borderless {width: 88%}


/* _____________
HEADING STYLES
________________ */

h1.MainTitleTop {font-size: 21px; font-weight: bold; margin-top: 8px; margin-bottom: 8px;
	text-align: center}
h2.MainTitle {font-size: 19px; font-weight: bold; margin-top: 20px; margin-bottom: 3px;
	text-align: center}


/* _____________
PARAGRAPH STYLES
________________ */


p.BannerText, p.BannerTextLeft {margin-top: 5px; margin-bottom: 8px}
p.BannerText {text-align: center}
p.BannerTextLeft {text-align: left}

p.BodyText, p.ListText, p.PreList {margin-right: 0}
p.PreList {margin-bottom: 4px}
p.ListNumber, p.ListText {margin-bottom: 3px}
p.BodyText {margin-bottom: 7px}

