﻿body 
{
    /* MARGIN: 0px; BACKGROUND-COLOR: #e8eaff; */
    margin: 0px;
    background-color: #e3f0fd;
}
#bodytable
{
    border: solid 1px #8ea5d4;
    width: 850px;
    background-color: #26216b;
    border-collapse: collapse;
    margin-top:20px;
}
.whitecell
{
    background-color:White;
}
.container
{
    width:850px;
    margin-top:15px;
    margin-bottom: 20px;
}
#logo
{
    padding: 0px;
    margin:0px;
    height: 253px;
}
.menudiv
{
    width:850px;
    height:35px;
    text-align:left;
    padding:0px;
    margin:0px;
}
.dots
{
    padding: 0px;
    margin:0px;
    height: 17px;
}
#logobottom
{
    display:block;
    width:219px;
    height:35px;
    background-image:url(images/logobottom.gif);
    float:right;
}
.textboxleft
{
    width:382px;
    padding:15px 10px 20px 10px;
    text-align:justify;
    font-family:Tahoma;
    font-size:12px;
    border: solid 1px #8ea5d4;
    background-color: #e3f0fd;
    float: left;
    line-height:25px;
    margin-left: 35px;
}
.texttitle
{
    width:382px;
    font-weight:bold;
    text-align:center;
    margin:0px;
    padding:0px;
}
.textboxright
{
    padding:8px 10px 8px 10px;
    font-family:Tahoma;
    font-size:12px;
    float: right;
    line-height:25px;
    margin-right: 20px;
}
#psychotherapylinkbox
{
	font-family: tahoma, arial, verdana;
    font-size: 10px;
	margin:0px auto;
	color:gray;
}
.footer
{
    width:850px;
    margin-top:15px;
    margin-bottom: 20px;
    font-family:Tahoma;
    font-size:10px;
}
.label
{
    font-weight:bold;
    color:#6f96cf;
}
.preload
{
    display:none;
}

/* Links */
a.welcome
{
    width:131px;
    height:35px;
    display:block;
    float:left;
    background-image:url(images/counselling/welcome_u.gif);
}
a.welcome:hover
{
    background-image:url(images/counselling/welcome_d.gif);
}
a.psychotherapy
{
    width:164px;
    height:35px;
    display:block;
    float:left;
    background-image:url(images/counselling/psychotherapy_u.gif);
}
a.psychotherapy:hover
{
    background-image:url(images/counselling/psychotherapy_d.gif);
}
a.qualifications
{
    width:160px;
    height:35px;
    display:block;
    float:left;
    background-image:url(images/counselling/qualifications_u.gif);
}
a.qualifications:hover
{
    background-image:url(images/counselling/qualifications_d.gif);
}
a.physiotherapy
{
    width:156px;
    height:35px;
    display:block;
    float:left;
    background-image:url(images/counselling/physiotherapy_u.gif);
}
a.physiotherapy:hover
{
    background-image:url(images/counselling/physiotherapy_d.gif);
}
a.contact
{
    width:239px;
    height:35px;
    display:block;
    float:left;
    background-image:url(images/counselling/contact_u.gif);
}
a.contact:hover
{
    background-image:url(images/counselling/contact_d.gif);
}
a.textlink
{
    text-decoration:none;
    color:Blue;
}
a.textlink:hover
{
    text-decoration:underline;
    color:Maroon;
}
a.psychotherapylink
{
    font-family: tahoma, arial, verdana;
    font-size: 10px;
    text-decoration:none;
    color:gray;
}
a.psychotherapylink:visited
{
	color:gray;
}
a.psychotherapylink:hover
{
    text-decoration:underline;
    color:Maroon;
}

