/* -- Yellow Theme -- */
h1 {
	color: #b48c00;
	text-transform: uppercase;
	padding: 0;
}

h2 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 12px 0;
}


h3 {
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	padding: 12px 0;
}

h3.bordered {
	border: 1px solid #cacaca;
	padding: 2px 12px;
	margin: 40px 0 10px 0;
}

h4 {
	border-bottom: 1px solid #cacaca;
	color: #663399;
	font-size: 11px;
	padding: 2px 8px;
}

h5 {
	color: #663399;
	font-size: 12px;	
	font-weight: bold;
	padding: 3px 0;
	margin-top: 14px;
}

h6 {
	color: #666666;
	font-size: 12px;	
	font-weight: bold;
}
	

div#content a,
div#content a:link {
	color: #663399;
	text-decoration:none;
}

div#content a:visited {
	color: #663399;
}

div#content a:hover {
	color: #663399;
	text-decoration:underline;
}

div#content h2 a.anchors {
	color: #333;
	text-decoration: none;
}

div#main-wrapper {
	background: url('../images/yellow-bg.jpg') top right no-repeat;
}

div.colored-text {
	font-weight: bold;
	font-size: 14px;
	color: #663399;
}

ul#menu .active-section {
	background: transparent url('../images/yellow-nav-bg.jpg') no-repeat top left;
}

ul#menu .active-section a {
	color: #b48c00;
}

ul#menu .active-section li.current-page-item,
ul#menu .active-section li.current-page-item a {
	font-size: 14px;
}


