body {
        background-image:   url();
        background-color: #FFFFFF;
        background-repeat: repeat-x;
        background-position: 0px 130px;
        }
.mainpanel {
        background-image:   url(../images/back-tedds.png);
        background-color: #FFFFFF;
        background-repeat: repeat-x;
        }
.hr {
        color: #C52735;
        }

ul {
        padding-left: 0px;
        margin-left: 20px;
        list-style-image: url(../images/tedds-bl.gif);
        list-style-position: outside;
        }
.Modules {
        margin-bottom: 0px;
        list-style-image: url(../images/tedds-bl-large.gif);
        }
.Modules li{
        font-size: 18px;
        }
.cust_table {
        margin-left: 40px;
        }
.cust_image {
        border-width: 1px;
        border-color: #C52735;
        }
.highlight {
        background-color: #EFD6C6;
        background-color: #F9F0EE;
        }
.topic .highlight {
        width: 380px;
        }
html>body .topic .highlight {
        width: 336;
        }
.topic .hr{
        border-color: #EFD6C6;
        border-color: #F9F0EE;
        }
.caption{
        list-style-image: url(../images/tedds-bl-small.gif);
        }
.divline {
        background-color: #C52735;
        }
.step {
                width: 340px;
                margin: 20px;
                padding: 0px 15px 0px 15px;
                border: 1px solid #C52735;
                background-color: #F9F0EE;
        }
 html>body .step {
        width: 320px
        }
.step h1 {
                margin: 0px;
                padding: 15px 10px 5px 50px;
                position: relative;
                top: -10px;
                left: -25px;
                background-repeat: no-repeat;
        }
.step .one {
                background-image: url(../../tedds/images/step_1.gif);
        }
.step .two {
                background-image: url(../../tedds/images/step_2.gif);
        }
.step .three {
                background-image: url(../../tedds/images/step_3.gif);
        }

/* MINI HOMEPAGE*/

#family ul {
	margin-bottom: 10px;
	margin-right: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #C52735;
	}
#family .overview {
        list-style-image: none;
        list-style-type: none;
        }
#family .secondary {
	border-bottom: none;
	}
#family .secondary li {
        list-style-image: none;
        list-style-type: none;
        }
        
/* light box */ 

#lightbox{
	background-color:#C52735;
}