﻿body {
	background-color: #FFFFFF;
	background-image: url(/webdata/graphics/ct_h_pageBG.jpg);
	background-position: 948px 0px;
	background-repeat: no-repeat;
	}
	
/* temp remove */
#unityNavigation {
	position:absolute;
	top:297px;
	left:16px;
	}

#headMain {
	background-color:#F9E3D3;
	width: 670px;
	height: 182px;
	}
#headPhotos {
	position:absolute;
	top:80px;
	left:634px;
	}
#contentBg {
	background-image: url(/webdata/graphics/ct_h_contentBG.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	}
#wImg {
	padding-top:29px;
	}


/* Main content columns */
#cell01 {
	width:280px;
	vertical-align:top;
	}
#cell02 {
	width: 390px;
	vertical-align:top;
	}
#cell03 {
	width: 278px;
	vertical-align:top;
	background-color: #F9E3D3;
	}

/* Content */
/* ================================= */

#introTxt {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 40px;
	padding-top:26px;
	padding-right: 0px;
	text-align: justify;
	line-height: 1.8em;
	}
#introTxt p,h1,h2,h3,h4,h5,h6,strong,em {
	color:#0771A9;
	}

/* ================================= */

#content {
	margin-top: 0px;
	margin-right: 40px;
	margin-left: 45px;
	padding-top:30px;
	}

/* ================================= */
#newsImg {
	position:absolute;
	top:370px;
	left:670px;
	width:278px;
	}
	
.latestNews {
	margin-top: 0px;
	margin-right: 30px;	
	margin-left: 30px;
	padding-top:30px;
	}
	
.latestNews h4 {
	color:#2D3D4E;
	color:#666666;
	background-color: #F9E3D3;
	font-size: 12px;
	font-weight:bold;
	}
	
.latestNews p { 
	color:#2D3D4E;
	background-color: #F9E3D3;
	}

.latestNews a:link {
	color:#5E6D7D;
	background-color: #F9E3D3;
	text-decoration:none;
	font-style: italic;
	}
.latestNews a:active {
	color:#FF0000;
	background-color: #F9E3D3;
	text-decoration:none;
	font-style: italic;
	}
.latestNews a:visited {
	color:#5E6D7D;
	background-color: #F9E3D3;
	text-decoration:none;
	font-style: italic;
	}
.latestNews a:hover {
	color:#5E6D7D;
	background-color: #F9E3D3;
	text-decoration:none;
	font-style: italic;
	}

	 
	 
	 
/* ====================================== */
/* SEARCH */

#searchForm { 
	position:absolute;
	top:336px;
	left:703px;
	width:240px;
	}
.searchInput { 
	position:relative;
	top:-5px;
	margin-right: 3px;	
	width:150px;
	border:1px solid #E5E5E5;
	background-color: #FCFCFC;
	color:#0099CC;
	font-size:10px;
	}
.searchBtn { }

/* PRINT BUTTON */	
#printLink {
	position: absolute;
	left: 670px;
	top: 297px;
	cursor: pointer;
	width: 278px;
	height: 29px;
	}
	
	


/*======================*/
/* footer */

.footerBlock	{
	margin-top: 10px;
	margin-left: 180px;	
	background-image: url(/webdata/graphics/ct_footerLogo.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 600px;

	}

#footerPad {
	padding-top: 20px;
	padding-right:0px;
	padding-left:142px;
	}

.footerTxt1 {
	font-size: 10px;
	color: #396E8F;
	}
.footerTxt2 {
	font-size: 10px;
	color: #90A1B2;
	}	

#footLinks {
	padding-top:10px;
	}

/*
=================================
FOOTER LINKS 
*/

a.footer:link {
	color:#90A1B2;
	text-decoration:none;
	}
a.footer:active {
	color:#FF0000;
	text-decoration:none;
	}
a.footer:visited {
	color:#90A1B2;
	text-decoration:none;
	}
a.footer:hover {
	color:#396E8F;
	text-decoration:underline;
	}

/*email link */

a.footerE:link {
	color:#396E8F;
	text-decoration:none;
	}
a.footerE:active {
	color:#FF0000;
	text-decoration:none;
	}
a.footerE:visited {
	color:#396E8F;
	text-decoration:none;
	}
a.footerE:hover {
	color:#396E8F;
	text-decoration:underline;
	}

