
	/* CSS FOR THIS DEMO */
	#mainContainer{
		width:200px;
		margin:0 auto;
		text-align:left;	
		background-color:#FFF;
		border:1px solid #E2EBED;
		margin-top:10px;
	}

	#contentContainer{

	}
	#contentContainer p,#contentContainer h1{
		margin-top:0px;
	}

	#imageSlideshowHolder{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:137px;	/* Image width */
		height:138px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}

	/* Don't change these values */
	#imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}

	.oval{
		width:200px;
		text-align:center;	
		background-color:#DDE6E5;
		color:228991;font-size: 13px;font-family: Tahoma;
font-weight: bold;
	/*	border:1px solid #E2EBED;  */
	/*	margin-top:10px; */
	}

#leftcolumn a{
padding: 3px 3px;
display: block;
width: 150px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #228991;
font-size: 11px;
font-family: Tahoma,Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#228991;

}

/* 
#leftcolumn a:hover{ color:ffffff;font-size: 11px;font-family: Tahoma;text-decoration:none;background-color:#378dd6; 
}
*/

#leftcolumn A:link { color:228991;font-size: 10px;font-family: Verdana;text-decoration:none; }
#leftcolumn A:visited { color:228991;font-size: 10px;font-family: Verdana,Tahoma;text-decoration:none; }
#leftcolumn A:hover { color:ffffff;font-size: 10px;font-family: Verdana,Tahoma;text-decoration:none;background-color:#228991; }

.border {
border-left:1px solid #228991;
border-right:1px solid #228991;
border-top:1px solid #228991;
border-bottom:1px solid #228991;
}

.tdback {background-image: url(pix/logo1-200.gif);
background-repeat: no-repeat;
background-position: top right;}

	.textInput,textarea{	/* General style for my inputs when they're not highlighted */
		width:300px;	
		font-family:Arial,Tahoma,;
		background-color:#FFFFFF;
		border:1px solid #228991;
	}
	
	
	.inputHighlighted{	/* Highlighting style */
		background-color:#dde6e5;
		color:#023C41;
		width:300px;
		border:1px solid #228991;
	}