/*All initial styles by original author - additional changes can be found further down as indicated by comments*/

.nav1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #21529E;
	word-spacing: 0.5em;
}
.nav1 a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #203183;
	word-spacing: 0.5em;
	text-decoration: none;
}
.nav1 a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7F8DB0;
	word-spacing: 0.5em;
	text-decoration: underline;
}
.news {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #21529E;
}
.news h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #7F8DB0;
}
.news a{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #00CCFF;
	text-decoration: underline;
}
.news a:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #7F8DB0;
	text-decoration: underline;
}

.repeatsidec { background:  url("/test123/repeater.jpg") repeat-y; }

.TDbody {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:  url("/test123/repeaterbg.jpg");
	background-repeat: repeat-y;
}


.colournav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	
}

.blue {
	font-weight: bold;
	color: #0066FF;
}
.pink {
	font-weight: bold;
	color: #6600CC;
}
.red {
	font-weight: bold;
	color: #C60000;
}
.green {
	font-weight: bold;
	color: #279D00;
}
.orange {
	font-weight: bold;
	color: #C67700;
}
.navy {
	font-weight: bold;
	color: #000098;
}
.yellow {
	color: #EAAA00;
	font-weight: bold;
}
.blue a{
	font-weight: bold;
	color: #0066FF;
		text-decoration: none;
}
.pink a{
	font-weight: bold;
	color: #6600CC;
		text-decoration: none;
}
.red a{
	font-weight: bold;
	color: #C60000;
		text-decoration: none;
}
.green a{
	font-weight: bold;
	color: #279D00;
		text-decoration: none;
}
.orange a{
	font-weight: bold;
	color: #C67700;
		text-decoration: none;
}
.navy a{
	font-weight: bold;
	color: #000098;
		text-decoration: none;
}
.yellow a{
	color: #EAAA00;
	font-weight: bold;
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D52A2;
	padding-left: 15px;
}
.maintextIn {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1D52A2;
}
.fade img{
Filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=0, FinishY=200)
}
.fadeleft img{
Filter: Alpha(Opacity=60, FinishOpacity=0, Style=1, StartX=50, StartY=0, FinishX=0, FinishY=0)
}

.floatleft {
	float:left;
	padding: 5px;
}

.floatright {
	float:right;
	padding: 5px;
}
.whitenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	filter: DropShadow(Color=#666666, OffX=1, OffY=1, Positive=yes);
}

/*
===================
CSS WEB AMENDMENTS
===================
AUTHOR: Gareth Watson
DATE: 16-Dec-2008
VERSION: 1.1 (Version 1 Change Request 1)
NOTES ON CHANGES: First set of changes intended to create spotlight areas so CU can amend internally using Contribute
*/

#tdspotlights {
	/*background-image:url(images/spotlight_divider.gif);
	background-repeat:repeat-y;
	background-position:top;*/
	padding:0;
	
}

/*spotlights container ul*/
ul.spotlights {
	border:0px solid green;
	padding:0;
	margin:0;
	list-style:none;
}

ul.spotlights li {
	border:0px solid red;
	width:175px;
	float:left;
	margin:3px;
	height:180px;
	overflow:auto;
}

ul.spotlights h3 {
	margin:5px 5px 5px 5px;
	border:0px solid green;	
	font-size:14px;
	width:150px;
	text-decoration:underline;
}

ul.spotlights p {
	border:1px solid white;
	margin:0 0 5px 5px;
	line-height:120%;
	width:80px;
	float:left;
	font-size:11px;
}

ul.spotlights img {
	border:0px solid yellow;
	margin: 0 4px 4px 0;
	float:right;
	width:80px;
}


/*red spotlight*/
li#spl1 {
	border:1px solid #C60000;
	color:#C60000;
}

/*yellow spotlight*/
li#spl2 {
	color: #EAAA00;
	border:1px solid #EAAA00;
}

/*blue spotlight*/
li#spl3 {
	border:1px solid #0066FF;
}

.spotlights {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}

.spotlights h3 {
	margin:5px 5px 5px 5px;
	font-size:14px;
	width:150px;
	text-decoration:underline;
}

.spotlights p {
	border:1px solid white;
	margin:0 0 5px 5px;
	line-height:120%;
	width:80px;
	font-size:11px;
}

/*red spotlight*/
.sp1 {
	border:1px solid #C60000;
	color:#C60000;
}

/*yellow spotlight*/
.sp2 {
	color: #EAAA00;
	border:1px solid #EAAA00;
}

/*blue spotlight*/
.sp3 {
	border:1px solid #0066FF;
	color:#0066FF;
}


.terms li {
	margin: 10px 0 10px 0;
}