/* CSS Document */

body {
background-image:url(../images/bgtile.jpg);
background-repeat:repeat-x;
background-color:#E5E5E5;

font-family:Arial;
font-size:12px;
color:#FFFFFF;

margin:0px 0px 20px 0px;
}

a:link, a:visited {
text-decoration:none;
color:#FFCC00;
}

a:hover {
text-decoration:underline;
}

li {
color:#DBAA42;
}

.i {font-style:italic;}
.b {font-weight:bold;}

.white {color:#FFFFFF;}
.gray {color:#A1A1A1;}
.black {color:#000000;}
.orange {color:#DBAA42;}

.f10 {font-size:10px;}
.f18 {font-size:18px;}

.bannerbgtile {background-image:url(../images/bannertile.jpg);
background-repeat:repeat-x;
}

.contenttile {
background-image:url(../images/contenttile.jpg);
background-repeat:repeat-y;
}

.contentpad {
padding:27px 20px 10px 20px;
}

.footerpad {
padding:0px 10px 0px 10px;
}

.footertile {
background-image:url(../images/footer.gif);
background-repeat:no-repeat;
}

.title1 {
background-image:url(../images/whatwedo.jpg);
background-position:left top;
background-repeat:no-repeat;
}

.logobottom {
background-image:url(../images/logobottom.jpg);
background-position:right bottom;
background-repeat:no-repeat;
}