body {
	background-color: #FFFF99;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
}
#tricomlogo {
	height: 183px;
	width: 100%;
	background-image: url(/images/tricomlogo.png);
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 1;
}
#leftnavs, #rightnavs {
	height: 20px;
	padding-top:2px;
	padding-right: 50px;
	padding-left: 50px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	letter-spacing: -0.1ex;
	white-space: nowrap;
	width: 50%;
}

#leftnavs A, #rightnavs A {
	text-decoration:none;
	color: #000000;
	padding-left:10px;
	padding-right:10px;
}

#leftnavs A.current, #rightnavs A.current, #morenavs A.current {
	text-decoration:none;
	color: #6600cc;
}


#leftnavs A:hover, #rightnavs A:hover {
	color: #ffff99;
}

#morenavs {
	position: relative;
	width: 150px;
	top: -20px;
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #0099cc;
	letter-spacing: -0.10ex;
	z-index: 1;
	height: 100%;
	padding: 10px;
}

#morenavs LI {
	padding: 0px;
	padding-bottom: 10px;
	list-style-type: none;
	list-style-position: outside;
}
#morenavs A {
	color: #0099cc;
	text-decoration: none;
}

#morenavs A:hover {
	color: #000000;
}

#mainbody {
	font-family: Futura, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	bottom: auto;
}

#mainbody H1 {
	font-size: 20pt;
	color: #6600cc;
	font-weight: bold;
}

#mainbody H2 {
	font-size: 17pt;
	color: #6600cc;
	font-weight: bold;
}

#mainbody H3 {
	font-size: 14pt;
	color: #6600cc;
	font-weight: bold;
}

.meetname {
	font-size: 14pt;
	color: #6600cc;
	font-weight: bold;
}

#adminmenu { position: fixed; top: 0px; right:0px; background: #FFCCCC; color: #000000; padding: 5px;}

#adminmenu H1 { color: #CC66CC; font-size: 14pt; font-weight: bold; }

#adminmenu A { white-space: nowrap; text-decoration: none; }

#giveaway { 
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}

#copy {
	text-align: center;
	font-size: 8pt;
	color: #000000;
	font-family: Futura, Arial, Helvetica, sans-serif;
}

#copy A {
	color: #000000;
}