/* DEFAULTS */
/* CT Logo Colors: Dark Navy - 00346c, Dark Blue - 006cb8, Aqua - 84d4ed, Light Blue1 - a6def3, Light Blue2 - d5eef8 */

a {
	text-decoration: none;
	}

a:link, a:active {
	font-weight: bold;
	color: #006cb8;
	}

a:visited {
	font-weight: bold;
	color: #00346c;
	}

a:hover {
	font-weight: bold;
	color: #b6b8b9;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #006cb8;
	}
	
div, dd, dl, dt, form, p {
	margin: 0px;
	padding: 0px 0px 14px 0px;
	border: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	}

h1 {
	margin: 0px;
	padding: 0px 0px 25px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #00346c;
	}

h2 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #00346c;  /* #c6c8ca */
	text-decoration: underline;
	}

h3 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	}

h4 {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	}

ol li {
	padding-bottom: 10px;
	}

table {
	margin: 0px auto 0px auto;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	}

table td {
	margin: 0px;
	padding: 2px;
	border: 1px solid #000000;
	border-spacing: 0px;
	vertical-align: top;
	}

tfoot {
	padding: 4px 0px 4px 0px;
	font-size: 10px;
	text-align: center;
	}

th {
	border: 1px solid #000000;
	}

ul {
	margin-top: 4px;
	margin-bottom: 0px;
	}

/* CONTAINERS */
#hdrSlogan1 {
	margin: 8px 0px 0px 320px;
	padding: 0px;
	width: 600px;
	text-align: left;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	}
	
#hdrSlogan2 {
	margin: 94px 0px 0px 320px;
	padding: 0px;
	width: 600px;
	text-align: right;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	}
	
#pgBody {
	margin: 6px auto 6px auto;
	padding: 0px;
	width: 960px; /* 960 */
	background: url(images/bgPg.gif) repeat-y #ffffff; /* this creates the gray column background */
	clear: both;
	overflow: visible;
	}

#pgContent {
	width: 710px;
	min-height: 450px;
	margin: 0px 0px 0px 220px;
	padding: 20px 10px 0px 10px;
	background-color: #ffffff;
	/*float: none;   Is this needed? */
	}

#pgFtr {
	margin: 0px auto 0px auto;
	padding: 6px 0px 6px 0px;
	width: 960px;
	clear: both;
	background-color: #e5e5e5;
	font-size: .7em;
	text-align: center;
	color: #000000;
	}

#pgFtr a:link, #pgFtr a:active {
	margin: 0px;
	padding: 1px 4px 1px 4px;
	font-weight: bold;
	color: #000000;
	}
	
#pgFtr a:visited {
	font-weight: bold;
	color: #00346c;
	}

#pgFtr a:hover {
	background-color: #ffffff;
	font-weight: bold;
	color: #006cb8;
	}

#pgHdr {
	margin: 0px auto 0px auto;
	padding: 0px;
	height: 170px;
	width: 960px;
	background-image: url(images/bgHdr2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

#pgNav {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 960px; /* 960 */
	}

/* Classes */
.cat {
	margin: 0px auto 0px auto;
	clear: both;
	}

.catImg {
	float: left;
	margin: 0px auto 0px auto;
	padding: 0px 20px 0px 20px;
	width: 196px;
	height: 200px;
	text-align: center;
	}

.catImg a {
	border: none;
	text-decoration: none;
	}

.clr { clear: both; }

.ctBul {
	margin: 0px 0px 0px 232px;   /* 232 */
	padding: 0px 0px 20px 20px;  /* 14 */
	list-style-position: inside;
	list-style-image: url(images/ctBul.gif);
	list-style-type: none;
	text-indent: -20px;
	}
/*.ctBul {
	padding: 0px 0px 10px 14px;
	list-style-position: inside;
	list-style-image: url(images/ctBul.gif);
	list-style-type: none;
	}*/

.ctBul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style-position: inside;
	list-style-image: url(images/ctBul.gif);
	list-style-type: none;
	text-indent: -24px;
	}

.ctNoBul {
	margin: 0px;
	padding: 0px;
	width: 34px;
	height: 17px;
	background-color: #b6b8b9;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	float: left;
	}

.ctNoBulTxt {
	margin: 0px;
	padding: 0px 0px 20px 60px;
	}

.FtNote {
	padding: 4px 0px 10px 0px;
	font-size: 10px;
	text-align: center;
	}

.FtNoteL {
	padding: 4px 0px 10px 0px;
	font-size: 10px;
	}

.logo {
	position: absolute;
	padding: 0px;
	margin-top: 6px;
	margin-left: 6px;
	}

.myUL {
	margin: 0px 0px 0px 4px;
	padding: 0px 0px 0px 14px;
	list-style-position: inside;
	list-style-type: disc;
	text-indent: -15px;
	}

.pImgL {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	}

.pImgR {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	border: 1px solid black;
	}

.prsvImg {
	float: left;
	margin: 0px auto 0px auto;
	padding: 4px 18px 20px 18px;
	border: none;
	text-decoration: none;
	}

.queryresults {
	border: 0px;
	}

.queryresults a:hover {
	font-weight: bold;
	color: #00346c;
	background-color: #d5eef8;
	}

.queryresults tr td {
	padding-top: 20px;
	margin: 0px;
	}

.rollOver {
	border: none;
	}

.seccolg {
	border: solid #000000 1px;
	position: relative;
	left: 20px;
	top: 100px;
	}

.sechdr {
	width: 140px;
	font-weight: bold;
	text-align: center;
	}

.secimg {
	margin: 0px;
	padding: 0px auto 0px auto;
	border: solid #000000 1px;
	}

.senUL {
	position: relative;
	}

.sitemap1st {
	list-style-type: square;
	list-style-position: outside;
	text-indent: -3px;
	margin-left: 24px;
	padding-bottom: 4px;
	}

.sitemap2nd {
	list-style-type: circle;
	list-style-position: outside;
	text-indent: -3px;
	margin-left: 24px;
	}

.sitemap1st li {
	padding-bottom: 6px;	
	}

.SmTableTxt {
	font-size: 11px;
	}

.SmTableTxt td {
	font-size: 11px;
	border: 0px;
	}

.sp {
	padding: 0px 0px 10px 10px;
	font-size: 10px;
	clear: both;
	}

/*.tableTxt {
	margin: 0px auto 0px auto;
	padding: 2px;
	border: 1px solid #000000;
	}*/

.tagline {
	font-weight: bolder;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	}