/*
 * TECHNOLOGY CHANNEL STYLESHEET
 * #786602 Dark Yellow
 * #ECD523 Left Rail Menu Items Background
 * #FFFEE1 Light Pastel Yellow
 */

/* Structural *****************************************************************/

#col0 {
	background: url(/images/technology/subchannels/col0-tile.gif) top repeat-y;
}

#col1 {
	background: #EBD422 url(/images/technology/subchannels/col1.jpg) bottom no-repeat;
}

#col1head, #col2head {
	background: #786602;
}

#col3 {
	border-left: 2px solid #776601;
}

#modules dl {
	border-bottom: 2px solid #776601;
}
/* Text ***********************************************************************/

a {
	color: #786602;
}

a:hover {
	color: #ECD523;
}

a.select:hover {
	border-bottom: 1px dashed #786602;	
}

h1, h2, h3, h4, h5, h6 {
	color: #786602;
}

h2 {
	margin: 10px 0 3px 0;
}

em {
	color: #786602;
	font-style: none;
}

strong {
	color: #786602;
}

blockquote.nestright {
	background-color: #FFFEE1;
	color: #786602;
}

/* Ad Blocks ******************************************************************/

.adblock1 {
	background-color: #FFFEE1;
}

.adblock1 dt {
	border-top: 1px dashed #786602;
}
