body { padding:0;
	margin: 0;
	font-family: Arial;
	overflow: auto;
}

html {
	SCROLLBAR-FACE-COLOR: #666666;
	SCROLLBAR-HIGHLIGHT-COLOR: #666666;
	SCROLLBAR-SHADOW-COLOR: #666666;
	SCROLLBAR-3DLIGHT-COLOR: #666666;
	SCROLLBAR-ARROW-COLOR: #666666;
	SCROLLBAR-TRACK-COLOR: #C8C8C8;
	SCROLLBAR-DARKSHADOW-COLOR: #C8C8C8;
}

a{
    color: #33B8FF;
}

#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1000px;
    height: 170px;
    padding: 0;
    margin: 0;
    z-index: 1;
}

#header_banner {
    background: transparent url('../images/header.png') no-repeat center center;
    width: 100%;
    height: 141px;
}

#cacclc08_logo {
    background: transparent url('../images/2010/cacclc_logo10_blue.jpg') no-repeat top left;
	height: 100px;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}

#content_frame {
	position: absolute;
	background-color: #D1DDE7;
	top: 160px;
        left: 0px;
	width: 1000px;
	overflow: visible;
	padding: 0px;
	margin: 0;
	z-index: 0;
}

#content_sidepane {
	width: 250px;
	padding: 25px 0 5px 0;
	float: right;
	margin: 0;
}

#content_sidepane img, #content_sidepane table {
	clear: both;
	margin: 0 0 5px 10px;
	padding: 0;
	border: 0;
	max-width: 220px;
}

#content_sidepane table {
    border:0;
	background-color: #FFFFFF;
	font-size: 0.8em;
	width: 220px;
}

#content_mainpane {
	margin: 25px 0px 15px 19px;
	padding: 0;
	float: left;
	width: 705px;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 590px;
	background: #FFFFFF url('../images/content_leftbar.gif') repeat-y left top;
}

#content_mainpane img{
	max-width: 600px;
}

#home_banner {
	position: relative;
	margin: 0;
	padding: 0;
	top: 0;
	left: 13px;
	width: 675px;
	height:100px;
	background: url('../images/banner_2.jpg') top left no-repeat;
}

#content, #info_content {
	margin: 0;
	padding: 20px 20px 20px 43px;
	font-size: 12px;
	line-height: 14px;
	color: #3F3F3F;
}

#info_content {
	margin: 0 0 0 13px;
	padding: 0;
}

#pastcamps, #exco {
    border: 0;
    margin: 0;
    padding: 0;
    width : 600px;
}

#pastcamps thead {
    background-color: #666666;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1.5em;
    padding: 0;
    margin: 0;
}

#pastcamps td {
    margin: 0;
    padding: 3px 7px;
    font-size: 12px;
    border-bottom: #666666 solid 1px;
    vertical-align: middle;
}

#exco td {
    margin: 0;
    padding: 0px 5px 15px 5px;
    text-align: left;
    /*font-size: 0.90em;*/
    font-size: 1em;
    width: 300px;
    vertical-align: top;
}

.general_table td {
    margin: 0;
    padding: 3px 5px 10px 5px;
    line-height: 1.3em;
    text-align: left;
    font-size: 1em;
    vertical-align: top;
}

#exco td img {
	clear: both;
    border: 0;
    width: 137px;
    height: 171px;
}

#exco td .name {
	clear: both;
    font-weight: bold;
}

#exco td .title {
	clear: both;
    font-weight: bold;
	color: #999999;
    text-transform: uppercase;
}

#content h1 {
	font-weight: bold;
	font-size: 22px;
        color: #33B8FF;
	margin: 0;
	padding: 0 0 30px 0;
	text-indent: -10px;
}

#content h2, .subheading {
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	line-height: 16px;
	color: #3F3F3F;
        text-transform: uppercase;
}

.footnote {
	font-size: 10px;
}

.red {
	color: red;
}

.indent3 {
	text-indent: 3em;
}

.leftpadding3 {
	padding-left: 3em;
}

.allcaps {
	text-transform: uppercase;
}

.bold {
	font-weight: bold;
}

#content li, .line16{
	padding-top: 5px;
}

.italic {
	font-style: italic;
}

.font14 {
	font-size: 14px;
}

.text12 {
	font-size: 12px;
	line-height: 14px;
	color: #3F3F3F;
}

.text10 {
	font-size: 10px;
}

.text16 {
	font-size: 16px;
}

.privacy {
	font-size: 10px;
	text-align: center;
	clear: both;
}

.fundraising_event {
    margin: 3.5em 0 0 0;
}

.centered {
    text-align: center;
}

.bordered {
    border-collapse:collapse;
}

.bordered td {
    border: 1px solid #666666;
	padding: 0.5em;
}

.hidden {
    display: none;
}
.shown {
    display: block;
}

#explanation_content {
	color: #999999;
	margin-left: 20px;
}

/* Hack for IE \*/
* html .content ul li a { height: 1%; }
* html #content_mainpane_home { height: 1%; margin-bottom: 10px; }
/* End of hack */
