@charset "utf-8";
/* CSS Document */

/* Formatting */
body {
	background-color:#FFC;
	font-size:100%;
	line-height:125%;
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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 */
}

a:link {
	color:#FFF;
	text-decoration:none;
}
a:visited {
	text-decoration:none;
	color:#FFF;
}
a:hover {
	text-decoration:none;
	color:#433421;
}
a:active {
	text-decoration:none;
	color:#433421;
}
h1 {
	color:#000080;
	font-weight:bold;
	font-size:18pt;
	line-height:100%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant:normal;
	font-style:normal;
	font-stretch:normal;
	font-size-adjust:none
	margin:10px;
}

h2 {
	font-weight:bold;
	font-size:16pt;
	line-height:150%;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:normal;
	font-style:normal;
	font-stretch:normal;
	font-size-adjust:none
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:200%;
	font-style:normal;
	line-height:200%;
	font-weight:bold;
	color:#000;
}
h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
	color:#000080;
	line-height:100%;
}
h3, h4 {
	margin:0;
}
div {
	margin:0;
	padding:0;
}
.smalltext {
	color:#666;
	font-weight:normal;
	font-size:9pt;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-variant:normal;
	font-style:italic;
	font-stretch:narrower;
	font-size-adjust:none;
	margin: 5px 0 15px 0;
}

div.clear {
	clear:both;
}

.highlight {
	background:#9CF;
	margin:1px;
	padding:2px;
}

div.centerdiv {
	margin-left:auto;
	margin-right:auto;
}

img {
	border:none;
	margin:5px;
}

/* Page Layout */

#wrapper {
	width:80%;
	min-width:800px;
	background-color:#FFF;
	margin:10px auto 10px auto;
	padding:inherit;
	border:10px solid #433421;
}

#header {
	height:205px;
}
#orange_top {
	background:#BF5B0B;
	color:#FFFFFF;
	padding:.05em;
	font-weight:bolder;
}
#orange_bottom {
	background:#DF6B0D;
	color:#FFFFFF;
}
#content {
	width:100%;
}

#logo img {
	float: left;
}
#ccca_logo {
	float: right;
	margin:80px 25px 10px 0;
	vertical-align:bottom;
}

#main {
	margin-top:0;
	width:100%;
	background:#FFF;
}

#aboutus {
	padding:0;
	margin:15px 10px 0 10px;
	text-align:left;
}

#columns {
	padding:5px 0 0 0;
}

#main_left {
	float:left;
	width:33%;
	margin:0;
	padding:0;
	vertical-align:top;
	text-align:center;
}

#main_right {
	float:right;
	width:33%;
	margin:0;
	padding:0;
	vertical-align:top;
	text-align:center;
}

#main_center {
	vertical-align:top;
	margin:0;
}

#footer {
	background:#433421;
	padding:0;
	margin:0;
	border-top:thin solid #000;
	clear:both;
}

#copyright {
	margin:0;
	padding:2px;
	text-align:center;
	color: #FFC;
}

