/*  ------------------------------------------------------------------------
                                    TECELLA
    ------------------------------------------------------------------------  */

	
	
#col1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 506px; }
	
#col1_padder {
	margin: 0;
	padding: 0 8px 0 8px; }

.hometitle {
	margin: 0 0 10px 0;
	padding: 0;
	height: 16px; }
	
.hometitle h4 {
	margin: 0;
	padding: 1px 0 0 8px;
	font-size: 13px;
	color: #990000}

/* all the homecontainer does is pad the bottom by 10px to ensure that two items aren't too close */
.homecontainer {
	margin-bottom: 10px;
	padding: 0; }

/* pad the top and bottom with a 10px margin */
.homecontainer p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1.5; }


#col2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 174px;
	height: 1100px;
	background-color: #f5f5f5; }

.rightcol .title {
	background: url(rightcol_h4_bg.gif) repeat-x; }

.rightcol .tl {
	background: url(rightcol_h4_tl.gif) top left no-repeat; }
	
.rightcol .bl {
	background: url(rightcol_h4_bl.gif) bottom left no-repeat; }
	
.rightcol h4 {
	display: block;
	margin: 0;
	padding: 3px 0 3px 10px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff; }
	
#meetings .indent {
	margin-left: 15px; }

#news {
	border-top: solid 8px #ffffff; } 

#events {
	border-top: solid 8px #ffffff; }


