body {
	margin: 0;
	background: #333333;
	color: #FFFFFF;
	border: 0;
}

a {
	text-decoration: none;
	font-weight: bold;
}

A:Hover  {
	color : #99CCFF;
}

H3 {
	color: #FF0000;
	font-weight: bold;
	font-size : 20px;
	font-family:Tahoma, serif;
}

H2 {
	color: #FF0000;
	font-weight: bold;
	font-size : 18px;
	font-family: Arial, Verdana, sans-serif;
}

.bluelink {
	text-decoration: underline;
	color:#6699CC;
	font-weight: bold;
	font-size: 17px;
}

.tinytxt {
	font-size:10px;
	font-family: arial,verdana,sans-serif;
	font-weight: normal;
	line-height: 10px;
}

.picbox {
        padding: 4px;
        display: block;
        margin: auto;
	vertical-align: middle;
}


.redbold {
	padding-top: 2px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 18px;
	background-color: #000000;
	color: #FF0000;
	text-align: center;
	vertical-align: middle;
}

.phonenum {
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 13px;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}

.spacer {
	clear: both;
	}

#header{
	margin: 0;
        background-color: #000000;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	padding: 5px;
}

.logotxt {
        font-size: 20px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        font-style: italic;
        background-color: #000000;
        color: #FFFFFF;
        text-align: right;
        vertical-align: middle;
}


.gradientbg, .gradientbg TD {
        background-image: url(images/cctoplogo65bg.jpg);
	background-repeat: repeat-x;
	background-color: black;
	color: white;
	text-align: center;
}

.divbarbg {
	background-image: url(images/ccdivbarbg.jpg);
        background-repeat: repeat-x;
}


/* LEFT SIDEBAR */

#leftbar {
	float: left;
	width: 200px;
	margin-left: -1px;
	color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
}

#leftbar H3 {
	margin: 10px 10px 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

	#leftbar p {
                margin: 10px 10px 10px 10px;
                padding-bottom: 10px;
                border-bottom: 1px dashed #CCCCCC;
        }


/* RIGHT SIDEBAR */

#rightbar {
	float: right;
	width: 200px;
	padding-top: 20px;
		}
		
	#rightbar H3 {
		margin: 10px 10px 10px 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #CCCCCC;
	}

	#rightbar p {
		margin: 10px 10px 10px 10px;
		padding-bottom: 10px;
		border-bottom: 1px dashed #CCCCCC;
	}
		
	#rightbar a {
		color: #66749A;
		text-decoration: none;
		border-bottom: 1px dashed #66749A;	
		font-weight: 500;	
	}
		
	#rightbar a:hover{
		color: #566590;
		text-decoration: underline;
		border-bottom: none;	
		font-weight: 500;	
	}


#content1{
background-color: #000000;
color: #FFFFFF;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 14px;
line-height: 1.2;
margin-left: 200px;
margin-right: 200px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 0;
padding: 20px;
/* Line below necessary to fix IE float bug when rightbar is too long.
Adjust height to be larger than right column height. */
height: 800px;
}
/* IMAGES */		
		
		a img{
	  		border: none;
	  	}

		img.left,img.center,img.right {
	  		padding: 4px;
	  		margin: 0px;
	  	}

		img.left {
	  		float: left;
	  		margin: 0 12px 5px 0;
	  	}

		img.center {
			display: block;
	  		margin: 0 auto 5px auto;
	  	}
	
		img.right {
	  		float: right;
	  		margin: 0 0 5px 12px;
	  	}
		img.top {
			clear: both;
			vertical-align: top;
		}

#footer{
clear: both;
padding-bottom: 20px;
text-align:center;
font-size:10px;
font-family: arial,verdana,sans-serif;
font-weight: normal;
line-height: 10px;
border-top:#CCCCCC 1px solid;
background-color: #000000;
color: #FFFFFF;
}

#navcontainer
{
background: #333333;
width: 200px;
text-align: center;
margin: 0;
padding-top: 20px;
font-family: Arial, Verdana, sans-serif;
}

ul#navlist
{
background: #333333;
margin: 0 auto;
padding: 0;
width: 80%;
font-size: 14px;
}

#navlist li
{
list-style-type: none;
background-color: #000000;
color: #FFFFFF;
border: 2px solid red;
font-weight: 600;
text-align: center;
padding: 3px;
margin-bottom: 3px;
}

#navlist li a
{
color: #999999;
text-decoration: none;
display: block;
}

#navlist li a:hover
{
background-color: #FF0000;
color: #FFFFFF;
}

#centerbox {
	width: 180px;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}
