* { margin: 0; padding: 0; } 
div { padding: 0; margin: 0; }
body { font: 12px arial; margin: 0; padding: 0; } 
.bold { font-weight: bold; }
.block { border: 0px; }
.italic { font-style: italic; }
.tecblue { color: #0066CC; }
.ar { text-align: right; } /* align right */
.fr { position: relative; float: right; } /* float element right */
.fl { position: relative; float: left; }
.centered { text-align: center; }

#tec-btop {
	clear: both;
	text-align: right;
	position: relative;
	border-top: 1px solid #0066CC;
	background-color: #eeeeee;
	width: 100%;
	height: 15px;
}
#tec-top {
	clear: both;
	text-align: right;
	position: relative;
	border-bottom: 1px solid #0066CC;
	background-color: #eeeeee;
	width: 100%;
	height: 15px;
}

	#tec-top p {
		display: inline;
		font-size: 10px;
		padding: 0px 2px 0px 2px;
	}

	#tec-top a {
		color: #0066CC;
		text-decoration: none;
	}
	#tec-top a:hover {
		color: #0066CC;
	}

#content { 
	margin: 0 auto 0 auto; 
	width: 780px; 
	background-color: white;
	border: 1px solid #efefef;
	height: 100%;
}

#warning {
	width: 760px;
	margin: 4px 8px 4px 8px;
	padding: 5px 0px 5px 0px;
	border: 1px dotted gray;
	background-color: #e8e8e8;
	position: relative;
	clear: both;
	text-align: center;
}

#left {
	float: left;
	position: relative;
	width: 256px;
	margin: 0px 2px 4px 2px;
	padding: 0px 0px 0px 0px;
}
#left-picture {
	position: relative;
	float: left;
	width: 250px;
	height: 188px;	
}

.left-section {
	position: relative;
	float: left;
	background-color: #EEEEEE;
	margin: 0px 0px 5px 0px;
	padding: 0px 2px 0px 2px;
	width: 252px;
	background-color: #EEEEEE;
}	

#center {
	float: left;
	position: relative;
	width: 252px;
	margin: 0px 3px 0px 1px;
	padding: 0px 3px 0px 1px;
	
}

.spotlight {
	background-color: white;
	width: 252px;
	position: relative;
	float: left;
	margin: 0px 0px 6px 0px;
}
	.spotlight h2 {
		text-align: center;
	}

.title {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	margin: 5px 0px 5px 0px;
}

#right {
	float: left;
	position: relative;
	width: 260px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.right-events {
	padding: 0px;
	margin: 0px 2px 3px 0px;
	position: relative;
	float: left;
	background-color: #EEEEEE;
}

.events {
	height: 50px;
	width: 256px;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 2px;
	position: relative;
	float: left;
}

.thumb{
	width: 50px;
	height: 50px;			
	position: relative;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.thumb-text {
	padding: 0px 0px 0px 5px;
	width: 200px;
	height: 50px;
	position: relative;
	float: left;
}
	.thumb-text {
		display: inline;
	}


.title {
	font-weight: bold;
	font-size: 16px;
}


.indent-address {
	margin: 25px 4px 0px 0px;
	font-size: 14px;
	text-align: right;
	color: black;
}
.indent {  /*** Only used for "Website Under Construction in the Header **/
	margin: 25px 0px 0px 0px;
	font-size: 20px;
	text-align: right;
	color: #CCC;
}

#footer {
	clear: both;
	text-align: center;
	position: relative;
	top: 10px;
	margin: 0px 0px 5px 0px;
	border-top: 1px solid #0066CC;
	background-color: #eeeeee;
	width: 780px;
	height: 40px;
}

	#footer p {
		display: inline;
		font-size: 10px;
	}

	#footer a {
		color: black;
		text-decoration: none;
	}
	#footer a:hover {
		color: #0066CC;
	}

