/* CSS Document */
/*******************************
Typography and spacing
*******************************/
body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h1 {
	color: #000066;
}
h2 {
	color: #000099;
}
#banner h1 {
	margin: 2px 0px 0px 5px;
	padding: 2px 0px 0px 5px;
	font-size: 40px;
	font-family: "Arial Narrow";
	font-weight: normal;
	color: #FFFFFF;
	background-color: transparent;
}

#banner p {
	text-indent: -500px;
}
/******************************
Links
******************************/
a {
	text-decoration: none;
	color: #006699;
}
a:hover {
	text-decoration: underline;
}
#footerLinkBar a {
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
}
#footerLinkBar a:hover {
	text-decoration: underline;
}
/*********************************
Layout divs and classes
*********************************/
#banner {
	background-color: #2E7ADF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	height: 90px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 100%;
	background-image: url(../images/CTCbanner1.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#nav {
	position: absolute;
	width: 200px;
	left: 4px;
	top: 130px;
}
#content {
	margin-top: 30px;
	margin-left: 230px;
	margin-right: 40px;
}
#footerLinkBar {
	height: 20px;
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 0.8em;
	background-color: #2E7ADF;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFCC00;
	border-bottom-color: #FFCC00;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}
#pageFooterBar {
	font-size: 9px;
	margin: 0px;
	width: 100%;
	color: #000000;
	height: 30px;
	background-image: url(../images/footFade.gif);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-bottom: 10px;
}
.rightContentPad {
	width: 40px;
}
.NavigationColumn {
	width: 200px;
}
.noOverlap {
	clear: both;
}
/*********************************
Navigation menu
*********************************/
#nav ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFCC66;
	border-right-color: #FFCC66;
	border-left-color: #FFCC66;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding: 0 0.5em;
	width: 90%;
}
html>body #nav ul{width: 100%}
#nav li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 4px;
	border-bottom: 1px solid #FFCC66;
	voice-family: "\"}\"";
    voice-family: inherit;
    margin: 0 -0.5em 0 -0.5em
}
#nav a {
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	color: #0000CC;
	width:100%;
	display: block;
	margin:0;
	padding: 0.1em 0.5em 0 1.25em;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 1em;
	background-image: url(../images/NavUp.jpg);
}
html>body #nav  a {width: auto}
#nav a:hover {
	font-size: 1em;
	display:block;
	background-color:#FFFF99;
	background-image: url(../images/NavOver.gif);
}
/********************************
Images
**********************************/
img {
	padding: 5px;
	margin: 5px;
	border: 1px solid #666666;
}
img.nolines {
	border:none;
}
.imgLeft {
	margin-right:6px;
	margin-top:5px;
	float:left;
	padding-top:2px;
	padding-right:5px;
}.imgRight {
	margin-top:5px;
	float:right;
	padding-top:2px;
	margin-left: 6px;
	padding-left: 5px;
}
#image1 {
	float: right;
	border: 1px solid #0099CC;
	margin-bottom: 6px;
	margin-left: 6px;
}
#image2 {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	border: 1px solid #0099CC;
}
/****************************
Tables
****************************/
#CouncillorsTable {
	border: thin solid #0099FF;
	width: 510px;
}
#CouncillorsTable td {
	width: 50%;
	padding: 10px;
	margin: 10px;
}
#CouncillorsTable img {
	float: left;
	top: 10px;
	margin-right: 5px;
}
#CouncillorsTable h1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000066;
	padding: 0px;
	margin: 0px 0px 5px;
}
#CouncillorsTable h2 {
	font-size: 1.1em;
	font-weight: bold;
	color: #000099;
	margin: 0px 0px 5px;
	padding: 0px;
}
#CouncillorsTable ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	clear: right;
}
#CouncillorsTable .shadedCellTop {
	background-image: url(../images/ColBg.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
}
#MeetingsTable {
	border: thin solid #0099FF;
	width: 100%;
}#MeetingsTable td {
	margin: 5px;
	padding: 5px;
}
#MeetingsTable th {
	color: #000099;
	font-size: 1.2em;
	font-weight: bold;
	background-image: url(../images/ColBg.gif);
	background-repeat: repeat-x;
	text-align: left;
	padding: 3px;
}

td a {
	text-decoration: none;
	color: #006699;
}
td a:hover {
	text-decoration: underline;
}
