table#content {
width: 580px;
table-layout: fixed;
background: #369;
border-collapse: collapse;
margin: 0;
padding: 0;
}

table#content tr {
background: #fff;
}

table#content th {
color: #036;
border-bottom: 2px solid #036;
margin: 0;
padding: 5px;
vertical-align: bottom;
text-align: center;
font: 11px arial, helvetica, sans-serif;
font-weight: bold;
}

table#content th#service { width: 90px; }
table#content th#use { width: 150px; }
table#content th#start { width: 175px; }
table#content th#learn { width: 125px; }

table#content td {
background: #fff;
border-bottom: 1px solid #ccc;
padding: 5px 4px;
vertical-align: top;
font: 11px arial, helvetica, sans-serif;
}

table#content td p {
font: 11px arial, helvetica, sans-serif;
}

table#content td ol {
margin-top: 0;
}

table#content td ol li {
margin-left: -1.5em;
padding: 0.5em 0;
font: 11px arial, helvetica, sans-serif;
}

table#content td ul li {
background: url(/images/bullet2.gif) 0 11px no-repeat;
margin-left: 0;
padding: 0.5em 1em;
font: 11px arial, helvetica, sans-serif;
}

table#content td.logo {
background-color: #fff;
border-left: 1px solid #ccc;
}

table#content td.google {
background-color: #C4DCFE;
}

table#content td.care360 {
background-color: #DEDDDD;
}

table#content td.google a:link,
table#content td.google a:visited {
color: #036;
font-weight: bold;
}

table#content td.google a:hover {
color: #3676B6;
}

table#content td.care360 a:link,
table#content td.care360 a:visited {
color: #036;
font-weight: bold;
}

table#content td.care360 a:hover {
color: #3676B6;
}

table#content td.inner {
background-color: #fff;
border-bottom: none;
}