body {
	font: 16px arial, helvetica, sans-serif;
	color: #333;
	margin:5px 0 0px 0;
	padding:0;
	background-image: url(img/bg.jpg);
	line-height: 140%;
}

#maincontainer {
	width: 902px;
	margin: 20px auto;
	border: 10px solid #fff;
	background: #fff url(images/bg_main.gif) repeat-y;
}
#logincontainer {
	width: 902px;
	margin: 2px auto;
}
#logincontainer a{
	color: #AB949F
}
#ettc-header {
	height: 130px;
	background-image: url(img/header-900px.jpg);
	background-color: #E1C3DB;
	width: 900px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-repeat: no-repeat;
	color: #A796A3;
}

/*---------- Content Column (Center) ----------*/
#contentwrapper {
	float: left;
	width: 100%;
	}
	
#contentcolumn {
	margin: 0 220px 0 220px;
}

#contentcolumn,#leftcolumn,#rightcolumn {
	margin-bottom: 10px;
} 
#contentcolumn a,
#contentcolumn a:link,
#contentcolumn a:active,
#contentcolumn a:visited {
	color: #848393;
}

/*---------- Left Column (Nav) ----------*/

#leftcolumn {
	float: left;
	width: 20%;
	margin-left: -905px;
}

#leftcolumn h1 {
	background: #D9E1E5 url(img/nav.gif);
	color: #445566;
	font-size: 75%;
	line-height: 35px;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
	margin-bottom: -16px;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-top: 0px;
	}
	
#leftcolumn li {
	border-bottom: 1px solid #EAEADA;
	line-height: 28px;
	list-style-type: none;
	margin-left: -35px;
}

#leftcolumn li a {
	font-size: 68%;
	color: #848393;
	display: block;
	padding: 2px 0px 2px /*28px*/;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-indent: 20px;
}
#leftcolumn li a:hover {
	background: #F0F0EB;
	color: #654;
	text-decoration: none;	
}		

#leftcolumn a,
#leftcolumn a:link,
#leftcolumn a:active,
#leftcolumn a:visited,{
	color: #848393;
	font-size: 10px;
}
.leftcolumn-second       {
	border-bottom: 1px solid #EAEADA;
	line-height: 28px;
	list-style-type: none;
	background-color: #F3F7EB;
	color: #9879A4;
	padding: 0 0 0 20px;
}
.leftcolumn-second-link           {
	font-size: 68%;
	color: #764193;
	display: block;
	padding: 2px 0px 2px /*28px*/;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
}
.leftcolumn-second-hover           {
	color: #6D606A;
	text-decoration: none;
	background-color: #CAEEEE;
}





/*---------- Right Column (Nav) ----------*/

#rightcolumn {
	float: left;
	width: 20%;
	margin-left: -180px;
}

#rightcolumn h1 {
	background: #D9E1E5 url(img/nav.gif);
	color: #445566;
	font-size: 75%;
	line-height: 35px;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
	margin-bottom: -16px;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-top: 0px;
}

#rightcolumn li {
	border-bottom: 1px solid #EAEADA;
	line-height: 28px;
	list-style-type: none;
	margin-left: -35px;
}

#rightcolumn li a {
	font-size: 68%;
	color: #848393;
	display: block;
	padding: 2px 0px 2px /*28px*/;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-indent: 20px;
}
#rightcolumn li a:hover {
	background: #F0F0EB;
	color: #654;
	text-decoration: none;	
}		

#rightcolumn a,
#rightcolumn a:link,
#rightcolumn a:active,
#rightcolumn a:visited,{
	color: #848393;
	font-size: 10px;
}

#rightcolumn h2 {
	color: #6AA402;
	font-size: 75%;
	line-height: 35px;
	border: 1px solid #DFEEF7;
	border-color: #DFEEF7 #CFDEE7;
	font-family: "Times New Roman", Times, serif;
	text-indent: 20px;
	margin-bottom: -16px;
	letter-spacing: 1px;
	margin-left: 5px;
	margin-top: 0px;
	background-color: #D2F4A3;
	background-image: url(img/nav2.gif);
} 

#rightcolumn h3 {
	font-size: 60%;
	color: #848393;
	display: block;
	padding: 2px -10px 2px 20px /*28px*/;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 110%;
}
#rightcolumn h3 a:hover {
	background: #F0F0EB;
	color: #654;
	text-decoration: none;	
}	
.rightcolumn-h4 {
	font-size: 11px;
	color: #609202;
	line-height: 110%;
	margin-right: 0px;
	background-color: #EFFAE1;
	padding-top: 25px;
	padding-right: 15px;
	padding-left: 15px;
	margin-left: 5px;
	padding-bottom: 25px;
}	


