/* CSS Document */

body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-image:url(images/background.jpg);
background-position:top;
background-repeat:repeat-x;
background-color:#669900;
color:#ffffff;
}

h1 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:20px;
}

h2 {
font-family:"Arial Narrow", Arial, Helvetica, sans-serif;
font-size:18px;
}

.textlarger {
font-size:20;
}

UL {
list-style-image:url(images/bullet.gif);}

.services {
background-image:url(images/graphics/left-services.jpg);
background-position:top;
background-repeat:no-repeat;
height:235;
color:#FFFFFF;
padding:10px;
}

.midbox {
background-image:url(images/mid-bg.gif);
background-position:right;
background-repeat:repeat-y;
padding:10px;}

.bottombox {
background-image:url(images/bottom-bg.gif);
background-position:right;
background-repeat:repeat-y;
padding:10px;}

.greybox {
background-image:url(images/grey-arrows.gif);
background-position:left;
background-repeat:repeat-x;
padding:10px;}

a:link {
color:#ffffff;
text-decoration:underline}

a:hover {
color:#FFFFFF;
text-decoration:underline;}

a:active {
color:#FFFFFF;
text-decoration:underline;}

a:visited {
color:#FFFFFF;
text-decoration:underline;}