body 
{
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        font-size:13px;
        margin: 20; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        background:#FFFFFF;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #222222;
}

.MainContainer
{
        width: 919px;
        height:100%;
        background: #FFFFFF;
        margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
        border: 0px solid #000000;
        text-align: left; /* this overrides the text-align: center on the body element. */
}
.linkcolour {
color: #003366;
font-weight:bold;
text-decoration:none;
}
.linkcolour:hover{
	
color:#ff9900;
}

/*
.topBoxRight
{
    width:24px;
    height:246px;
    background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	border-right:solid 2px #dadada;
}


.topboxLeft
{
    width:32px;
    height:246px;
   
    background-repeat:no-repeat;
	background-position:bottom;
	background-color:#FFFFFF;
	border-left:solid 2px #dadada;
}
.*/

.topboxContent
{
    height:246px;
    background-image:url(../images/top_box_fill.gif);
    background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	border-left:solid 1px #dadada;
	border-right:solid 1px #dadada;
}

.tblServices
{
    background-color:#6c6c6c;
    width: 919px;
            height: 244px;
            color:#e1e1e1;
}

.serviceSection
{
	background-color:#6c6c6c;
			border-left:solid 1px #dadada;
			border-right:solid 1px #dadada;
}

.serviceBoxLeft
{
    width:32px;
    height:244px;
    background-image:url(../images/service_box_left.gif);
    background-repeat:repeat-y;
}



serviceBoxHome
{
    width:260px;
    height:108px;
}

.serviceBoxBusiness
{
    width:279px;
    height:108px;
}

.serviceBoxWeb
{
    width:303px;
    height:108px;
}

.serviceBoxDivider
{
        width:13px;
    height:108px;
}

.serviceBoxRight
{
        width:24px;
    height:244px;
    background-image:url(../images/service_box_right.gif);
    background-repeat:no-repeat;
}

h1
{
    font-size:18px;
    margin:0px;
}

.tblFooter
{
    width:919px;
    height:88px;
        background-image:url(../images/footer.gif);
    background-repeat:no-repeat;
    
}

.topboxLeft_big
{
    width:32px;
    background-image:url(../images/content_fill_big.gif);
background-repeat:repeat-x;
    background-color:#deebfb;
}

.topboxContent_big
{
    background-image:url(../images/content_fill_big.gif);
    background-repeat:repeat-x;
    background-color:#deebfb;
}

.topBoxRight_big
{
    width:24px;
    background-image:url(../images/content_fill_big.gif);
    background-repeat:repeat-x;
    background-color:#deebfb;
}

a
{
    text-decoration:none;
    color:#ffffff;
    font-weight:bold;
}
A:hover
{
   Color:#ff9900;
}


h2
{
    font-size:18px;
    font-weight:normal;
    text-align:left;
    color:#555555;
    padding:20px;
    border:solid 1px #999999;
}