html, body{
height:100%
}

body{
font-family: Verdana, Helvetica, Arial, sans-serif;
margin:0em;
font-size:1em;
padding:0em;
}


div.wrapper{
margin:0em;
padding:0em;
}


img.logo{
float:left;
}


table.nav {
border:0em;
margin:0em;
width:100%;
text-align:center;
table-layout:fixed;
}

table.logo {
border:0em;
margin:0em;
background-color:#C0C0C0;
width:100%;
text-align:center;
table-layout:fixed;
}




a:link {color:#990000}      /* unvisited link */
a:visited {color:#990000}  /* visited link */
a:hover {color:#FF00FF}  /* mouse over link */

a.nav:link {color:#990000} /* nav link unselcted colour */
a.nav:hover {color:#FF00FF; /*nav link hover colour*/
text-transform: uppercase;
}

div.boxtop {
background-color:#FFFFFF;/*change this code for top box colour*/
margin:0em;
padding:0.1em;
height:8em;
}

p.topbox{
position:relative;
top:50%;
float:right;
color:#FF0000;/*phone number in top box*/
}

h3.top{
position:relative;
top:50%;
float:right;
color:#990000;/*main heading*/
font-size:1.35em;
}

div.boxleft {
background-color:#C0C0C0;/*change this code for nav box colours*/
margin:0em;
font-size:0.8em;
padding:0em;
width:100%;
}






div.homecontent {
background-color:#FFFFFF;/*change this code for main body colour*/
margin:0em;
border:0em;
padding:0.5em 1em 0.5em 0.5em;
min-height:80%;
float:left;
}

div.boxbottom {
color:#990000;
background-color:#C0C0C0;/*change this code for the bottom box colour*/
width:100%;
margin:0em;
padding:0.2em;
height:1.8em;
clear:both;
}

h2{
text-align:center;
}

p.right{
text-align:right;
float:right;
}
p.left{
text-align:left;
float:left;
}




div.procontent{
background-color:#FFFFFF;
margin:0em;
border:0em;
padding:0.5em 1em 0.5em 0.5em;
min-height:80%;
clear:both;
}

div.content{
background-color:#FFFFFF;
margin:0em;
border:0em;
padding:0.5em 1em 0.5em 0.5em;
min-height:80%;
clear:both;
text-align:center;
}

