@charset "utf-8";
/* CSS Document */
body  {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
}
.thrColFixHdr #container { 
	width: 825px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #252f30;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;

	text-align: left; /* this overrides the text-align: center on the body element. */
} 


.thrColFixHdr #header {
	background-image:url(images/cccv3-0-0T1.jpg);
	background-repeat:no-repeat;
	height: 350px;
/*	height: 325px; */
/*	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #login {
	width: 499px;
	height: 25px;
	margin: 0 auto;
	margin-left: 325px;
	padding-top: 13px;
}

.thrColFixHdr #nav {
background-image:url(images/cccv3-0-0T2.jpg);
	background-repeat:no-repeat;
	height: 68px;
} 

.thrColFixHdr #menu {
width: 780px;
height: 40px; 
margin: 0 auto;
}
.thrColFixHdr #menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.thrColFixHdr #menu li {
	padding: 0;
	display: inline;
	background: none;
}

.thrColFixHdr #menu a {
	display: block;
	float:left;
	height: 40px;
	padding: 12px 10px 0 12px;
	font-size: 85%;
	font-weight: bold;
	text-decoration:none;
	color:#000000;
}

.thrColFixHdr #menu a:hover {
	
	text-decoration: none;
	color: #FFFFFF;
}

.thrColFixHdr #menu b {
	text-decoration: underline;
}

.thrColFixHdr #midlevel {
	background-color: #252f30;
	padding: 0px;
	margin: 0px auto;
	position: inherit;
	z-index: 100;
} 

.thrColFixHdr #lastbeforefooter {
	background-image:url(images/cccv3-0-0T6.jpg);
	background-repeat:no-repeat;
	height: 74px;
	padding: 0px;
	margin: 0px auto;
} 
.thrColFixHdr #contentbeforefooter {
	width: 488px;
	margin: 0 auto;
	padding-left: 15px;
	margin-left: 15px;
	padding-top: 22px;
	font-size: 85%;
	color: #333333;
	/*	margin-left: 225px; */
}

.thrColFixHdr #footer {
	width: 450px;
	margin: 0 auto;
	/*	margin-left: 225px; */
	margin-left: 225px;
	font-weight:bold;
	color:#333333;
	
}
.thrColFixHdr #footer p {Margin: 0 auto;}

.tableborder {
	border-bottom: solid 2px #000;
}
.tabletop {
	background-image:url(images/toptest.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 21px;
	width: 535px;
	padding: 0px;
	margin: 0px;
}
.tablebot {
	background-image:url(images/bothalf.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 535px;
	padding: 0px;
	margin: 0px;
}
.tablecontent {
	background-image:url(images/centest.gif);
	background-repeat:repeat-y;
	background-color: #fff;
	color:#000;
	padding-left: 2px;
	margin: 0px;	
}
.thrColFixHdr #midlevel .tablecontent td p {
	padding-right: 6px;
	padding-left: 11px;
}
.sidebartop {
	background-image:url(images/sidebartop.gif);
	background-repeat: no-repeat;
	background-position:bottom;
	height: 21px;
	width: 535px;
	padding: 0px;
	margin: 0px;
}
.sidebarbot {
	background-image:url(images/sidebarbot.gif);
	background-repeat: no-repeat;
	height: 21px;
	width: 535px;
	padding: 0px;
	margin: 0px;
}
.sidebarcontent {
	background-image:url(images/sidebarcenter.gif);
	background-repeat:repeat-y;
	background-color: #fff;
	color:#000;
	padding-left: 2px;
	margin: 0px;	
}
.thrColFixHdr #midlevel .sidebarcontent td p {
	padding-right: 3px;
	padding-left:  2px;
}.thrColFixHdr #midlevel .sidebarcontent h3 {
	margin: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.thrColFixHdr .sidebarcontent img {
	border: 2px solid #000;
	padding-top: 6px;
}
.sidebarcontent h3 {
	margin: 2px;
	padding: 2px;
	color: #000;
	font-size: 125%;
	font-weight: bold;
}
.sidebarcontent h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
	color: #000;
	margin: 0;
}.sidebarcontent td h4 a {
	color: #000;
	text-decoration: underline;
}
.tablecontent li a {
	color: #000;
}
