.leftDropShadow {
	background: url(../Images/shadowLeft40.gif) repeat-y top right;
}

.rightDropShadow {
	background: url(../Images/shadowRight40.gif) repeat-y top left;
}

.leftBottomCorner {
	background: url(../Images/cornerShadowLeft1.gif) no-repeat top right;
}

.rightBottomCorner {
	background: url(../Images/cornerShadowRight1.gif) no-repeat top left;
}

#nav {
	background: #000033;
	color: #99cccc;
	width: 150px;
}

#mainContent {
	clear: both;
	margin: 20px 5%;
}

#mainContent ul {
	margin-left: 0;
	padding-left: 20px;
	margin-bottom: 20px;
}

#mainContent li {
	list-style: inside square;
	margin-bottom: 3px;
}

#rightSidebar {
	background: #000033;
	color: #99cccc;
	font-size: 80%;
	width: 150px;
}


#servicesSidebar {
	/*background: #f7f7dd;*/
	background: #dcf4ff;
	color: #000033;
	font-size: 80%;
	width: 150px;
	/*border-left: 1px solid #dc7;*/
	border-left: 1px solid #aad;
}
	
#footer {
	clear: both;
	background: #006699;
	border-bottom: 1px solid #004477;
	font-size: 85%;
	color: #aadddd;
	text-align: center;
	padding: 5px 0;
}

#bottomShadow {
	background: url(../Images/bottomShadow.gif) repeat-x top left;
	margin: 0 15px 0 0;
	height: 25px;
}

.textLeft88 {
	position: relative;
	padding-right: 110px;
	margin-bottom: 20px;
}

#imageRight88 {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 88px;
}

/* Hide from IE5 Mac \*/
* html #imageRight88 {
	margin-right: 20px;
}

.textLeft160 {
	position: relative;
	padding-right: 180px;
	margin-bottom: 20px;
}

#imageRight160 {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 160px;
}

/* Hide from IE5 Mac \*/
* html #imageRight160 {
	margin-right: 20px;
}

caption {
/*	font-size: 90%;
	font-weight: bold; */		/* These seem to make no difference */
	color: #338899;
	margin-bottom: 3px;
}


.tableBG {
	width: 100%;
	background: #eef7ff;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	font-size: small;
}

.tableBG td {
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
} 

