body{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	background-color: #FFFFFF;
}

#wrapper{
	width: 740px;
	margin:0px;
	border:0px solid #000000;
	text-align: left;
} 

#banner{
height: 130px;
background-image:  url(../images/design/fdtntitlebar.jpg);
background-repeat: no-repeat;
}
#content {
	background-color: #FFFFFF;
	padding: 0px 10px 0px 20px;
	margin-left: 180px;
}
#content p{
	font-size: 10pt;
}

#content h1{
	font-size: 120%;
	color: #006633;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: 006633;
}
#content h2{
font-size: 110%;
color: #006633;
font-weight: bold;
}

#content h3{
	font-size: 80%;
	color: #006633;
	font-weight: bold;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*bulleted text w/ no space below*/
#content h4{
	font-size: 80%;
	color: #Black;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/*Red text for error on forms*/
#content h5{
font-size: 80%;
color: #FF0000;
font-weight: normal;
}

#content h6{
font-size: 65%;
color: #000000;
font-weight: normal;
}

#content a:link {
	color: #006633;
	text-decoration: underline;

}
#content a:hover {
	color: #006633;
	text-decoration: underline;
}
#content a:visited {
	color: #999999;
	text-decoration: underline;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #FFFFFF;
	width: 740px;
	color: #000000;
	margin: 0px;
	padding: 10px;
}
#footer p{
font-size: 65%;
font-weight: normal;
text-align: left;
}

#leftcol{
	float: left;
	width: 180px;
	height: 900px;
	margin: 0px;
	padding: 220px 0px 0px 0px;
	background-image: url(../images/design/sidebargradient.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#leftcol p{
	font-size: 65%;
	margin-top: 50px;
	padding: 10px;
	font-weight: normal;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#rightcol{
float: right;
width: 140px;
height: 900px; /*change to 1200px or 1300px for full year's list of CCC members*/
margin: 0px;
background-color: #99cc99;
background-image: none;
background-repeat: no-repeat;
}
#rightcol p{
font-size: 65%;
margin-top: 5px;
margin-bottom: 5px;
padding: 5px;
font-weight: normal;
}
#rightcol h1{
font-size: 130%;
color: #006600;
padding: 0;
margin: 20px 5px 5px;
font-weight: bold;
}
#rightcol h2{
font-size: 100%;
color: #006600;
padding: 0;
margin: 20px 5px 5px;
font-weight: bold;
}
#rightcol h3{
	font-size: 80%;
	color: #006600;
	padding: 0;
	margin: 10px 5px 5px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #006633;
	border-bottom-color: #006633;
}
#rightcol a:link {
	color: #006633;
	text-decoration: underline;

}
#rightcol a:hover {
	color: #006633;
	text-decoration: underline;
}
#rightcol a:visited {
	color: #000000;
	text-decoration: underline;