/* general.css  */
/* main content */
#main h1 {
 
	background:  url(../Media/images/ebox-s.gif) no-repeat bottom left;
}

#main h1.first {
	background:  url(../Media/images/ebox.gif) no-repeat bottom left;
}

/* box */
.box {
	background:  url(../Media/images/borders-s.gif) repeat-y 100% 0;
}

/* boxleft */
.boxleft {
	background-image:  url(../Media/images/borders-s.gif);
}

/* boxtop */
.boxtop {
	background:  url(../Media/images/box-s.gif) no-repeat 100% 0;
}

/* box bottom */
.boxbottom {
	background:  url(../Media/images/box-s.gif) no-repeat 0 100%;
}


.empty .boxtop {
	background:  url(../Media/images/ebox-s.gif) 100% 0 no-repeat;
}


/* empty boxtop div */
.empty .boxtop div {
	background:  url(../Media/images/ebox.gif) 0 0 no-repeat;
}
#standards .empty .boxtop div {
	background:  url(../Media/images/ebox-s.gif) 0 0 no-repeat;
}
.fill {
	background-color: #FCD2EA;
}
.ContentBlock 
{

    border-top-color: #FCD2EA;
    border-right-color: #FCD2EA;
    border-bottom-color: #FCD2EA;
    border-left-color:#FCD2EA;
}
