body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background-image:      url("http://www.onecallmanysolutions.co.uk/office/img/background.jpg");
	background-repeat:     repeat;
	background-attachment: scroll;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #000000;
}
.oneColFixCtr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
table.menu {
background: #ffffff;
border: 1px solid #ffffff;

margin-bottom:0px; margin-top:0px;
color:#333333;
font-weight:normal
}

table.body {
padding: 15px 15px 15px 15px; margin-left:5px; margin-top:0px; margin-right:5px;
color:#333333;}

table.high {
padding: 5px 5px 5px 5px; margin-left:5px; margin-top:10px; margin-right:5px;
color:#ffffff;}

p {font-size:0.9em; margin-top:0px; color:#333333}

p.bullet {font-size:0.9em; margin-left:10px; margin-top:0px; color:#333333}
p.footer {font-size:0.8em; margin-top:0px; color:#333333}
p.left {font-size:0.9em; margin-top:0px; margin-left:5px}
p.box {font-size:0.9em; margin-top:0px; margin-left:5px; margin-right:5px; margin-top:5px; color:#333333}
p.boxw {font-size:0.9em; margin-top:0px; margin-left:5px; margin-right:5px; margin-top:5px; color:#ffffff}

h1 {font-weight:bold; font-size:1.3em; margin-left:0px; margin-top:0px; margin-bottom:5px; color:#333333}
h2 {font-weight:normal; font-size:1.2em; margin-top:0px}
h3 {font-size:1.0em; margin-top:0px; margin-left:10px; margin-right:5px; margin-top:5px; color:#333333}
h6 {font-size:1.2em; margin-top:5px; margin-left:5px; margin-bottom:10px; font-weight:bold; color:#666666}

li {font-weight:bold; font-size:0.9em; margin-bottom:5px; margin-top:5px; color:#333333; margin-left:-20px}
li.white {font-weight:bold; font-size:0.9em; margin-bottom:5px; margin-top:5px; color:#ffffff; margin-left:-20px}

a {font-size:0.9em; margin-top:0px; color:#333333; font-weight:bold; text-decoration:none;}
a:hover {font-size:0.9em; margin-top:0px; color:#ee9808; font-weight:bold; text-decoration:underline;}

a.topmenu {font-size:1.1em; margin-top:0px; color:#333333; font-weight:bold; text-decoration:none; line-height:120%}
a.topmenu:hover {font-size:1.1em; margin-top:0px; color:#ee9808; font-weight:bold; text-decoration:underline; line-height:120%}

.flr {
	float: right;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.fll {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