/*---------- Other Styles ----------*/

.maintext {
	font-size: 75%;
	margin: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 200%;
	color: #3d3d3d;
	margin-top: 20px;
}
.main-title {
	font-size: 100%;
	margin: 0;
	font-weight: bold;
	padding: 20px 0 5px 0px;
	color: #6C5D64;
	text-transform: none;
}
.main-subhead {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 0px 0 5px 0px;
	color: #333;
	text-transform: none;
}
.main-body {
	font-size: 12px;
	margin: 0;
	padding: 0px 0 15px 0px;
	color: #333;
	text-transform: none;
	font-weight: normal;
	line-height: 150%;
}




/*---------- Content Column ----------*/

#contentcolumn h1 {
	background: url(img/nav.gif);
	font-size: 90%;
	height: 25px;
	margin: 0px -40px 15px -40px;
	font-family: "Times New Roman", Times, serif;
	color: #445566;
	font-weight: bolder;
	border-color: #A4B0B7;
	border: 1px solid #DFEEF7;
	line-height: 120%;
	letter-spacing: 0px;
	padding: 10px 0 0px 50px;
}

#contentcolumn h2 {
	font-size: 120%;
	margin: 0;
	font-weight: bold;
	padding: 0px 0 5px 10px;
	color: #866879;
	text-transform: none;
	margin-top: 0px;
}
.h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #BDB6D3;
	font-weight: normal;
	color: #787386;
	margin-top: 30px;
	padding-top: 0px;
	margin-bottom: 10px;
}

#contentcolumn h3 {
	font-size: 11px;
	margin: 0;
	font-weight: bold;
	padding: 0px 0 5px 10px;
	color: #866879;
	text-transform: none;
	line-height: 120%;
}


#contentcolumn h4 {
	font-size: 11px;
	margin: 0;
	padding: 0px 0 5px 10px;
	color: #333;
	text-transform: none;
	font-weight: normal;
	line-height: 140%;
}

#contentcolumn h5 {
	font-size: 90%;
	margin: 0;
	font-weight: bold;
	padding: 0px 0 5px 10px;
	color: #6C5D64;
	text-transform: none;
}

#contentcolumn h6 {
	font-size: 1em;
}


a,a:link,a:active,a:visited {
	color: #333;
	font-weight: normal;
	outline:none;
	text-decoration: underline;
}

a:hover {color: #848393;text-decoration: none;}


/*------------ Info Boxes ---------*/

.yellow-box
 {
	background: #f6f7a3;
	border: 1px solid #EEE;
	border-top: 10px solid #f6ee66;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 10px 20px 10px 20px;
	white-space: normal;
	background-color: #FFFF99;
}
.yellow-box-Location {
	color: #8D6734;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 5px 0px 5px 0px;
	white-space: normal;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}
.infobox {
	font-size: 0.94em;
	background-color: #f4f4f4;
	border: 1px solid #ccc;
	margin: 20px 0 20px 0;
	padding: 5px 10px 5px 10px;
	}
#green-bold-title {
	font-size: 1.4em;
	font-weight: bold;
	color: #8ED803;
}
	
