body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #990000;
	background-attachment: fixed;
	background-image: url(images/CC_BG.gif);
	background-repeat: repeat;

}

a {
	text-decoration: none;
	color: #990000;
}

a:hover { text-decoration: underline;}

.container {
background-color: white;
font-size: 12px;
border-left: 8px solid white;
border-right: 8px solid white;
}

.mainText {
	font-size: 12px;
}


.footer {
font-size: 10px;
color: #999999;
border-top: 1px solid #999999;
padding: 10px;
}
.footer a { color: #999999; }

.leftPanel {
	background-image: url(images/cc_r5_c1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	width: 160px;
}

.button {
width: 100%;
height: 24px;
border-bottom: 1px solid white;
}

.leftPanel a {
padding: 5px;
font-weight: bold;
width: 100%;
color: #990000;
vertical-align: center;
}

.leftPanel a:hover {
background-color: #990000;
color: white;
width: 100%;
background-image: url(images/CC_BG.gif);
}

.bottomLinks {
	padding: 6px;
	border-top: 1px solid #999999;
}

h3 {
	color: #990000;
	width: 100%;
	background-color: yellow;
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #990000;
	border-left: 1px solid #990000;
	margin-top: 0px;
}

.contact {
background-color: yellow;
border: 1px solid #000000;
font-size: 12px;
text-align: center;
padding: 15px;
margin: 15px;
}
