/*Direct Telecoms Style Sheet*/

body {
background-color: #E5E5E5;
margin: 0px;
text-align: center;
padding: 0px;
}

div#container {
background-color: white;
width: 782px;
margin: auto auto;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
color: #808080;
font-size: 11px;
font-weight: normal;
text-align: left;
height: auto;
line-height: 13px; }

div#header {
width: auto;
font-size: 0em;
height: auto;
float: left; }

div#tophalf {
width: 782px;
height: auto; 
background-image: url(Resources/dtbase2d.gif);
float: left;
}

div#menublock {
float: left;
width: 204px;
height: auto;
padding-top: 12px; }

div#rightblock {
float: left;
width: 565px;
height: auto;
}

div#midstrip {
width: 782px;
height: 32px;
background-color: #D7D7D7;
background-image: url(Resources/dtbase3.gif);
float: left;
}


div#basehalf {
width: 782px;
height: auto; 
float: left;
background-image: url(Resources/dtbase4b.gif);
background-repeat: repeat-y; 
}

div#footer {
width: 782px;
height: 110px;
clear: both;
background-image: url(Resources/dtbase5.gif);
padding-top: 150px;
background-repeat: no-repeat;
text-align: center; }

p {
margin: 0px;
padding: 6px;
border: 0px; }

div#footer p {
margin-top: 60px;
clear: all;
}

td.copycell {
vertical-align:top;
width:186px;
padding-right:12px;
padding-top:18px;
color:white;
line-height:14px;
}

/* Hide from IE Mac \*/
td.copycell {
        width: 174px;
}
/* End hide from IE MAc */

td.copycell2 {
vertical-align:top;
width:400px;
padding-top:18px;
padding-left:20px;
padding-right:36px;
line-height:22px;
font-weight:bold;
color:white;
}

/* Hide from IE Mac \*/
td.copycell2 {
        width: 344px;
}
/* End hide from IE MAc */

ul {
margin-left: 1em;
padding-left: 1em;
padding-right: 1em;
}

div#basehalf a:link {
color: #ffcc33;
}

div#basehalf a:hover {
color: red; }

div#basehalf a:visited {
color: black; }

div#footer a:link {
color: #ff9933;
}

div#footer a:hover {
color: red; }

div#footer a:visited {
color: black; }

textarea {
background-color: #cccccc; }

