/* Main stylesheet for CCCCIO web pages */
/* /utilities/common.css */

/* 
	Author: John Mauceri
	Created: December 22, 2005
*/

body{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin: 0px;
}
.bannerlink{
	font-size: 10px;
	color : #55724A;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
}
.bannerlink:hover{
	background-color:#FFCC66;
}
.navlink{
	font-size: 10px;
	color : #55724A;
	text-decoration : none;
	text-transform: uppercase;
	font-weight: bold;
}
#floatingnavbar{
	background-color: #BECC9D;
}
td, div, p{
	font-size: 10px;
	vertical-align: top;
}
a{
	text-decoration : underline;
	color: inherit;
}
a:hover, a:active{
	color : red;
}
.bodytext{
	font-family : Verdana, sans-serif;
	font-size: 10px;
}
hr{
	color: #FFCC66;
	background-color: #FFCC66;
	border: 0px;
	height: 1px;
}

.subheadline{
	font-family : Verdana, sans-serif;
	font-size: 10px;
	font-weight : bold;
	color:#666666;
}
.headline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #31774B;
	font-weight: bold;
}
.dashedbox{
	border: 1px dotted orange;
}

.breadcrumbdiv{
	font-size: 10px;
}
.breadcrumb{
	background-color: #CCFF00;
	padding: 2px 12px 4px 2px;
}

/* Redifine h1 and h2 elements */

/* h1 is chestnut with a solid bottom border */
/* use to title pages or main sections */
td h1 {
	font: bold 18px Arial, Helvetica, Verdana, sans-serif;
	color: #602020;
	border-bottom: 3px solid #804040;
	padding-bottom: 2px;
	padding-top: 12px;
}

/* h2 is dark orange with a thinner solid bottom border */
/* use to title sub-sections of a page */
td h2 {
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #CC6600;
	border-bottom: 1px solid #CC6600;
	padding-bottom: 1px;
	padding-top: 10px;
}

/* ------------------------------------------------------------- */
/* these are styles used by tables that list members */
/* when creating these tables, use these calsses for the elements
instead of defining column widths */
table.directory{
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
}

/* use this for a column that creates a hanging indent */
table td.membernamecol{
	width: 170px;
	font-weight: bold;
}

/* defines a narrow column, enough for a small graphic */
table td.indentcol{
	width: 20px;
	text-align: right;
}

/* ------------------------------------------------------------- */
.txtdk{font-family : Verdana, sans-serif;font-size: 8pt;color : #31774B;}
/*.txtlt{font-family : Verdana, sans-serif;font-size: 8pt;color : #A7C07A;}*/
.txtlt{font-family : Verdana, sans-serif;font-size: 8pt;color:#66CC66;}

/* ------------------------------------------------------------- */
/* probably junk */
.style1 {font-size: 10pt; color : #31774B; font-family: Verdana, sans-serif;}
.style2 {font-size: 8pt; color : #31774B; text-decoration:none; font-family: Verdana, sans-serif;}

/* see if this is used, change name or delete if not */
.category {font-family : Verdana, sans-serif;font-size: 8pt;color : #55724A;text-decoration : none;text-transform: uppercase;font-weight: bold;}

