*{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #000000 url(images/ct-bkgd.jpg) repeat-y center top;
	color: #f7e3c6;
	font: 12px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
}

#container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font: bold 20px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	margin-top: 30px;
	margin-bottom: 5px;
	color: #F6E4C6;
}

h2 {
	font: bold 16px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	margin-top: 20px;
	margin-bottom: 5px;
	color: #661111;
	text-decoration: underline;
}

p {
	font: 12px/18px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 5px 0 15px;
}

.p-center {
	font: 12px/18px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: center;
	padding: 0;
	margin: 5px 0 15px;
}

ol{
	margin-left: 25px;
}

ul{
	margin-left: 25px;
}

a:link {
	color: #9A1818;
	text-decoration: underline;
}
a:hover { color: #555555; text-decoration: none; }
a:active {
	color: #9A1818;
	text-decoration: none;
}
a:visited {
	color: #9A1818;
}

#header {
	background: url(images/ct-header.jpg) no-repeat;
	height: 233px;
}

#nav {
	width: 791px;
	height: 32px;
	margin-right: auto;
	margin-left: auto;
}

#middle {
	width: 900px;
}

#left-column {
	width: 160px;
	margin-left: 10px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	padding: 10px 7px;
	background-color: #661111;
	float: left;
	font-size: 10px;
}

#left-column a:link { color: #f7e3c6; text-decoration: underline; }
#left-column a:hover { color: #f7e3c6; text-decoration: none; }
#left-column a:active { color: #f7e3c6; text-decoration: none; }
#left-column a:visited { color: #f7e3c6;  
}

.column-heading {
	margin: 0;
	padding: 0 0 5px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.column-text {
	font: 10px/16px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: left;
	padding: 0;
	margin: 5px 0 15px;
}

.column-text-right-align {
	font: 10px/16px Verdana, Arial, Lucida, "Lucida Grande", sans-serif;
	text-align: right;
	padding: 0;
	margin: 5px 0 15px;
}

#center-column {
	margin-right: 10px;
	margin-left: 10px;
	width: 490px;
	float: left;
}

#right-column {
	width: 160px;
	margin-left: 10px;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 25px;
	background-color: #661111;
	float: left;
	padding: 10px 7px;
	font-size: 10px;
}
#right-column a:link { color: #f7e3c6; text-decoration: underline; }
#right-column a:hover { color: #f7e3c6; text-decoration: none; }
#right-column a:active { color: #f7e3c6; text-decoration: none; }
#right-column a:visited { color: #f7e3c6;  
}

#footer {
	background-color: #661111;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 1px;
	clear: both;
}


.footerlinks {
	color: #f7e3c6;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 0px;
	line-height: 17px;
}
.footerlinks a:link { color: #f7e3c6; text-decoration: underline; }
.footerlinks a:hover { color: #f7e3c6; text-decoration: none; }
.footerlinks a:active { color: #f7e3c6; text-decoration: none; }
.footerlinks a:visited { color: #f7e3c6;  
}
