﻿@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 10; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #ffc033;
	background-image:url('images/gold_bg.jpg');
	width: 100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none
}

.twoColFixLtHdr #container {
	width: 1010px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/background.gif);
	border: 1px solid #000000;
} 

.twoColFixLtHdr #header {
	margin: 0 0 0 0;
	background-color: #000000;
	padding-right: 0px;
	padding-top: 2px;
	padding-left: 0px;
	height: 40px;
} 

#headlogo{
	float:left;
}

#badge { /*controls logo in content table*/
	padding-top: 6px;
	padding-bottom: 3px;
}

#links{
	text-align:left;
	color:#ffffff;
	font-size:12px;
}

#buttonbar{
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}

#buttons {
	width: 100%;
	margin-top: 15px;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 10px;
	border-collapse:collapse;
}

td.navbuttons {
	vertical-align: middle;
	text-align: center;
	width: 12.5%;
}


a:link, a:visited,a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
a:hover {
	color: #FFFF00;
	text-decoration: none;
	font-weight:bolder;
}


.tdlink {
	vertical-align: middle;
	text-align: center;
	width: 14.3%;
}

td.navbar {
	vertical-align: middle;
	text-align: center;
	width: 14.3%;
}

.divlink{
	vertical-align: middle;
	text-align: center;
}


.tdcontent{ /* controls logo and drop down cell */
margin-left:auto;
margin-right:auto;
vertical-align:top;
width:200px;
text-align:center;
}

table.content{/* Controls main content table */
	height:305px;
	background-image: url(images/background.gif);
	width:100%;
	border:1px;
}


p.message {/* Controls message in main content table */
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bolder;
	border-collapse:collapse;
	border:0px;
	text-align:center;
	
}


table.content{/* Controls main content table */
	height:305px;
	background-color:#ffcc33;
	width:100%;
	border:1px;
}

table.navbar{ /* Controls both navigation bars */
	background-color: #333333;
	width: 100%;
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;
	border-collapse:collapse;
	
}

td.navbar{ /* Controls all navigation cells */
	vertical-align:inherit;
	height:20px;
	text-align:center

}

#tagline { /* page credits */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	font-weight:bold;
}
#loadarea{/*javascript load area for slideshow*/
	background-image:url('images/ctcfront.jpg')
	}
	


