/*  grey-blue: 94b5afaqua-blue: 6EC2CBpink:grey-black: 333333*//* general tag properties */	body { 		background-image:url(../IMAGES/header.png);		background-repeat:no-repeat;		padding: 0; 		margin: 0; 	}		body, p { font-size: 12px; font-family: "lucida grande", tahoma, verdana, arial, sans-serif; text-align: left; }		/*a       { color:#6EC2CB; text-decoration: none; }*/
	a       { color:#0000CC; text-decoration: none; }	a:hover { color:#333333;}			img {border: 0px; margin: 10px;}		h1 { 		font-size:18px; 		color:#D43B60; 	}		h2 {		font-size:16px;		margin: 0;		padding: 5px 3px 0px 0px;		width: 96%;	}
	h3 {		font-size:12px;		margin: 0;		padding: 5px 3px 0px 0px;		width: 96%;	}		ul { list-style:square;}		ul.article {		list-style-image: url('../IMAGES/icons/icon_transcript.gif');	}		li {		/*text-indent: -20px;*/		padding: 3px 0px 3px 0px;	}	p.indent {		text-indent: 15px;	}		table { width: 90%; margin: 10px; padding:5px; background-color:#EFEFEF; border: 1px solid #CCCCCC;}	td { vertical-align:top; }	/* layers */	#container { 		width:900px;		height:auto;	}		#left { float: left; width:255px; color:#999999; }		#left img {margin:auto auto 10px auto;}			#right { float:left; width:640px; border-left: 1px dashed #D43B60; }		#leftbar {			margin: 65px auto auto auto;			padding: 10px 10px 10px 15px;			text-align:center;	}		#leftbar p { text-align:center; }		#navigation {		height:50px;		margin:10px 10px 10px 17px;		font-size:18px; /* change font size for the navigation, 18px original */		padding: 10px auto 10px 10px; 	}			#navigation a { color:#333333; text-decoration:none; padding: 0 23px 0 0;}		#navigation a:hover { color:#6EC2CB; }				#navigation a.always { color:#6EC2CB; }		#content {		margin:10px 10px 30px 17px;		min-height:385px;	}				#content p { text-align:justify;}				#content img {			float: right;			border: 1px solid #grey;		}				#content h2 { color:#D43B60;}		#footer {		margin:10px 10px 10px 17px;		padding: auto auto;		text-align:center;	}