/******** Marketplace Ads *********/
.offer
 {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #9ebac9;
	color: #666;
	display: block;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px 8px 10px;
	white-space: normal;
	font-family: Tahoma, sans-serif;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.wanted {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #b0d78e;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px 8px 10px;
	white-space: normal;
}
	
/*----------Descriptions-----*/
.purple-description {
	font-size: 11px;
	color: #6F5978;
	line-height: 120%;
}
.regular-description {
	font-size: 11px;
	color: #3d3d3d;
	line-height: 100%;
	margin-top: -5px;
}
.green-description {
	font-size: 11px;
	color: #664;
	line-height: 100%;
	margin-top: -5px;
}	

/*---------- Table -------*/
.tableRow1 {
	background-color: #F5F8F2;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	white-space: normal;
	height: 20px;
	line-height: 100%;
	padding: 15px 0 5px 10px;
	font-size: 10px;
}
.tableRow2 {
	background-color: #F9FCF7;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	padding: 2px;
	line-height: 100%;
	height: 20px;
	padding: 15px 0 5px 10px;
	font-size: 10px;
}
.tableRow1-no-line {
	background-color: #F5F8F2;
	text-align: left;
	white-space: normal;
	height: 20px;
	line-height: 100%;
	padding: 2px;
	padding: 15px 0 5px 10px;
	font-size: 10px;
}
.tableRow2-no-line {
	background-color: #F9FCF7;
	text-align: left;
	white-space: normal;
	padding: 2px;
	line-height: 100%;
	height: 20px;
	padding: 15px 0 5px 10px;
	font-size: 10px;
}

.tableHeader {
	background-color: #DBCACA;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C4CCC5;
	padding: 15px;
	line-height: 100%;
	height: 15px;
	font-weight: bolder;
}

div.hr {height: 14px; background: #fff url(images/hr.gif) no-repeat scroll center;}

div.hr hr{display: none;}

.list {margin-left: 15px;padding-left: 0;list-style: none;}

.list li {padding-left: 15px;background: url(images/list.gif) no-repeat 0 6px;}

.imageLeft {border: 1px solid #ccc; padding: 5px;float: left;margin: 6px 10px 0 0;}

.imageRight {border: 1px solid #ccc; padding: 5px;float: right;margin: 6px 0 0 10px;}

/*---------- Footer ----------*/

#footer {
	background: url(img/bgfooter.gif) repeat-x;
	;
	clear: left;
	font-color:  #DFEEF7;
	font-style: normal;
	font-size: 11px;
	line-height: 30px;
	width: 905px;
	text-align: center;
	margin-bottom: -10px;
}

#footer p{
	font-color:  #DFEEF7;
	color: #ECEEED;
	text-align: center;
}

#footer a{
	font-color:  #DFEEF7;
	color: #D5EFFF;
}
#contentcolumn-popup {
	margin: 20px;
	background-color: #FFFFFF;
	width: 400px;
	padding: 20px;
}
#contentcolumn-popup  h1 {
	background-color: #FFFFFF;
	font-size: 20px;
	padding-top: 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.maintext-popup {
	font-size: 75%;
	margin: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 200%;
	color: #3d3d3d;
}
.maintext-Highlighted {
	font-size: 100%;
	margin: 0px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 200%;
	color: #3d3d3d;
	background-color: #FFFF66;
	padding: 2px 10px 2px 10px;
}
.tableRow1_New_Members {
	background-color: #F5F8F2;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	white-space: normal;
	height: 30px;
	line-height: 130%;
	padding: 15px 10px 5px 10px;
	font-size: 11px;
}
.tableRow2_New_Members {
	background-color: #F9FCF7;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	padding: 2px;
	line-height: 130%;
	height: 30px;
	padding: 15px 10px 5px 10px;
	font-size: 11px;
}
.birth-announcements {
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 10px 20px 10px 20px;
	white-space: normal;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(img/birth-announcements/birth-announcement-doily.jpg);
}
.session-title {
	font-size: 80%;
	font-weight: normal;
	color: #6C5D64;
	text-transform: none;
	text-decoration: none;
}
.presenter {
	font-size: 10px;
	margin: 0;
	font-weight: bold;
	color: #333;
	text-transform: none;
	font-style: italic;
	font-variant: normal;
	padding-top: 0px;
	padding-right: 0;
	padding-left: 0px;
}
.maintextSessions {
	font-size: 100%;
	margin: 10px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	line-height: 110%;
	color: #3d3d3d;
}
#session-title-link {
	font-size: 100%;
	font-weight: normal;
	color: #6C5D64;
	text-transform: none;
	text-decoration: none;
}
#contentcolumn-clothing-sale {
	margin: 20px;
	background-color: #FFFFFF;
	width: 700px;
	padding: 20px;
}
.tableRow1-largertext {
	background-color: #F5F8F2;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	white-space: normal;
	height: 20px;
	line-height: 100%;
	padding: 5px 0px 2px 5px;
	font-size: 12px;
}
.tableRow1-no-line-larger-text {
	background-color: #F5F8F2;
	text-align: left;
	white-space: normal;
	height: 20px;
	line-height: 100%;
	padding: 2px;
	padding: 5px 0px 2px 5px;
	font-size: 12px;
}
.tableRow2-larger {
	background-color: #F9FCF7;
	text-align: left;
	white-space: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBE0E4;
	padding: 2px;
	line-height: 100%;
	height: 20px;
	padding: 5px 0px 2px 5px;
	font-size: 12px;
}
.tableRow2-no-line-larger {
	background-color: #F9FCF7;
	text-align: left;
	white-space: normal;
	padding: 2px;
	line-height: 100%;
	height: 20px;
	padding: 5px 0px 2px 5px;
	font-size: 12px;
}
.bullet-in-chart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 50%;
	font-weight: bold;
	text-align: center;
}
.accepted-items-column {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	font-weight: normal;
	text-align: left;
	padding-left: 25px;
	height: 30px;
	vertical-align: middle;
}
.main-body-li {
	font-size: 12px;
	margin: 0;
	padding: 0px 0 20px 0px;
	color: #333;
	text-transform: none;
	font-weight: normal;
	line-height: 150%;
}

