﻿body
{
	background-color:#A49F75;
	background-image:url('bggrad.jpg');
	background-repeat:repeat-x;
}
.tableMain
{
	font-family:garamond,verdana;
	text-align:left;
	width:900px;
}
.tdBanner
{
	background-image:url('CompUCareBanner.jpg');
	width:900px;
	height:200px;
	background-repeat:no-repeat;
}
.tableTdBanner
{
	width:100%;
	height:200px;
}
.tdTdBannerLeft
{
	padding-left:30px;
	padding-bottom:12px;
	vertical-align:bottom;
	font-size:12pt;
	color:white;
}
.tdTdBannerRight
{
	padding-right:35px;
	padding-bottom:12px;
	text-align:right;
	vertical-align:bottom;
	font-size:12pt;
	color:white;
}
.tdBody
{
	background-image:url('CompUCareBody.jpg');
	width:900px;
	background-repeat:repeat-y;
}
.tableTdBody
{
	width:100%;
}
.tdTdBodyLeft
{
	padding-left:40px;
	vertical-align:top;
	font-size:14pt;
	width:234px;
	color:#444444;
	font-family:garamond,verdana;
}
.tdTdBodyLeft a
{
	text-decoration:none;
	color:#73732B;
}
.tdTdBodyLeft a:hover
{
	text-decoration:none;
	color:#213481;
}
.tdTdBodyRight
{
	text-align:left;
	padding-left:50px;
	padding-right:50px;
	vertical-align:top;
	font-size:12pt;
	color:#444444;
	font-family:garamond,verdana;
	width:100%;
	height: 100px;
}
.divTdBodyRightShow
{
	text-align:center;
}
/* jQuery cycle does not work in Safari if images have border */
.divTdBodyRightShow img
{
	border:solid 1px #aaaaaa;
}
.divTdBodyRight
{
	text-align:center;
}
.divTdBodyRight img
{
	border:solid 1px #aaaaaa;
	width:47px;
	height:47px;
}
.tdBottom
{
	background-image:url('CompUCareBottom.jpg');
	width:900px;
	height:40px;
	background-repeat:no-repeat;
}
.tableTdBottom
{
	width:100%;
	height:40px;
}
.tdTdBottomLeft
{
	padding-left:30px;
	padding-bottom:12px;
	vertical-align:bottom;
	font-size:12pt;
	color:white;
}
.tdTdBottomRight
{
	padding-right:35px;
	padding-bottom:12px;
	text-align:right;
	vertical-align:bottom;
	font-size:12pt;
	color:white;
}
.divSlideShow
{
	padding-top:10px;
	background-image:url('SlideShowbg.jpg');
	background-repeat:repeat-x;
	height:97px;
}
.slideImages
{
	display:none;
	overflow:hidden;
	border:1px solid #aaa;
	height:94px;
	width:94px;
}
.slideImages img
{
	height:94px;
	width:94px;
}
.divImages
{ 
	padding:5px;  
	background-color:#eee; 
	border:1px solid #aaa;
	top:0; 
	left:0;
}
.divImages 
{
	-moz-border-radius:10px; 
	-webkit-border-radius:10px;
}

